Skip to content

Commit

Permalink
Merge pull request #216 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: upgrade deps and system version
  • Loading branch information
suyuan32 committed Jun 5, 2024
2 parents cfa36fd + cc964b2 commit c0a9549
Show file tree
Hide file tree
Showing 8 changed files with 462 additions and 453 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.12.13",
"@types/node": "^20.14.1",
"nodemon": "^2.0.22",
"pm2": "^5.4.0",
"rimraf": "^5.0.7",
Expand Down
6 changes: 3 additions & 3 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
"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 @@ -36,7 +36,7 @@
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"stylelint": "^16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.12.13",
"@types/node": "^20.14.1",
"vite": "^5.2.12"
}
}
4 changes: 2 additions & 2 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.1",
"dayjs": "^1.11.11",
Expand All @@ -47,7 +47,7 @@
"picocolors": "^1.0.1",
"pkg-types": "^1.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.3",
"sass": "^1.77.4",
"unocss": "0.58.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.4.3",
"version": "1.4.4",
"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,7 +71,7 @@
"@ant-design/icons-vue": "^7.0.1",
"@axolo/tree-array": "^0.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/language": "^6.10.2",
"@codemirror/legacy-modes": "^6.4.0",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.27",
Expand Down Expand Up @@ -122,7 +122,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@iconify/json": "^2.2.214",
"@iconify/json": "^2.2.216",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
Expand All @@ -143,10 +143,10 @@
"czg": "^1.9.2",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"turbo": "^1.13.3",
"turbo": "^1.13.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.12",
Expand Down
Loading

0 comments on commit c0a9549

Please sign in to comment.