chore: deps

This commit is contained in:
hamster1963 2024-11-14 16:24:46 +08:00
parent 34becfe979
commit e6d2916402
2 changed files with 6 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -12,6 +12,7 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
@ -19,10 +20,10 @@
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"caniuse-lite": "^1.0.30001680",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@ -34,7 +35,7 @@
"luxon": "^3.5.0",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^3.25.0",
"next-intl": "^3.25.1",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-02c0e824-20241028",
@ -47,7 +48,7 @@
"swr": "^2.2.6-beta.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
},
"devDependencies": {
"eslint-plugin-turbo": "^2.2.3",
@ -59,7 +60,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",