Skip to content

Commit

Permalink
bump Next to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Sep 23, 2024
1 parent 41ed158 commit 9315ab0
Show file tree
Hide file tree
Showing 4 changed files with 1,193 additions and 847 deletions.
2 changes: 1 addition & 1 deletion 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.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.37.1",
"next": "^13.5.4",
"next": "^14.2.13",
"next-plausible": "^3.12.2",
"ngeohash": "^0.6.3",
"prop-types": "^15.8.1",
Expand Down Expand Up @@ -135,8 +135,8 @@
"@types/mapbox__geojson-area": "^0.2.6",
"@types/ngeohash": "^0.6.4",
"@types/node": "^18.16.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-system": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
Expand All @@ -149,12 +149,12 @@
"cypress-browser-permissions": "^1.1.0",
"cypress-nextjs-auth0": "^2.1.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^14.2.13",
"eslint-plugin-functional": "^6.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"geojson-precision": "^1.0.0",
"graphql-codegen-apollo-next-ssr": "^1.7.4",
Expand All @@ -163,22 +163,22 @@
"jest": "^29.7.0",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss": "^8.4.47",
"postcss-loader": "^7.3.3",
"prettier": "^3.2.5",
"prisma": "^5.19.1",
"protomaps-leaflet": "3.1.2",
"require-from-string": "^2.0.2",
"start-server-and-test": "^2.0.3",
"start-server-and-test": "^2.0.8",
"storybook": "7.6.17",
"storybook-addon-apollo-client": "^5.0.0",
"style-loader": "^3.3.4",
"supabase": "^1.153.4",
"supabase": "^1.192.5",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.6.2",
"wait-on": "^7.2.0",
"webpack": "^5.91.0"
},
Expand Down
Loading

0 comments on commit 9315ab0

Please sign in to comment.