Skip to content

Commit

Permalink
Update Next to 14.2.12
Browse files Browse the repository at this point in the history
Did this to confirm that the lint error in #2362 isn't related to a minor Next update. We might as well keep it.
  • Loading branch information
johnnyomair committed Sep 18, 2024
1 parent 356ba17 commit ac19229
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 364 deletions.
2 changes: 1 addition & 1 deletion demo/site-pages/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion demo/site-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"graphql": "^15.0.0",
"graphql-request": "^3.0.0",
"graphql-tag": "^2.12.6",
"next": "^14.1.3",
"next": "^14.2.12",
"pure-react-carousel": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/site/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@formatjs/cli": "^6.0.0",
"@googlemaps/js-api-loader": "^1.0.0",
"@googlemaps/markerclustererplus": "^1.0.0",
"@next/bundle-analyzer": "^14.2.0",
"@next/bundle-analyzer": "^14.2.12",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/auto-instrumentations-node": "^0.36.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.1",
Expand All @@ -33,7 +33,7 @@
"fs-extra": "^9.0.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.0",
"next": "^14.2.12",
"pure-react-carousel": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/cms-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^15.0.0",
"next": "^14.2.0",
"next": "^14.2.12",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit ac19229

Please sign in to comment.