feat: update version and dependencies in package.json

This commit is contained in:
2026-02-22 00:19:21 +08:00
parent db30d8eb23
commit 689460193b
2 changed files with 5071 additions and 16 deletions

View File

@@ -1,21 +1,21 @@
{ {
"name": "@kevisual/router-studio", "name": "@kevisual/router-studio",
"version": "0.1.7", "version": "0.1.8",
"basename": "/root/router-studio", "basename": "/root/router-studio",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"ui": "bunx shadcn@latest add ", "ui": "bunx shadcn@latest add ",
"pub": "envision deploy ./dist -k router-studio -v 0.1.7 -y y -u" "pub": "envision deploy ./dist -k router-studio -v 0.1.8 -y y -u"
}, },
"files": [ "files": [
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@base-ui/react": "^1.2.0", "@base-ui/react": "^1.2.0",
"@kevisual/router": "0.0.80", "@kevisual/router": "0.0.83",
"@tanstack/react-router": "^1.161.1", "@tanstack/react-router": "^1.161.4",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@uiw/react-md-editor": "^4.0.11", "@uiw/react-md-editor": "^4.0.11",
"antd": "^6.3.0", "antd": "^6.3.0",
@@ -27,36 +27,36 @@
"es-toolkit": "^1.44.0", "es-toolkit": "^1.44.0",
"fuse.js": "^7.1.0", "fuse.js": "^7.1.0",
"idb-keyval": "^6.2.2", "idb-keyval": "^6.2.2",
"lucide-react": "^0.574.0", "lucide-react": "^0.575.0",
"nanoid": "^5.1.6", "nanoid": "^5.1.6",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.6.4", "react-resizable-panels": "^4.6.5",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"valtio": "^2.3.0", "valtio": "^2.3.0",
"zod": "^4.3.6", "zod": "^4.3.6",
"zustand": "^5.0.11" "zustand": "^5.0.11"
}, },
"devDependencies": { "devDependencies": {
"@kevisual/api": "^0.0.52", "@kevisual/api": "^0.0.59",
"@kevisual/context": "^0.0.8", "@kevisual/context": "^0.0.8",
"@kevisual/js-filter": "^0.0.5", "@kevisual/js-filter": "^0.0.5",
"@kevisual/query": "^0.0.49", "@kevisual/query": "^0.0.49",
"@kevisual/types": "^0.0.12", "@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.1.18", "@tailwindcss/vite": "^4.2.0",
"@tanstack/react-router-devtools": "^1.161.1", "@tanstack/react-router-devtools": "^1.161.4",
"@tanstack/router-plugin": "^1.161.1", "@tanstack/router-plugin": "^1.161.4",
"@types/node": "^25.2.3", "@types/node": "^25.3.0",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4", "@vitejs/plugin-react": "^5.1.4",
"dotenv": "^17.3.1", "dotenv": "^17.3.1",
"tailwind-merge": "^3.4.1", "tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.2.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "v8.0.0-beta.14" "vite": "v8.0.0-beta.15"
} }
} }

5055
web/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff