Skip to content

Commit 6aa00b8

Browse files
authored
Merge pull request #4 from Debbl/dependabot/npm_and_yarn/next-13.5.0
chore(deps): bump next from 13.4.19 to 13.5.0
2 parents 165d516 + c0f3db7 commit 6aa00b8

File tree

2 files changed

+619
-448
lines changed

2 files changed

+619
-448
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"lint:fix": "eslint . --fix --ignore-path .gitignore"
1111
},
1212
"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",
1818
"react": "18.2.0",
1919
"react-dom": "18.2.0",
20-
"zustand": "^4.4.1"
20+
"zustand": "^4.4.4"
2121
},
2222
"devDependencies": {
23-
"@debbl/eslint-config": "^0.0.62",
23+
"@debbl/eslint-config": "^0.0.65",
2424
"@iconify/icons-carbon": "^1.2.20",
2525
"@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",
3333
"postcss": "^8.4.31",
34-
"tailwindcss": "^3.3.3",
34+
"tailwindcss": "^3.3.5",
3535
"typescript": "^5.2.2"
3636
}
3737
}

0 commit comments

Comments
 (0)