|
30 | 30 | "@iconify/react": "^3.2.2",
|
31 | 31 | "@sentry/react": "^7.27.0",
|
32 | 32 | "@sentry/tracing": "^7.27.0",
|
33 |
| - "@typescript-eslint/eslint-plugin": "^5.33.1", |
| 33 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
34 | 34 | "ajv": "^8.11.0",
|
35 | 35 | "ajv-i18n": "^4.2.0",
|
36 | 36 | "camelcase-keys": "^8.0.1",
|
37 | 37 | "clsx": "^1.2.0",
|
38 | 38 | "dayjs": "^1.11.3",
|
39 |
| - "eslint": "^8.22.0", |
40 |
| - "eslint-plugin-react": "^7.30.1", |
| 39 | + "eslint": "^8.56.0", |
| 40 | + "eslint-plugin-react": "^7.33.2", |
| 41 | + "eslint-plugin-react-hooks": "^4.6.0", |
41 | 42 | "fuse.js": "^6.6.2",
|
42 | 43 | "jotai": "^1.7.3",
|
43 | 44 | "linkify-react": "^3.0.4",
|
|
58 | 59 | "remark-gfm": "^3.0.1",
|
59 | 60 | "snakecase-keys": "^5.4.4",
|
60 | 61 | "swr": "^2.0.0-rc.3",
|
61 |
| - "type-fest": "^2.16.0", |
| 62 | + "type-fest": "^4.10.2", |
62 | 63 | "unfetch": "^4.2.0",
|
63 | 64 | "vite-tsconfig-paths": "^3.5.0"
|
64 | 65 | },
|
65 | 66 | "devDependencies": {
|
66 | 67 | "@hookform/devtools": "^4.1.1",
|
67 |
| - "@trivago/prettier-plugin-sort-imports": "^3.3.0", |
| 68 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
68 | 69 | "@types/lodash-es": "^4.17.6",
|
69 | 70 | "@types/node": "^18.0.0",
|
70 | 71 | "@types/pinyin": "^2.10.0",
|
71 | 72 | "@types/react": "^18.0.0",
|
72 | 73 | "@types/react-dom": "^18.0.0",
|
73 |
| - "@typescript-eslint/parser": "^5.33.1", |
| 74 | + "@typescript-eslint/parser": "^7.0.1", |
74 | 75 | "@vitejs/plugin-react": "^1.3.0",
|
75 | 76 | "autoprefixer": "^10.4.7",
|
76 |
| - "eslint-config-prettier": "^8.5.0", |
77 |
| - "eslint-import-resolver-typescript": "^3.4.1", |
78 |
| - "eslint-plugin-import": "^2.26.0", |
79 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
80 |
| - "eslint-plugin-prettier": "^4.2.1", |
| 77 | + "eslint-config-prettier": "^9.1.0", |
| 78 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 79 | + "eslint-plugin-import": "^2.29.1", |
| 80 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 81 | + "eslint-plugin-prettier": "^5.1.3", |
81 | 82 | "esno": "^4.0.0",
|
82 | 83 | "less": "^4.1.2",
|
83 | 84 | "node-fetch": "^3.2.6",
|
84 | 85 | "npm-run-all2": "^6.0.2",
|
85 | 86 | "pinyin": "^3.0.0-alpha.5",
|
86 | 87 | "simplebig": "^0.0.3",
|
87 | 88 | "tailwindcss": "^3.1.4",
|
88 |
| - "typescript": "^4.6.3", |
| 89 | + "typescript": "^5.3.3", |
89 | 90 | "vite": "^4.2.1"
|
90 | 91 | },
|
91 | 92 | "resolutions": {
|
|
0 commit comments