fix: update dependencies in package.json to latest versions

This commit is contained in:
hamster1963
2026-05-25 01:42:43 +08:00
parent 2dcf6fb9d8
commit a1b382c3eb
3 changed files with 1066 additions and 1310 deletions
+40 -40
View File
@@ -14,56 +14,56 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fontsource/inter": "5.1.1", "@fontsource/inter": "5.2.8",
"@heroicons/react": "2.2.0", "@heroicons/react": "2.2.0",
"@radix-ui/react-accordion": "1.2.3", "@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-checkbox": "1.1.4", "@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.6", "@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.2", "@radix-ui/react-label": "2.1.8",
"@radix-ui/react-popover": "1.1.6", "@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-progress": "1.1.2", "@radix-ui/react-progress": "1.1.8",
"@radix-ui/react-select": "2.1.6", "@radix-ui/react-select": "2.2.6",
"@radix-ui/react-separator": "1.1.2", "@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.1.2", "@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-switch": "1.1.3", "@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tooltip": "1.1.8", "@radix-ui/react-tooltip": "1.2.8",
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.100.14",
"@tanstack/react-query-devtools": "5.66.7", "@tanstack/react-query-devtools": "5.100.14",
"@tanstack/react-table": "8.21.2", "@tanstack/react-table": "8.21.3",
"@types/d3-geo": "3.1.0", "@types/d3-geo": "3.1.0",
"@types/luxon": "3.4.2", "@types/luxon": "3.7.1",
"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",
"country-flag-icons": "1.5.18", "country-flag-icons": "1.6.17",
"d3-geo": "3.1.1", "d3-geo": "3.1.1",
"dayjs": "1.11.13", "dayjs": "1.11.20",
"framer-motion": "12.23.26", "framer-motion": "12.40.0",
"i18n-iso-countries": "7.14.0", "i18n-iso-countries": "7.14.0",
"i18next": "24.2.2", "i18next": "26.2.0",
"lucide-react": "0.460.0", "lucide-react": "1.16.0",
"luxon": "3.5.0", "luxon": "3.7.2",
"react": "19.0.0", "react": "19.2.6",
"react-dom": "19.0.0", "react-dom": "19.2.6",
"react-i18next": "15.4.1", "react-i18next": "17.0.8",
"react-router-dom": "^7.13.2", "react-router-dom": "^7.15.1",
"recharts": "2.15.1", "recharts": "3.8.1",
"sonner": "1.7.4", "sonner": "2.0.7",
"tailwind-merge": "2.6.0", "tailwind-merge": "3.6.0",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.3.10", "@biomejs/biome": "2.4.15",
"@tailwindcss/postcss": "^4.2.2", "@tailwindcss/postcss": "^4.3.0",
"@types/node": "22.13.4", "@types/node": "25.9.1",
"@types/react": "19.0.10", "@types/react": "19.2.15",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.2",
"globals": "15.15.0", "globals": "17.6.0",
"postcss": "8.5.3", "postcss": "8.5.15",
"tailwindcss": "^4.2.2", "tailwindcss": "^4.3.0",
"typescript": "~5.6.3", "typescript": "~6.0.3",
"vite": "8.0.3" "vite": "8.0.14"
} }
} }
+1025 -1269
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
import { execSync } from "node:child_process"; import { execSync } from "node:child_process";
import fs from "node:fs"; import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import react from '@vitejs/plugin-react' import react from "@vitejs/plugin-react";
import { defineConfig } from "vite"; import { defineConfig } from "vite";
// Get git commit hash // Get git commit hash