Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 10, 2024
1 parent f1bf516 commit 9392fee
Show file tree
Hide file tree
Showing 8 changed files with 1,586 additions and 1,306 deletions.
4 changes: 2 additions & 2 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.28.0",
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 @@ -32,7 +32,7 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"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.5",
"vite": "^5.4.3"
"@types/node": "^20.16.11",
"vite": "^5.4.8"
}
}
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.3"
"vite": "^5.4.8"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.3",
"ant-design-vue": "^4.2.5",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.1.0",
"pkg-types": "^1.2.0",
"pkg-types": "^1.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"sass": "^1.79.4",
"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.6",
"version": "1.5.7",
"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,19 +71,19 @@
"@ant-design/icons-vue": "^7.0.1",
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.2",
"@codemirror/language": "^6.10.3",
"@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.1",
"@uiw/codemirror-theme-github": "^4.23.5",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.5.3",
"@vue/shared": "^3.5.11",
"@vueuse/core": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.3",
"ant-design-vue": "^4.2.5",
"axios": "^1.7.7",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
Expand All @@ -94,7 +94,7 @@
"file2md5": "^1.3.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.2",
"path-to-regexp": "^6.3.0",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.3",
"print-js": "^1.6.0",
Expand All @@ -105,16 +105,16 @@
"sortablejs": "^1.15.3",
"tinymce": "^6.8.4",
"unocss": "^0.61.9",
"vditor": "^3.10.5",
"vue": "^3.5.3",
"vditor": "^3.10.6",
"vue": "^3.5.11",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.14.0",
"vue-i18n": "^9.14.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.3",
"vue-router": "^4.4.5",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"xe-utils": "^3.5.30",
"xe-utils": "^3.5.31",
"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.15",
"@types/qs": "^6.9.16",
"@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.3",
"@vue/compiler-sfc": "^3.5.11",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
"czg": "^1.9.4",
"husky": "^9.1.5",
"cz-git": "^1.10.1",
"czg": "^1.10.1",
"husky": "^9.1.6",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-packagejson": "^2.5.3",
"rimraf": "^5.0.10",
"turbo": "^1.13.4",
"typescript": "^5.5.4",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.3",
"vite": "^5.4.8",
"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.3"
"vue": "^3.5.11"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit 9392fee

Please sign in to comment.