chore: upgrade dependencies

This commit is contained in:
Petri Partio
2024-09-25 23:34:49 +03:00
parent c9eb8798ea
commit 897be1e1bf
4 changed files with 6 additions and 6 deletions

2
.nvmrc
View File

@@ -1 +1 @@
20
22

BIN
bun.lockb

Binary file not shown.

2
next-env.d.ts vendored
View File

@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// 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.

View File

@@ -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"
},