Skip to content

Commit

Permalink
Upgrade to nextjs 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthiery committed Jun 24, 2024
1 parent 78c8811 commit 9a7b8c0
Show file tree
Hide file tree
Showing 6 changed files with 1,474 additions and 707 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Installation

Requirements: [Node.js 16.8](https://nodejs.org/) or later
Requirements: [Node.js 18](https://nodejs.org/) or later

[Install pnpm](https://pnpm.io/installation) if you haven't already, for example using [brew](https://brew.sh/):

Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const nextConfig = {
reactStrictMode: true,
pageExtensions: ["js", "jsx", "ts", "tsx"],
experimental: {
appDir: true,
scrollRestoration: true,
serverComponentsExternalPackages: ["knex"],
},
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "network-explorer",
"version": "0.1.0",
"private": true,
"packageManager": "^[email protected]",
"scripts": {
"dev": "next dev",
"prebuild": "npm run db:migrate",
Expand Down Expand Up @@ -50,14 +51,14 @@
"knex": "^2.5.1",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.3.1",
"next": "13.4.4",
"next": "14.2.4",
"next-themes": "0.2.1",
"pg": "^8.11.1",
"pmtiles": "^2.10.0",
"react": "18.2.0",
"react": "18.3.1",
"react-async-hook": "^4.0.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-map-gl": "^7.1.6",
"react-tooltip": "^5.11.1",
"recharts": "^2.5.0",
Expand All @@ -71,11 +72,11 @@
"@types/gtag.js": "^0.0.12",
"@types/jest": "^29.5.3",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.4.4",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"jest": "^29.6.1",
Expand Down
Loading

0 comments on commit 9a7b8c0

Please sign in to comment.