Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 4, 2023
1 parent f81c4b8 commit aa72a49
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 38 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"pub": "yakumo publish"
},
"devDependencies": {
"@koishijs/vitepress": "^1.6.5",
"@types/node": "^18.15.3",
"esbuild": "^0.14.54",
"@koishijs/eslint-config": "^1.0.4",
"@koishijs/vitepress": "^3.0.0",
"@types/node": "^20.4.2",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"sass": "^1.59.2",
"typescript": "^4.9.5",
"yakumo": "^0.3.10",
"yakumo-esbuild": "^0.3.22",
"eslint": "^8.45.0",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.25",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-publish-sync": "^0.3.2",
"yakumo-tsc": "^0.3.8",
"yakumo-upgrade": "^0.3.3",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.4",
"yakumo-version": "^0.3.4",
"yml-register": "^1.1.0",
"vitepress": "1.0.0-alpha.26"
"vitepress": "1.0.0-rc.4"
}
}
12 changes: 6 additions & 6 deletions packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"image"
],
"peerDependencies": {
"koishi": "^4.8.4",
"koishi-plugin-puppeteer": "^3.5.0"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node": "^20.4.2",
"atsc": "^1.2.2",
"koishi": "^4.12.0",
"koishi-plugin-puppeteer": "^3.5.0",
"typescript": "^4.9.5"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1",
"typescript": "^5.1.6"
}
}
13 changes: 7 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-puppeteer",
"description": "Browser API service for Koishi",
"version": "3.5.0",
"version": "3.6.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -45,16 +45,17 @@
"puppeteer"
],
"peerDependencies": {
"koishi": "^4.11.0"
"koishi": "^4.15.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node": "^20.4.2",
"atsc": "^1.2.2",
"koishi": "^4.12.0",
"typescript": "^4.9.5"
"koishi": "^4.15.0",
"typescript": "^5.1.6"
},
"dependencies": {
"puppeteer-core": "^19.7.4",
"@koishijs/canvas": "^0.1.1",
"puppeteer-core": "^19.11.1",
"puppeteer-finder": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"msedge"
],
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^4.9.5"
"@types/node": "^20.4.2",
"typescript": "^5.1.6"
}
}
12 changes: 6 additions & 6 deletions packages/phlogo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"pornhub"
],
"peerDependencies": {
"koishi": "^4.8.4",
"koishi-plugin-puppeteer": "^3.5.0"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node": "^20.4.2",
"atsc": "^1.2.2",
"koishi": "^4.12.0",
"koishi-plugin-puppeteer": "^3.5.0",
"typescript": "^4.9.5"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1",
"typescript": "^5.1.6"
}
}
12 changes: 6 additions & 6 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"puppeteer"
],
"peerDependencies": {
"koishi": "^4.11.0",
"koishi-plugin-puppeteer": "^3.5.0"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node": "^20.4.2",
"@types/pngjs": "^6.0.1",
"atsc": "^1.2.2",
"koishi": "^4.12.0",
"koishi-plugin-puppeteer": "^3.5.0",
"typescript": "^4.9.5"
"koishi": "^4.15.0",
"koishi-plugin-puppeteer": "^3.6.1",
"typescript": "^5.1.6"
},
"dependencies": {
"pngjs": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"composite": true,
Expand Down

0 comments on commit aa72a49

Please sign in to comment.