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 22, 2023
1 parent 407382f commit 88f6f23
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion adapters/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-line",
"description": "Line Adapter for Satorijs",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,6 +26,6 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
}
}
2 changes: 1 addition & 1 deletion adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"@types/mailparser": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"image-size": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion adapters/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion adapters/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"@qq-guild-sdk/core": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion adapters/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.5.3"
"@satorijs/satori": "^2.5.4"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yakumo-esbuild": "^0.3.25",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-publish-sync": "^0.3.2",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.3",
"yakumo-version": "^0.3.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordis-axios",
"description": "Axios service for cordis",
"version": "3.1.2",
"version": "3.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -36,16 +36,16 @@
"service"
],
"peerDependencies": {
"cordis": "^2.8.5"
"cordis": "^2.8.6"
},
"devDependencies": {
"@types/mime-db": "^1.43.1",
"@types/ws": "^8.5.5",
"agent-base": "^6.0.2"
},
"dependencies": {
"axios": "~1.1.3",
"cosmokit": "^1.4.2",
"axios": "^1.4.0",
"cosmokit": "^1.4.3",
"mime-db": "^1.52.0"
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/core",
"description": "Core components of Satorijs",
"version": "2.5.3",
"version": "2.5.4",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@satorijs/element": "^2.4.2",
"cordis": "^2.8.5",
"cordis-axios": "^3.1.2",
"cosmokit": "^1.4.2",
"cordis": "^2.8.6",
"cordis-axios": "^3.1.3",
"cosmokit": "^1.4.3",
"ws": "^8.13.0",
"reggol": "^1.4.4",
"schemastery": "^3.11.0"
"schemastery": "^3.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"chai-shape": "^1.0.0"
},
"dependencies": {
"cosmokit": "^1.4.2"
"cosmokit": "^1.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "2.5.3",
"version": "2.5.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@satorijs/core": "2.5.3",
"@satorijs/core": "2.5.4",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.5",
Expand Down

0 comments on commit 88f6f23

Please sign in to comment.