atualização para next.js 16 beta
This commit is contained in:
parent
1ce402cdd7
commit
70c73db907
6 changed files with 168 additions and 98 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"@radix-ui/react-toggle": "^1.1.10",
|
||||
"@radix-ui/react-toggle-group": "^1.1.11",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@react-pdf/renderer": "^4.1.5",
|
||||
"@react-three/fiber": "^9.3.0",
|
||||
"@tabler/icons-react": "^3.35.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
|
|
@ -51,10 +52,9 @@
|
|||
"date-fns": "^4.1.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"lucide-react": "^0.544.0",
|
||||
"next": "15.5.4",
|
||||
"next": "16.0.0-beta.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"pdfkit": "^0.17.2",
|
||||
"@react-pdf/renderer": "^4.1.5",
|
||||
"postcss": "^8.5.6",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"@types/sanitize-html": "^2.16.0",
|
||||
"@types/three": "^0.180.0",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "15.5.4",
|
||||
"eslint-config-next": "16.0.0-beta.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"prisma": "^6.16.2",
|
||||
"tailwindcss": "^4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue