Skip to content

Commit

Permalink
chore: upgrade version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 20, 2024
1 parent 3515878 commit 9be7903
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 397 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.15",
"@types/node": "^20.16.1",
"nodemon": "^2.0.22",
"pm2": "^5.4.2",
"rimraf": "^5.0.10",
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.14.15",
"@types/node": "^20.16.1",
"vite": "^5.4.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.5.3",
"version": "1.5.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 @@ -109,7 +109,7 @@
"vue": "^3.4.38",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-i18n": "^9.14.0",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.3",
"vue-types": "^5.1.3",
Expand Down Expand Up @@ -157,4 +157,4 @@
"node": ">=20.10.0",
"pnpm": ">=9.0.6"
}
}
}
Loading

0 comments on commit 9be7903

Please sign in to comment.