Skip to content

Commit

Permalink
feat: bumped to next 14
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Oct 30, 2023
1 parent fe8affa commit b62ab03
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 80 deletions.
3 changes: 0 additions & 3 deletions examples/algolia/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* @type {import('next').NextConfig}
**/
const nextConfig = {
experimental: {
serverActions: true,
},
images: {
formats: ["image/avif", "image/webp"],
remotePatterns: [
Expand Down
8 changes: 4 additions & 4 deletions examples/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"focus-visible": "^5.2.0",
"formik": "^2.2.9",
"instantsearch.js": "4.58.0",
"next": "^13.5.6",
"next": "^14.0.0",
"pure-react-carousel": "^1.29.0",
"rc-slider": "^10.3.0",
"react": "^18.2.0",
Expand All @@ -50,11 +50,11 @@
"@next/bundle-analyzer": "13.0.4",
"@svgr/webpack": "^6.3.1",
"@types/node": "18.7.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^8.2.5",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.2",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"encoding": "^0.1.13",
"eslint-plugin-react": "^7.33.2",
Expand Down
3 changes: 0 additions & 3 deletions examples/basic/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* @type {import('next').NextConfig}
**/
const nextConfig = {
experimental: {
serverActions: true,
},
images: {
formats: ["image/avif", "image/webp"],
remotePatterns: [
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cookies-next": "^4.0.0",
"focus-visible": "^5.2.0",
"formik": "^2.2.9",
"next": "^13.5.6",
"next": "^14.0.0",
"pure-react-carousel": "^1.29.0",
"rc-slider": "^10.3.0",
"react": "^18.2.0",
Expand All @@ -47,11 +47,11 @@
"@next/bundle-analyzer": "13.0.4",
"@svgr/webpack": "^6.3.1",
"@types/node": "18.7.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^8.2.5",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.2",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"encoding": "^0.1.13",
"eslint-plugin-react": "^7.33.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/d2c-schematics/utility/latest-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cookies-next": "^4.0.0",
"focus-visible": "^5.2.0",
"formik": "^2.2.9",
"next": "^13.5.6",
"next": "^14.0.0",
"pure-react-carousel": "^1.29.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
Expand All @@ -23,11 +23,11 @@
"@types/braintree-web": "^3.75.20",
"@types/braintree-web-drop-in": "^1.28.0",
"@types/node": "18.7.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"babel-loader": "^8.2.5",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.2",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"vite": "^4.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* @type {import('next').NextConfig}
**/
const nextConfig = {
experimental: {
serverActions: true,
},
images: {
formats: ["image/avif", "image/webp"],
remotePatterns: [
Expand Down
Loading

0 comments on commit b62ab03

Please sign in to comment.