Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jun 13, 2024
1 parent 6ae9881 commit 5925f16
Show file tree
Hide file tree
Showing 7 changed files with 442 additions and 628 deletions.
4 changes: 2 additions & 2 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
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 @@ -39,21 +39,21 @@
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.2",
"ant-design-vue": "^4.2.3",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.1",
"pkg-types": "^1.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"unocss": "0.58.5",
"sass": "^1.77.5",
"unocss": "^0.61.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-svg-icons": "^2.0.1"
}
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.27",
"@vueuse/core": "^10.10.0",
"@vueuse/shared": "^10.10.0",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.2",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
Expand All @@ -104,25 +104,25 @@
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.3",
"unocss": "^0.58.9",
"unocss": "^0.61.0",
"vditor": "^3.10.4",
"vue": "^3.4.27",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.2",
"vue-router": "^4.3.3",
"vue-types": "^5.1.2",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.6.17",
"vxe-table": "^4.7.10",
"vxe-table-plugin-export-xlsx": "^4.0.2",
"xe-utils": "^3.5.26",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@iconify/json": "^2.2.217",
"@iconify/json": "^2.2.218",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
Expand All @@ -139,11 +139,11 @@
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.2",
"czg": "^1.9.2",
"cz-git": "^1.9.3",
"czg": "^1.9.3",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"turbo": "^1.13.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "pnpm eslint ."
},
"dependencies": {
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.11.0",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5925f16

Please sign in to comment.