Compare commits

..

No commits in common. "e5a4c2f410c130514a2ba7ff0c20e00d4754ef68" and "24a079624ce32844155febe30e39b31ec4e24349" have entirely different histories.

2 changed files with 8 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "2.8.3", "version": "2.8.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev --turbopack -p 3040", "dev": "next dev --turbopack -p 3040",
@ -30,7 +30,7 @@
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", "babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
"caniuse-lite": "^1.0.30001707", "caniuse-lite": "^1.0.30001705",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
@ -43,7 +43,7 @@
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"maxmind": "^4.3.24", "maxmind": "^4.3.24",
"next": "^15.2.3", "next": "^15.2.2",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.5", "next-intl": "^3.26.5",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",
@ -61,13 +61,13 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.2.3", "@next/bundle-analyzer": "^15.2.2",
"@tailwindcss/postcss": "^4.0.15", "@tailwindcss/postcss": "^4.0.14",
"@types/node": "^22.13.11", "@types/node": "^22.13.10",
"@types/react": "^19.0.12", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"tailwindcss": "^4.0.15", "tailwindcss": "^4.0.14",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vercel": "^39.4.2" "vercel": "^39.4.2"
}, },