Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 16, 2024
1 parent 68440db commit 3bdaf40
Showing 6 changed files with 335 additions and 341 deletions.
2 changes: 1 addition & 1 deletion internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
2 changes: 1 addition & 1 deletion internal/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -21,6 +21,6 @@
],
"dependencies": {
"@types/node": "^20.14.15",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}
2 changes: 1 addition & 1 deletion internal/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"vite": "^5.4.0"
"vite": "^5.4.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -72,14 +72,14 @@
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.2",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/legacy-modes": "^6.4.1",
"@iconify/vue": "^4.1.2",
"@logicflow/core": "^1.2.28",
"@logicflow/extension": "^1.2.28",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.37",
"@vue/shared": "^3.4.38",
"@vueuse/core": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"@zxcvbn-ts/core": "^3.0.4",
@@ -106,15 +106,15 @@
"tinymce": "^6.8.4",
"unocss": "^0.61.9",
"vditor": "^3.10.5",
"vue": "^3.4.37",
"vue": "^3.4.38",
"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.3",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.0.94",
"vxe-pc-ui": "^4.0.96",
"vxe-table": "^4.7.65",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xe-utils": "^3.5.30",
@@ -136,7 +136,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.37",
"@vue/compiler-sfc": "^3.4.38",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
@@ -149,7 +149,7 @@
"turbo": "^1.13.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"devDependencies": {
"@vben/types": "workspace:*"
Loading

0 comments on commit 3bdaf40

Please sign in to comment.