Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to nextjs 14 #132

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading