fix: 切换默认的abearxiong/container 到kevisual/container

This commit is contained in:
2024-10-20 02:23:08 +08:00
parent 6df0b4e0cf
commit fa6c9785c5
11 changed files with 299 additions and 370 deletions

View File

@@ -13,7 +13,7 @@
"pub": "pnpm run build && pnpm run deploy"
},
"dependencies": {
"@abearxiong/container": "0.0.1-alpha.11",
"@kevisual/container": "0.0.2-alpha.1",
"@abearxiong/flows": "0.0.1-alpha.9",
"@abearxiong/ui": "0.0.1-alpha.0",
"@ant-design/icons": "^5.5.1",
@@ -22,9 +22,9 @@
"@kevisual/query": "^0.0.6",
"@kevisual/ui": "^0.0.2",
"@monaco-editor/react": "^4.6.0",
"@uiw/react-textarea-code-editor": "^3.0.2",
"@xyflow/react": "^12.3.1",
"antd": "^5.21.2",
"@uiw/react-textarea-code-editor": "^3.1.0",
"@xyflow/react": "^12.3.2",
"antd": "^5.21.4",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
@@ -32,42 +32,42 @@
"eventemitter3": "^5.0.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"marked": "^14.1.2",
"marked": "^14.1.3",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.4",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-toastify": "^10.0.5",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"vite-plugin-tsconfig-paths": "^1.4.1",
"zustand": "^4.5.5"
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"globals": "^15.11.0",
"path-browserify": "^1.0.1",
"postcss-import": "^16.1.0",
"pretty-bytes": "^6.1.1",
"react-is": "^18.3.1",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
}
}