Skip to content

Commit

Permalink
chore: bump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 17, 2025
1 parent 0cd4e8d commit 49d0289
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/cache-manager": "^3.19.0",
"@midwayjs/info": "^3.19.0",
"@midwayjs/cache-manager": "^3.20.0",
"@midwayjs/info": "^3.20.0",
"@midwayjs/logger": "^3.4.2",
"@mwcp/otel": "^41.0.0",
"@mwcp/share": "^41.0.0",
"@waiting/shared-core": "^23.25.3"
"@waiting/shared-core": "^23.25.5"
},
"engines": {
"node": ">=18.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/info": "^3.19.0",
"@midwayjs/info": "^3.20.0",
"@mwcp/share": "^41.0.0",
"@waiting/shared-core": "^23.25.3",
"@waiting/shared-core": "^23.25.5",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/bootstrap": "^3.19.0",
"@midwayjs/core": "^3.19.0",
"@midwayjs/grpc": "^3.19.0",
"@midwayjs/info": "^3.19.0",
"@midwayjs/koa": "^3.19.0",
"@midwayjs/bootstrap": "^3.20.0",
"@midwayjs/core": "^3.20.0",
"@midwayjs/grpc": "^3.20.0",
"@midwayjs/info": "^3.20.0",
"@midwayjs/koa": "^3.20.0",
"@midwayjs/logger": "^3.4.2",
"@midwayjs/swagger": "^3.19.0",
"@midwayjs/validate": "^3.19.0",
"@waiting/shared-core": "^23.25.3",
"@midwayjs/swagger": "^3.20.0",
"@midwayjs/validate": "^3.20.0",
"@waiting/shared-core": "^23.25.5",
"deepmerge": "^4.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 49d0289

Please sign in to comment.