diff --git a/.nvmrc b/.nvmrc index 209e3ef..2bd5a0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22 diff --git a/bun.lockb b/bun.lockb index 2608b56..a9eb57c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..40c3d68 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/package.json b/package.json index f244caa..e41a1be 100644 --- a/package.json +++ b/package.json @@ -12,21 +12,21 @@ }, "dependencies": { "lodash.shuffle": "^4.2.0", - "next": "14.2.3", + "next": "^14.2.13", "react": "^18", "react-confetti": "^6.1.0", "react-dom": "^18" }, "devDependencies": { "@types/lodash.shuffle": "^4.2.9", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", - "eslint-config-next": "14.2.3", + "eslint-config-next": "^14.2.13", "postcss": "^8", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.14", + "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.1", "typescript": "^5" },