Skip to content

Commit

Permalink
revert: restore old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jan 4, 2024
1 parent fb1d0d5 commit 641e36d
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 567 deletions.
2 changes: 1 addition & 1 deletion internal/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-server.json"
],
"dependencies": {
"@types/node": "^18.19.4",
"@types/node": "^18.19.3",
"unplugin-vue-define-options": "^1.4.1",
"vite": "^4.5.1"
}
Expand Down
8 changes: 4 additions & 4 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"stub": "pnpm unbuild --stub"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/colors": "^7.0.0",
"vite": "^4.5.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^4.6.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.0.8",
"dayjs": "^1.11.10",
Expand All @@ -46,14 +46,14 @@
"picocolors": "^1.0.0",
"pkg-types": "^1.0.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"sass": "^1.69.5",
"unocss": "^0.55.7",
"unplugin-config": "^0.1.4",
"unplugin-vue-define-options": "^1.4.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-html": "^3.2.1",
"vite-plugin-mock": "^3.0.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-svg-icons": "^2.0.1"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
"@ant-design/icons-vue": "^6.1.0",
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.0",
"@codemirror/language": "^6.9.3",
"@codemirror/legacy-modes": "^6.3.3",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.18",
"@logicflow/extension": "^1.2.19",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.4",
"@vue/shared": "^3.3.13",
"@vueuse/core": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^4.0.8",
"axios": "^1.6.4",
"axios": "^1.6.3",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
Expand All @@ -103,7 +103,7 @@
"sortablejs": "^1.15.1",
"tinymce": "^6.8.2",
"vditor": "^3.9.8",
"vue": "^3.4.4",
"vue": "^3.3.13",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.8.0",
Expand All @@ -118,7 +118,7 @@
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@iconify/json": "^2.2.164",
"@iconify/json": "^2.2.162",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.1",
Expand All @@ -133,7 +133,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.4",
"@vue/compiler-sfc": "^3.3.13",
"@vue/test-utils": "^2.4.3",
"cross-env": "^7.0.3",
"cz-git": "^1.8.0",
Expand All @@ -147,7 +147,7 @@
"unbuild": "^1.2.1",
"unplugin-vue-define-options": "^1.4.1",
"vite": "^4.5.1",
"vite-plugin-mock": "^3.0.1",
"vite-plugin-mock": "^3.0.0",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@8.1.0",
Expand Down
Loading

0 comments on commit 641e36d

Please sign in to comment.