chore: upgrade next 16.0.8 and tidy local archive

This commit is contained in:
rever-tecnologia 2025-12-10 17:10:52 -03:00
parent 0df1e87f61
commit 821cb7faa7
7 changed files with 270 additions and 45 deletions

View file

@ -5,9 +5,9 @@
"private": true,
"scripts": {
"prebuild": "prisma generate",
"dev": "next dev",
"dev": "next dev --turbopack",
"dev:webpack": "next dev --webpack",
"build": "next build",
"build": "next build --turbopack",
"build:webpack": "next build --webpack",
"start": "next start",
"lint": "eslint",
@ -69,7 +69,7 @@
"date-fns": "^4.1.0",
"dotenv": "17.2.3",
"lucide-react": "0.556.0",
"next": "^16.0.7",
"next": "16.0.8",
"next-themes": "^0.4.6",
"pdfkit": "^0.17.2",
"postcss": "^8.5.6",
@ -104,7 +104,7 @@
"baseline-browser-mapping": "^2.9.2",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "^16.0.7",
"eslint-config-next": "16.0.8",
"eslint-plugin-react-hooks": "7.0.0",
"jsdom": "^27.0.1",
"playwright": "^1.56.1",