diff --git a/bun.lockb b/bun.lockb index a9eb57c..6ba222c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e41a1be..16f9549 100644 --- a/package.json +++ b/package.json @@ -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,