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 Nov 26, 2024
1 parent 221a616 commit a2fe821
Show file tree
Hide file tree
Showing 8 changed files with 1,018 additions and 889 deletions.
2 changes: 1 addition & 1 deletion internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.31.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.47",
"postcss": "^8.4.49",
"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.17.5",
"vite": "^5.4.10"
"@types/node": "^20.17.8",
"vite": "^5.4.11"
}
}
10 changes: 5 additions & 5 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.5",
"ant-design-vue": "^4.2.6",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"less": "^4.2.1",
"picocolors": "^1.1.1",
"pkg-types": "^1.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.6",
"sass": "^1.81.0",
"unocss": "^0.61.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.5.8",
"version": "1.6.0",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -71,20 +71,20 @@
"@ant-design/icons-vue": "^7.0.1",
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.3",
"@codemirror/legacy-modes": "^6.4.1",
"@codemirror/language": "^6.10.4",
"@codemirror/legacy-modes": "^6.4.2",
"@iconify/vue": "^4.1.2",
"@logicflow/core": "^1.2.28",
"@logicflow/extension": "^1.2.28",
"@uiw/codemirror-theme-github": "^4.23.6",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.5.12",
"@vue/shared": "^3.5.13",
"@vueuse/core": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.5",
"axios": "^1.7.7",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.8",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
Expand All @@ -98,23 +98,23 @@
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.3",
"print-js": "^1.6.0",
"qs": "^6.13.0",
"qs": "^6.13.1",
"remeda": "^1.61.0",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.4",
"tinymce": "^6.8.5",
"unocss": "^0.61.9",
"vditor": "^3.10.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.14.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"xe-utils": "^3.5.31",
"xe-utils": "^3.5.32",
"xlsx": "^0.18.5"
},
"devDependencies": {
Expand All @@ -125,28 +125,28 @@
"@types/crypto-js": "^4.2.2",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.16",
"@types/qs": "^6.9.17",
"@types/showdown": "^2.0.6",
"@types/sortablejs": "^1.15.8",
"@vben/eslint-config": "workspace:*",
"@vben/stylelint-config": "workspace:*",
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.10.1",
"czg": "^1.10.1",
"husky": "^9.1.6",
"cz-git": "^1.11.0",
"czg": "^1.11.0",
"husky": "^9.1.7",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^5.0.10",
"turbo": "^1.13.4",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"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.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit a2fe821

Please sign in to comment.