misc: next 16

This commit is contained in:
2026-04-17 12:19:45 -04:00
Unverified
parent 5c66e5f867
commit f11c1c7de1
3 changed files with 876 additions and 333 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

1192
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,21 +12,25 @@
},
"dependencies": {
"lucide-react": "^1.8.0",
"next": "15.2.4",
"react": "^19.0.0",
"next": "16.2.4",
"react": "19.2.5",
"react-confetti": "^6.4.0",
"react-dom": "^19.0.0"
"react-dom": "19.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-config-next": "16.2.4",
"postcss": "^8",
"prettier": "^3.8.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}