Skip to content

Commit 71875c0

Browse files
Update nextjs monorepo to v14
1 parent 382393b commit 71875c0

File tree

3 files changed

+60
-60
lines changed

3 files changed

+60
-60
lines changed

package-lock.json

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cypress": "^12.7.0",
2222
"eslint": "^8.34.0",
2323
"eslint-config-airbnb": "^19.0.4",
24-
"eslint-config-next": "^13.2.1",
24+
"eslint-config-next": "^14.0.0",
2525
"eslint-config-prettier": "8.10.0",
2626
"eslint-import-resolver-typescript": "3.6.1",
2727
"eslint-plugin-cypress": "^2.12.1",

packages/demo-dialogic-nextjs-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"dialogic-react": "0.13.10",
14-
"next": "13.5.6",
14+
"next": "14.0.1",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"
1717
},
1818
"devDependencies": {
1919
"@babel/eslint-parser": "^7.19.1",
20-
"@next/env": "^13.2.3",
20+
"@next/env": "^14.0.0",
2121
"@swc/helpers": "^0.5.0",
2222
"@types/react": "18.2.34",
2323
"eslint-config-prettier": "8.10.0",

0 commit comments

Comments
 (0)