|
11 | 11 | "lint:fix": "eslint . --fix"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@debbl/ahooks": "0.0.10", |
| 14 | + "@debbl/ahooks": "^0.1.0", |
15 | 15 | "@monaco-editor/react": "^4.6.0",
|
16 | 16 | "highlight.js": "^11.9.0",
|
17 |
| - "monaco-editor": "^0.45.0", |
18 |
| - "next": "14.1.1", |
19 |
| - "react": "18.2.0", |
20 |
| - "react-dom": "18.2.0", |
21 |
| - "zustand": "^4.4.7" |
| 17 | + "monaco-editor": "^0.49.0", |
| 18 | + "next": "^14.2.3", |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-dom": "^18.3.1", |
| 21 | + "zustand": "^4.5.2" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@debbl/eslint-config": "^3.0.0", |
| 24 | + "@debbl/eslint-config": "^3.2.4", |
25 | 25 | "@iconify/icons-carbon": "^1.2.20",
|
26 |
| - "@iconify/react": "^4.1.1", |
27 |
| - "@types/node": "20.8.10", |
28 |
| - "@types/react": "18.2.34", |
29 |
| - "@types/react-dom": "18.2.14", |
30 |
| - "autoprefixer": "^10.4.16", |
31 |
| - "daisyui": "^4.5.0", |
32 |
| - "eslint": "^8.56.0", |
33 |
| - "eslint-config-next": "14.0.1", |
34 |
| - "postcss": "^8.4.33", |
35 |
| - "tailwindcss": "^3.4.1", |
36 |
| - "typescript": "^5.3.3" |
| 26 | + "@iconify/react": "^5.0.1", |
| 27 | + "@types/node": "^20.13.0", |
| 28 | + "@types/react": "^18.3.3", |
| 29 | + "@types/react-dom": "^18.3.0", |
| 30 | + "autoprefixer": "^10.4.19", |
| 31 | + "daisyui": "^4.11.1", |
| 32 | + "eslint": "8.57.0", |
| 33 | + "postcss": "^8.4.38", |
| 34 | + "tailwindcss": "^3.4.3", |
| 35 | + "typescript": "^5.4.5" |
37 | 36 | }
|
38 | 37 | }
|
0 commit comments