Skip to content

Commit

Permalink
Merge pull request #173 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 committed Jan 23, 2024
2 parents 5131c7c + 5ff1429 commit 7a0309b
Show file tree
Hide file tree
Showing 34 changed files with 603 additions and 324 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -77,11 +77,11 @@
"@uiw/codemirror-theme-github": "^4.21.21",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.7",
"@vueuse/core": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@vue/shared": "^3.4.15",
"@vueuse/core": "^10.7.2",
"@vueuse/shared": "^10.7.2",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^4.1.0",
"ant-design-vue": "^4.1.1",
"axios": "^1.6.5",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.1",
Expand All @@ -100,28 +100,28 @@
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.1",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.2",
"vditor": "^3.9.8",
"vue": "^3.4.7",
"vue": "^3.4.15",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.9.0",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
"vue-types": "^5.1.1",
"vxe-table": "^4.5.17",
"vxe-table": "^4.5.18",
"vxe-table-plugin-export-xlsx": "^3.1.0",
"xe-utils": "^3.5.14",
"xe-utils": "^3.5.18",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@iconify/json": "^2.2.166",
"@iconify/json": "^2.2.172",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.1",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
Expand All @@ -133,7 +133,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.7",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "^2.4.3",
"cross-env": "^7.0.3",
"cz-git": "^1.8.0",
Expand All @@ -145,8 +145,8 @@
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"unbuild": "^1.2.1",
"unplugin-vue-define-options": "^1.4.1",
"vite": "^4.5.1",
"unplugin-vue-define-options": "^1.4.2",
"vite": "^4.5.2",
"vite-plugin-mock": "^3.0.1",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit 7a0309b

Please sign in to comment.