Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyuv committed Sep 5, 2023
1 parent dd2fc21 commit e603ee2
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 459 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.10",
"@logicflow/extension": "^1.2.10",
"@logicflow/core": "^1.2.12",
"@logicflow/extension": "^1.2.13",
"@vben/eslint-config": "workspace:*",
"@vben/hooks": "workspace:*",
"@vben/prettier-config": "workspace:*",
"@vben/stylelint-config": "workspace:*",
"@vben/ts-config": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.4.1",
"@zxcvbn-ts/core": "^3.0.3",
"ant-design-vue": "^4.0.0",
"axios": "^1.4.0",
"ant-design-vue": "^4.0.2",
"axios": "^1.5.0",
"codemirror": "^5.65.12",
"cropperjs": "^1.5.13",
"cropperjs": "^1.6.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
Expand All @@ -92,26 +92,26 @@
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "2.1.4",
"pinia": "2.1.6",
"print-js": "^1.6.0",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.0",
"tinymce": "^5.10.7",
"vditor": "^3.9.4",
"vditor": "^3.9.5",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.4",
"vue-types": "^5.1.0",
"vue-types": "^5.1.1",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@iconify/json": "^2.2.94",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify/json": "^2.2.111",
"@purge-icons/generated": "^0.9.0",
"@vben/eslint-config": "workspace:*",
"@vben/stylelint-config": "workspace:*",
Expand All @@ -121,19 +121,19 @@
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"cross-env": "^7.0.3",
"cz-git": "^1.7.0",
"czg": "^1.7.0",
"cz-git": "^1.7.1",
"czg": "^1.7.1",
"husky": "^8.0.3",
"lint-staged": "13.2.3",
"prettier": "^3.0.0",
"lint-staged": "14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"rimraf": "^5.0.1",
"turbo": "^1.10.11",
"turbo": "^1.10.13",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.7",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.8"
},
"packageManager": "pnpm@8.6.0",
"engines": {
Expand Down
Loading

0 comments on commit e603ee2

Please sign in to comment.