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 Apr 24, 2024
1 parent 79cc3a7 commit 48a9282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-core": "^23.5.1",
"@waiting/shared-types": "^23.4.0",
"@waiting/shared-core": "^23.6.1",
"@waiting/shared-types": "^23.6.0",
"form-data": "^4.0.0",
"qs": "^6.12.0",
"undici": "^6.13.0"
"qs": "^6.12.1",
"undici": "^6.14.1"
},
"devDependencies": {
"@opentelemetry/api": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-component-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^26.0.0",
"@mwcp/otel": "^26.3.2",
"@waiting/fetch": "^27.1.0",
"@waiting/shared-core": "^23.5.1"
"@waiting/shared-core": "^23.6.1"
},
"engines": {
"node": ">=18.12.0",
Expand Down

0 comments on commit 48a9282

Please sign in to comment.