chore: upgrade dependencies

This commit is contained in:
Petri Partio
2024-11-19 10:19:27 +02:00
parent 3b0be7dee3
commit cb3579e31d
2 changed files with 15 additions and 15 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -11,24 +11,24 @@
"prettify": "prettier --write ."
},
"dependencies": {
"lodash.shuffle": "^4.2.0",
"next": "^14.2.13",
"react": "^18",
"react-confetti": "^6.1.0",
"lodash.shuffle": "4.2.0",
"next": "15.0.3",
"react": "18.3.1",
"react-confetti": "6.1.0",
"react-dom": "^18"
},
"devDependencies": {
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.13",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"@types/lodash.shuffle": "4.2.9",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"prettier": {
"printWidth": 120,