|
10 | 10 | "lint:fix": "eslint . --fix --ignore-path .gitignore"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@debbl/ahooks": "0.0.7", |
14 |
| - "@monaco-editor/react": "^4.5.2", |
15 |
| - "highlight.js": "^11.8.0", |
16 |
| - "monaco-editor": "^0.41.0", |
17 |
| - "next": "13.4.19", |
| 13 | + "@debbl/ahooks": "0.0.10", |
| 14 | + "@monaco-editor/react": "^4.6.0", |
| 15 | + "highlight.js": "^11.9.0", |
| 16 | + "monaco-editor": "^0.44.0", |
| 17 | + "next": "14.0.0", |
18 | 18 | "react": "18.2.0",
|
19 | 19 | "react-dom": "18.2.0",
|
20 |
| - "zustand": "^4.4.1" |
| 20 | + "zustand": "^4.4.4" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@debbl/eslint-config": "^0.0.62", |
| 23 | + "@debbl/eslint-config": "^0.0.65", |
24 | 24 | "@iconify/icons-carbon": "^1.2.20",
|
25 | 25 | "@iconify/react": "^4.1.1",
|
26 |
| - "@types/node": "20.5.9", |
27 |
| - "@types/react": "18.2.21", |
28 |
| - "@types/react-dom": "18.2.7", |
29 |
| - "autoprefixer": "^10.4.15", |
30 |
| - "daisyui": "^3.7.3", |
31 |
| - "eslint": "^8.49.0", |
32 |
| - "eslint-config-next": "13.4.19", |
| 26 | + "@types/node": "20.8.9", |
| 27 | + "@types/react": "18.2.33", |
| 28 | + "@types/react-dom": "18.2.14", |
| 29 | + "autoprefixer": "^10.4.16", |
| 30 | + "daisyui": "^3.9.4", |
| 31 | + "eslint": "^8.52.0", |
| 32 | + "eslint-config-next": "14.0.0", |
33 | 33 | "postcss": "^8.4.31",
|
34 |
| - "tailwindcss": "^3.3.3", |
| 34 | + "tailwindcss": "^3.3.5", |
35 | 35 | "typescript": "^5.2.2"
|
36 | 36 | }
|
37 | 37 | }
|
0 commit comments