Skip to content

Commit e030855

Browse files
chore(deps): update nextjs monorepo to v13
1 parent bd361b5 commit e030855

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/gasket-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
"jsdom": "^20.0.0",
6565
"mocha": "^10.0.0",
6666
"mock-require": "^3.0.3",
67-
"next": "^12.0.8",
67+
"next": "^13.0.0",
6868
"nyc": "^15.1.0",
6969
"react": "^18.0.0",
7070
"react-dom": "^18.0.0",
7171
"setup-env": "^2.0.0",
7272
"sinon": "^14.0.0"
7373
},
7474
"peerDependencies": {
75-
"next": ">=10.2.0 < 13"
75+
"next": "< 14"
7676
},
7777
"eslintConfig": {
7878
"extends": [

packages/gasket-plugin-lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cross-env": "^7.0.3",
4747
"eslint": "^8.7.0",
4848
"eslint-config-godaddy": "^7.0.0",
49-
"eslint-config-next": "^12.1.0",
49+
"eslint-config-next": "^13.0.0",
5050
"eslint-plugin-jest": "^27.2.1",
5151
"eslint-plugin-json": "^3.1.0",
5252
"eslint-plugin-mocha": "^10.0.3",

packages/gasket-plugin-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
"eslint-plugin-unicorn": "^44.0.0",
6060
"jest": "^29.3.1",
6161
"lodash.merge": "^4.6.0",
62-
"next": "^12.0.8",
62+
"next": "^13.0.0",
6363
"next-redux-wrapper": "^8.0.0",
6464
"prop-types": "^15.7.2",
6565
"react": "^18.0.0",
6666
"react-dom": "^18.0.0"
6767
},
6868
"peerDependencies": {
69-
"next": ">=10.2.0 < 13",
69+
"next": "< 14",
7070
"react": "^16 || ^17 || ^18",
7171
"react-dom": "^16 || ^17 || ^18"
7272
},

0 commit comments

Comments
 (0)