chore: deps

This commit is contained in:
hamster1963 2024-12-24 11:48:57 +08:00
parent 114a6f95eb
commit 0c3479bb3b
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "1.9.0", "version": "1.9.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",
@ -29,7 +29,7 @@
"@turf/turf": "^7.1.0", "@turf/turf": "^7.1.0",
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.18.2",
"caniuse-lite": "^1.0.30001690", "caniuse-lite": "^1.0.30001690",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -54,10 +54,10 @@
"react-wrap-balancer": "^1.1.1", "react-wrap-balancer": "^1.1.1",
"recharts": "^2.15.0", "recharts": "^2.15.0",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"swr": "^2.2.6-beta.5", "swr": "^2.3.0",
"tailwind-merge": "^2.5.5", "tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript-eslint": "^8.18.1" "typescript-eslint": "^8.18.2"
}, },
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "^15.1.2", "@next/bundle-analyzer": "^15.1.2",