Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jun 24, 2024
1 parent 54de635 commit 6f1d686
Show file tree
Hide file tree
Showing 9 changed files with 738 additions and 737 deletions.
6 changes: 3 additions & 3 deletions apps/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"nodemon": "^2.0.22",
"pm2": "^5.4.0",
"pm2": "^5.4.1",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
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 @@ -41,7 +41,7 @@
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.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.2",
"vite": "^5.2.13"
"@types/node": "^20.14.8",
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 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.0.2",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -47,7 +47,7 @@
"picocolors": "^1.0.1",
"pkg-types": "^1.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"unocss": "^0.61.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.4.6",
"version": "1.4.8",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -79,7 +79,7 @@
"@uiw/codemirror-theme-github": "^4.22.2",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.27",
"@vue/shared": "^3.4.30",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -103,20 +103,20 @@
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.3",
"tinymce": "^6.8.4",
"unocss": "^0.61.0",
"vditor": "^3.10.4",
"vue": "^3.4.27",
"vue": "^3.4.30",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.3",
"vue-router": "^4.4.0",
"vue-types": "^5.1.2",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.7.10",
"vxe-table": "^4.7.32",
"vxe-table-plugin-export-xlsx": "^4.0.2",
"xe-utils": "^3.5.26",
"xe-utils": "^3.5.27",
"xlsx": "^0.18.5"
},
"devDependencies": {
Expand All @@ -135,7 +135,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.30",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.3",
Expand All @@ -146,14 +146,14 @@
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"turbo": "^1.13.4",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": ">=18.12.0",
"node": ">=20.10.0",
"pnpm": ">=9.0.6"
}
}
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.0",
"vue": "^3.4.27"
"vue": "^3.4.30"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit 6f1d686

Please sign in to comment.