diff --git a/packages/core/package.json b/packages/core/package.json index 10bee8d336..96a90787fd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@koishijs/utils": "^5.4.3", - "cosmotype": "^1.0.9", + "cosmotype": "^1.0.10", "fastest-levenshtein": "^1.0.12", "ns-require": "^1.1.2" } diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index ffe92313c1..777c61ac9a 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mysql", "description": "MySQL support for Koishi", - "version": "4.3.2", + "version": "4.3.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -33,6 +33,6 @@ "koishi": "^4.6.3" }, "dependencies": { - "@cosmotype/driver-mysql": "^1.0.5" + "@cosmotype/driver-mysql": "^1.0.6" } } \ No newline at end of file diff --git a/plugins/frontend/client/package.json b/plugins/frontend/client/package.json index f3411b50af..d078f5aa22 100644 --- a/plugins/frontend/client/package.json +++ b/plugins/frontend/client/package.json @@ -43,7 +43,7 @@ "marked": "^4.0.15", "sass": "^1.51.0", "schemastery": "^3.3.3", - "vite": "^2.9.7", + "vite": "^2.9.8", "vue": "^3.2.33", "vue-router": "^4.0.14" } diff --git a/plugins/frontend/console/src/http.ts b/plugins/frontend/console/src/http.ts index 42f530a177..12d8546738 100644 --- a/plugins/frontend/console/src/http.ts +++ b/plugins/frontend/console/src/http.ts @@ -126,6 +126,7 @@ class HttpService extends DataService { }, plugins: [vue()], resolve: { + dedupe: ['vue'], alias: { '../client.js': '@koishijs/client', '../vue.js': 'vue',