Lint and version bump

This commit is contained in:
HugeFrog24
2026-05-17 07:57:41 +02:00
parent 0b4f39edcb
commit b1f70688cb
13 changed files with 1169 additions and 1008 deletions
+23 -23
View File
@@ -2,7 +2,7 @@
"name": "nini-artgallery",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.29.3",
"packageManager": "pnpm@11.1.2",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@@ -11,37 +11,37 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@ai-sdk/react": "^3.0.87",
"@ai-sdk/react": "^3.0.186",
"@heroicons/react": "^2.2.0",
"@openrouter/ai-sdk-provider": "^2.2.3",
"@openrouter/ai-sdk-provider": "^2.9.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^7.0.9",
"ai": "^6.0.85",
"@types/nodemailer": "^8.0.0",
"ai": "^6.0.184",
"jsonwebtoken": "^9.0.3",
"next": "16.1.6",
"next-intl": "^4.8.2",
"nodemailer": "^8.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"next": "16.2.6",
"next-intl": "^4.12.0",
"nodemailer": "^8.0.7",
"react": "19.2.6",
"react-dom": "19.2.6",
"server-only": "^0.0.1",
"zod": "^4.3.6"
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.2.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.8.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "^10.0.0",
"eslint-config-next": "16.1.6",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.6",
"globals": "^17.6.0",
"postcss": "^8.5.14",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
},
"pnpm": {
"overrides": {