Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent a7ce9ee commit 33757ca
Show file tree
Hide file tree
Showing 6 changed files with 9,845 additions and 5,340 deletions.
4 changes: 2 additions & 2 deletions examples/flash-sale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@nacelle/storefront-sdk": "^1.1.1",
"next": "12.1.0",
"next": "14.2.3",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-next": "12.1.0"
"eslint-config-next": "14.2.3"
}
}
4 changes: 2 additions & 2 deletions examples/next-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@nacelle/storefront-sdk": "^1.7.4",
"next": "12.0.7",
"next": "14.2.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-next": "12.0.7"
"eslint-config-next": "14.2.3"
}
}
Loading

0 comments on commit 33757ca

Please sign in to comment.