build: upgrade to v16.2.4
This commit is contained in:
+6
-5
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"dev": "next dev -p 3001",
|
||||
"dev": "next dev --turbopack -p 3001",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3001"
|
||||
},
|
||||
@@ -38,22 +38,23 @@
|
||||
"express": "^4.17.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"lodash": "^4.17.21",
|
||||
"next": "^14.1.4",
|
||||
"next": "16.2.4",
|
||||
"next-auth": "^4.22.1",
|
||||
"next-plausible": "^3.6.3",
|
||||
"next-pwa": "5.6.0",
|
||||
"nextjs-toploader": "^1.4.2",
|
||||
"nodemailer": "^6.7.2",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react": "19.2.5",
|
||||
"react-dom": "19.2.5",
|
||||
"react-swipeable-views": "^0.13.9",
|
||||
"react-virtuoso": "^4.4.0",
|
||||
"sharp": "^0.29.3",
|
||||
"slugify": "^1.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-config-next": "16.2.4",
|
||||
"eslint-config-xo-nextjs": "^4.0.3",
|
||||
"eslint-plugin-react": "^7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
|
||||
Reference in New Issue
Block a user