update dependecies

This commit is contained in:
calli
2025-01-30 19:39:55 +02:00
parent 47a29cbc5f
commit da7c0d53b0
2 changed files with 5973 additions and 3363 deletions

View File

@@ -22,23 +22,24 @@
"autoprefixer": "10.4.14",
"crypto-js": "^4.1.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"luxon": "^3.3.0",
"next": "13.4.5",
"next": "^14.2.23",
"next-plausible": "^3.12.0",
"react": "18.2.0",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-dom": "^18.3.1",
"sharp": "^0.32.1",
"three": "^0.154.0",
"typescript": "5.1.3"
"typescript": "5.1.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/luxon": "^3.3.0",
"@types/react-color": "^3.0.7",
"@types/three": "^0.152.1",
"eslint-config-next": "^14.2.23",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3"
}