Skip to content

Commit

Permalink
Update nextjs monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 66b794a commit 8d7a99c
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 79 deletions.
196 changes: 120 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cypress": "^12.7.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.2.1",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "^2.12.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-dialogic-nextjs-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"dialogic-react": "0.13.10",
"next": "13.5.6",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@next/env": "^13.2.3",
"@next/env": "^14.0.0",
"@swc/helpers": "^0.5.0",
"@types/react": "18.2.41",
"eslint-config-prettier": "8.10.0",
Expand Down

0 comments on commit 8d7a99c

Please sign in to comment.