From a2c73dcacc36e7bee931f3d096183649d87e9959 Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Wed, 5 May 2021 10:22:59 +0800 Subject: [PATCH] chore: bump deps --- package.json | 6 +++--- packages/koishi/package.json | 2 +- packages/plugin-eval/package.json | 4 ++-- packages/plugin-github/package.json | 2 +- packages/plugin-puppeteer/package.json | 4 ++-- packages/plugin-webui/package.json | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 2d104622a0..45315fa9c8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 78aa437af8..a46732505a 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -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", diff --git a/packages/plugin-eval/package.json b/packages/plugin-eval/package.json index 4d098fc474..8f99cbb5d8 100644 --- a/packages/plugin-eval/package.json +++ b/packages/plugin-eval/package.json @@ -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" }, diff --git a/packages/plugin-github/package.json b/packages/plugin-github/package.json index 959fba5827..26609aa0b6 100644 --- a/packages/plugin-github/package.json +++ b/packages/plugin-github/package.json @@ -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" } diff --git a/packages/plugin-puppeteer/package.json b/packages/plugin-puppeteer/package.json index c4c937dad6..18bc8f3a4f 100644 --- a/packages/plugin-puppeteer/package.json +++ b/packages/plugin-puppeteer/package.json @@ -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" @@ -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" } diff --git a/packages/plugin-webui/package.json b/packages/plugin-webui/package.json index 7daad8a468..e473a85b6b 100644 --- a/packages/plugin-webui/package.json +++ b/packages/plugin-webui/package.json @@ -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" } }