chore: update dependencies

This commit is contained in:
Petri Partio
2025-12-06 08:54:13 +02:00
parent 0db0e45239
commit 1836d336da
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -12,10 +12,10 @@
}, },
"dependencies": { "dependencies": {
"lodash.shuffle": "4.2.0", "lodash.shuffle": "4.2.0",
"next": "16.0.6", "next": "16.0.7",
"react": "19.2.0", "react": "19.2.1",
"react-confetti": "6.4.0", "react-confetti": "6.4.0",
"react-dom": "19.2.0" "react-dom": "19.2.1"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.17", "@tailwindcss/postcss": "4.1.17",
@@ -24,9 +24,9 @@
"@types/react": "19.2.7", "@types/react": "19.2.7",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-config-next": "16.0.6", "eslint-config-next": "16.0.7",
"postcss": "8.5.6", "postcss": "8.5.6",
"prettier": "3.7.3", "prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2", "prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.1.17", "tailwindcss": "4.1.17",
"typescript": "5.9.3" "typescript": "5.9.3"