Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 5, 2021
1 parent 605bc78 commit a2c73dc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
"@types/estree": "^0.0.47",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.1",
"@types/node": "^15.0.2",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.5",
"@types/sinonjs__fake-timers": "^6.0.2",
"@types/source-map-support": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"c8": "^7.7.1",
"c8": "^7.7.2",
"cac": "^6.7.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"del": "^6.0.0",
"esbuild": "^0.11.15",
"esbuild": "^0.11.18",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"@types/prompts": "^2.0.10"
"@types/prompts": "^2.0.11"
},
"dependencies": {
"cac": "^6.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"koishi-core": "^3.10.1"
},
"optionalDependencies": {
"@babel/core": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"coffeescript": "^2.5.1",
"esbuild": "^0.11.15",
"esbuild": "^0.11.18",
"json5": "^2.2.0",
"typescript": "^4.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"koishi-core": "^3.10.1"
},
"dependencies": {
"@octokit/webhooks-types": "^3.70.1",
"@octokit/webhooks-types": "^3.71.2",
"axios": "^0.21.1",
"marked": "^2.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"devDependencies": {
"@types/pngjs": "^6.0.0",
"@types/react": "^17.0.4",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"koishi-plugin-eval": "^3.1.2",
"koishi-test-utils": "^6.0.0-beta.12"
Expand All @@ -41,7 +41,7 @@
"dependencies": {
"chrome-finder": "^1.0.7",
"pngjs": "^6.0.0",
"puppeteer-core": "^9.0.0",
"puppeteer-core": "^9.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"koishi-plugin-mongo": "^2.2.3",
"koishi-plugin-mysql": "^3.3.2",
"koishi-test-utils": "^6.0.0-beta.12",
"sass": "^1.32.11",
"vite": "^2.2.3",
"sass": "^1.32.12",
"vite": "^2.2.4",
"vue": "^3.0.11",
"vue-echarts": "^6.0.0-rc.4",
"vue-echarts": "^6.0.0-rc.5",
"vue-router": "^4.0.5"
},
"dependencies": {
"systeminformation": "^5.6.12",
"systeminformation": "^5.6.14",
"ws": "^7.4.5"
}
}

0 comments on commit a2c73dc

Please sign in to comment.