Skip to content

Commit c44c034

Browse files
fix(deps): update nextjs monorepo to v16
1 parent 62822fc commit c44c034

File tree

3 files changed

+382
-158
lines changed

3 files changed

+382
-158
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^13.4.19",
12+
"next": "^16.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"ui": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@next/eslint-plugin-next": "^13.4.19",
18+
"@next/eslint-plugin-next": "^16.0.0",
1919
"@types/node": "^17.0.12",
2020
"@types/react": "^18.0.22",
2121
"@types/react-dom": "^18.0.7",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^13.4.19",
12+
"next": "^16.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"ui": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@next/eslint-plugin-next": "^13.4.19",
18+
"@next/eslint-plugin-next": "^16.0.0",
1919
"@types/node": "^17.0.12",
2020
"@types/react": "^18.0.22",
2121
"@types/react-dom": "^18.0.7",

0 commit comments

Comments
 (0)