Skip to content

Commit

Permalink
Merge pull request #68 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 committed Jun 30, 2023
2 parents d9d2d56 + 78afd6e commit d239d5b
Show file tree
Hide file tree
Showing 20 changed files with 1,902 additions and 1,013 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.0.7",
"version": "1.0.11",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issue"
Expand Down Expand Up @@ -69,21 +69,21 @@
"@ant-design/icons-vue": "^6.1.0",
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@iconify/iconify": "^3.1.0",
"@logicflow/core": "^1.2.6",
"@logicflow/extension": "^1.2.6",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.9",
"@logicflow/extension": "^1.2.9",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.3.2",
"@vueuse/core": "^10.1.2",
"@vueuse/shared": "^10.1.2",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^10.2.1",
"@vueuse/shared": "^10.2.1",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^3.2.20",
"axios": "^1.4.0",
"codemirror": "^6.0.1",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"dayjs": "^1.11.8",
"echarts": "^5.4.2",
"exceljs": "^4.3.0",
"file2md5": "^1.3.0",
Expand All @@ -100,26 +100,26 @@
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.0",
"tinymce": "^6.4.2",
"vditor": "^3.9.2",
"vue": "^3.3.2",
"tinymce": "^6.5.1",
"vditor": "^3.9.4",
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0",
"vue-codemirror6": "^1.1.21",
"vue-codemirror6": "^1.1.22",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.0",
"vue-types": "^5.0.3",
"vxe-table": "^4.3.14",
"vue-router": "^4.2.2",
"vue-types": "^5.1.0",
"vxe-table": "^4.4.2",
"vxe-table-plugin-export-xlsx": "^3.0.4",
"xe-utils": "^3.5.7",
"xe-utils": "^3.5.11",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@iconify/json": "^2.2.65",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@iconify/json": "^2.2.84",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.7",
"@types/codemirror": "^5.60.8",
"@types/crypto-js": "^4.1.1",
"@types/intro.js": "^5.1.1",
"@types/lodash-es": "^4.17.7",
Expand All @@ -134,22 +134,22 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.3.2",
"@vue/test-utils": "^2.3.2",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"cross-env": "^7.0.3",
"cz-git": "^1.6.1",
"czg": "^1.6.1",
"husky": "^8.0.3",
"lint-staged": "13.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"rimraf": "^5.0.0",
"turbo": "^1.9.6",
"typescript": "^5.0.4",
"rimraf": "^5.0.1",
"turbo": "^1.10.6",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"unplugin-vue-define-options": "^1.3.5",
"vite": "^4.3.6",
"unplugin-vue-define-options": "^1.3.8",
"vite": "^4.3.9",
"vite-plugin-mock": "^3.0.0",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.3"
},
"packageManager": "pnpm@8.1.0",
"engines": {
Expand Down
Loading

0 comments on commit d239d5b

Please sign in to comment.