Skip to content

Commit

Permalink
chore: update version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jul 22, 2024
1 parent e71d073 commit ccc2d42
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 283 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -79,7 +79,7 @@
"@uiw/codemirror-theme-github": "^4.23.0",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.32",
"@vue/shared": "^3.4.33",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -106,16 +106,16 @@
"tinymce": "^6.8.4",
"unocss": "^0.61.5",
"vditor": "^3.10.4",
"vue": "^3.4.32",
"vue": "^3.4.33",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.0",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.0.76",
"vxe-table": "^4.7.56",
"vxe-pc-ui": "^4.0.78",
"vxe-table": "^4.7.57",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xe-utils": "^3.5.28",
"xlsx": "^0.18.5"
Expand All @@ -136,11 +136,11 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.32",
"@vue/compiler-sfc": "^3.4.33",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.3",
"czg": "^1.9.3",
"cz-git": "^1.9.4",
"czg": "^1.9.4",
"husky": "^9.1.1",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"vue": "^3.4.32"
"vue": "^3.4.33"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit ccc2d42

Please sign in to comment.