Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 7, 2024
1 parent d9725b1 commit 83bbf8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.3"
"yakumo-tsc": "^1.0.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-http",
"description": "Fetch-based axios-style HTTP client",
"version": "0.5.2",
"version": "0.6.0",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,11 +50,11 @@
],
"devDependencies": {
"@types/mime-db": "^1.43.5",
"cordis": "^3.16.1",
"cordis": "^3.17.4",
"undici": "^6.10.1"
},
"peerDependencies": {
"cordis": "^3.16.1"
"cordis": "^3.17.4"
},
"dependencies": {
"cosmokit": "^1.6.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-proxy-agent",
"description": "Proxy agent support for @cordisjs/plugin-http",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"plugin"
],
"devDependencies": {
"cordis": "^3.16.1"
"cordis": "^3.17.4"
},
"peerDependencies": {
"@cordisjs/plugin-http": "^0.5.2",
"cordis": "^3.16.1"
"@cordisjs/plugin-http": "^0.6.0",
"cordis": "^3.17.4"
},
"dependencies": {
"http-proxy-agent": "^7.0.2",
Expand Down

0 comments on commit 83bbf8c

Please sign in to comment.