Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 3, 2022
1 parent 8cb4069 commit b007c04
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Build

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ module.exports = {

bundler: viteBundler({
viteOptions: {
server: {
fs: {
strict: false,
},
},
plugins: [
require('@rollup/plugin-yaml')(),
],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"diacritics": "^1.3.0",
"remark-shiki-twoslash": "^3.0.9",
"shiki": "^0.9.15",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"vuepress": "2.0.0-beta.43",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-redirect2": "^2.0.0-beta.47"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.29",
"@types/node": "^17.0.31",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"c8": "^7.11.2",
"cac": "^6.7.12",
"chai": "^4.3.6",
Expand Down Expand Up @@ -85,12 +85,12 @@
"semver": "^7.3.7",
"source-map-support": "^0.5.21",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"yakumo": "^0.2.1",
"yakumo-mocha": "^0.2.3",
"yakumo-publish": "^0.2.2",
"yakumo-upgrade": "^0.2.2",
"yakumo-version": "^0.2.2",
"yaml-register": "^0.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.0",
"proxy-agent": "^5.0.0",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"es-aggregate-error": "^1.0.7",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"axios": "^0.24.0",
"form-data": "^4.0.0",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"dependencies": {
"qface": "^1.2.0",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}
}
4 changes: 2 additions & 2 deletions plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"koishi": "^4.6.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.78.0"
"@aws-sdk/client-s3": "^3.82.0"
}
}
}
6 changes: 3 additions & 3 deletions plugins/frontend/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"cac": "^6.7.12",
"cosmokit": "^1.1.2",
"element-plus": "^2.1.11",
"marked": "^4.0.14",
"marked": "^4.0.15",
"sass": "^1.51.0",
"schemastery": "^3.3.3",
"vite": "~2.5.10",
"vite": "^2.9.7",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
}
}
}
4 changes: 2 additions & 2 deletions plugins/frontend/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"open": "^8.4.0",
"uuid": "^8.3.2",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}
}
2 changes: 1 addition & 1 deletion plugins/frontend/console/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class HttpService extends DataService<string[]> {
server: {
middlewareMode: true,
fs: {
strict: true,
strict: false,
},
},
plugins: [vue()],
Expand Down
4 changes: 2 additions & 2 deletions plugins/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"dependencies": {
"chrome-finder": "^1.0.7",
"pngjs": "^6.0.0",
"puppeteer-core": "^13.6.0"
"puppeteer-core": "^13.7.0"
}
}
}

0 comments on commit b007c04

Please sign in to comment.