Skip to content

Commit

Permalink
Merge pull request #221 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: upgrade deps and system version
  • Loading branch information
suyuan32 authored Jun 9, 2024
2 parents 142c924 + 44f5045 commit 24ed4f3
Show file tree
Hide file tree
Showing 7 changed files with 617 additions and 584 deletions.
2 changes: 1 addition & 1 deletion apps/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"nodemon": "^2.0.22",
"pm2": "^5.4.0",
"rimraf": "^5.0.7",
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.0",
"prettier": "^3.3.1",
"stylelint": "^16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
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.14.1",
"vite": "^5.2.12"
"@types/node": "^20.14.2",
"vite": "^5.2.13"
}
}
4 changes: 2 additions & 2 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"vite": "^5.2.12"
"vite": "^5.2.13"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.1",
"ant-design-vue": "^4.2.2",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
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.4.4",
"version": "1.4.5",
"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,14 +76,14 @@
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.27",
"@logicflow/extension": "^1.2.27",
"@uiw/codemirror-theme-github": "^4.22.1",
"@uiw/codemirror-theme-github": "^4.22.2",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.27",
"@vueuse/core": "^10.10.0",
"@vueuse/shared": "^10.10.0",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.1",
"ant-design-vue": "^4.2.2",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
Expand Down Expand Up @@ -122,7 +122,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@iconify/json": "^2.2.216",
"@iconify/json": "^2.2.217",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
Expand All @@ -143,13 +143,13 @@
"czg": "^1.9.2",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"turbo": "^1.13.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit 24ed4f3

Please sign in to comment.