Skip to content

Commit b12ad05

Browse files
Update nextjs monorepo to v14
1 parent 1ed0bee commit b12ad05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hub/ui/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": "^14.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"@repo/ui": "*"
1616
},
1717
"devDependencies": {
18-
"@next/eslint-plugin-next": "^13.4.19",
18+
"@next/eslint-plugin-next": "^14.0.0",
1919
"@types/node": "^17.0.12",
2020
"@types/react": "^18.0.22",
2121
"@types/react-dom": "^18.0.7",

operator/ui/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": "^14.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"@repo/ui": "*"
1616
},
1717
"devDependencies": {
18-
"@next/eslint-plugin-next": "^13.4.19",
18+
"@next/eslint-plugin-next": "^14.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)