misc: next 16

This commit is contained in:
2026-04-17 12:20:42 -04:00
Unverified
parent 8bd8e4377f
commit 28cb813fda
2 changed files with 846 additions and 283 deletions

1111
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,21 +12,25 @@
"cookies-next": "^6.0.0", "cookies-next": "^6.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"lucide-react": "^0.511.0", "lucide-react": "^0.511.0",
"next": "^15.5.9", "next": "16.2.4",
"react": "^19.2.1", "react": "19.2.5",
"react-audio-player": "^0.17.0", "react-audio-player": "^0.17.0",
"react-dom": "^19.2.1", "react-dom": "19.2.5",
"react-markdown": "^10.1.0" "react-markdown": "^10.1.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3", "@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19", "@types/react": "19.2.14",
"@types/react-dom": "^19", "@types/react-dom": "19.2.3",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "15.3.2", "eslint-config-next": "16.2.4",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^5"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
} }
} }