Skip to content

Commit

Permalink
chore: upgrade deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Sep 8, 2024
1 parent 291dd33 commit 5b38680
Show file tree
Hide file tree
Showing 8 changed files with 553 additions and 554 deletions.
4 changes: 2 additions & 2 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.28.0",
"vue-eslint-parser": "^9.4.3"
}
}
2 changes: 1 addition & 1 deletion internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"postcss": "^8.4.43",
"postcss": "^8.4.45",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
Expand Down
4 changes: 2 additions & 2 deletions internal/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-server.json"
],
"dependencies": {
"@types/node": "^20.16.3",
"vite": "^5.4.2"
"@types/node": "^20.16.5",
"vite": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"vite": "^5.4.2"
"vite": "^5.4.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -44,10 +44,10 @@
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"pkg-types": "^1.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"sass": "^1.78.0",
"unocss": "^0.61.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.5.5",
"version": "1.5.6",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -76,10 +76,10 @@
"@iconify/vue": "^4.1.2",
"@logicflow/core": "^1.2.28",
"@logicflow/extension": "^1.2.28",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uiw/codemirror-theme-github": "^4.23.1",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.38",
"@vue/shared": "^3.5.3",
"@vueuse/core": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -106,7 +106,7 @@
"tinymce": "^6.8.4",
"unocss": "^0.61.9",
"vditor": "^3.10.5",
"vue": "^3.4.38",
"vue": "^3.5.3",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.14.0",
Expand All @@ -133,7 +133,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.38",
"@vue/compiler-sfc": "^3.5.3",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
Expand All @@ -146,7 +146,7 @@
"turbo": "^1.13.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.2",
"vite": "^5.4.3",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
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.1",
"vue": "^3.4.38"
"vue": "^3.5.3"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit 5b38680

Please sign in to comment.