|
9 | 9 | "start": "next start",
|
10 | 10 | "lint": "next lint",
|
11 | 11 | "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
12 |
| - "type-check": "tsc --pretty --noEmit", |
13 |
| - "prepare": "husky install" |
| 12 | + "type-check": "tsc --pretty --noEmit" |
14 | 13 | },
|
15 | 14 | "dependencies": {
|
16 | 15 | "akar-icons": "^1.9.31",
|
|
26 | 25 | },
|
27 | 26 | "devDependencies": {
|
28 | 27 | "@tailwindcss/typography": "^0.5.15",
|
29 |
| - "@types/node": "^22.9.1", |
| 28 | + "@types/node": "^22.9.3", |
30 | 29 | "@types/react": "^18.3.12",
|
31 | 30 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
32 | 31 | "@typescript-eslint/parser": "^7.18.0",
|
|
37 | 36 | "eslint-config-standard-with-typescript": "^43.0.1",
|
38 | 37 | "eslint-plugin-import": "^2.31.0",
|
39 | 38 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
40 |
| - "eslint-plugin-n": "^17.13.2", |
| 39 | + "eslint-plugin-n": "^17.14.0", |
41 | 40 | "eslint-plugin-node": "^11.1.0",
|
42 | 41 | "eslint-plugin-prettier": "^5.2.1",
|
43 | 42 | "eslint-plugin-promise": "^6.6.0",
|
|
49 | 48 | "prettier": "^3.3.3",
|
50 | 49 | "prettier-plugin-tailwindcss": "^0.6.9",
|
51 | 50 | "tailwindcss": "^3.4.15",
|
52 |
| - "typescript": "^5.6.3" |
| 51 | + "typescript": "^5.7.2" |
53 | 52 | },
|
54 | 53 | "lint-staged": {
|
55 | 54 | "*.{js,jsx,ts,tsx}": "eslint"
|
|
0 commit comments