Skip to content

Commit c06d015

Browse files
committed
chore: update deps
1 parent 77b556d commit c06d015

File tree

2 files changed

+4354
-3158
lines changed

2 files changed

+4354
-3158
lines changed

package.json

+17-18
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,27 @@
1111
"lint:fix": "eslint . --fix"
1212
},
1313
"dependencies": {
14-
"@debbl/ahooks": "0.0.10",
14+
"@debbl/ahooks": "^0.1.0",
1515
"@monaco-editor/react": "^4.6.0",
1616
"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"
2222
},
2323
"devDependencies": {
24-
"@debbl/eslint-config": "^3.0.0",
24+
"@debbl/eslint-config": "^3.2.4",
2525
"@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"
3736
}
3837
}

0 commit comments

Comments
 (0)