From 2072af59191a366e07a1e3123c1dc478211517d9 Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 25 May 2021 18:27:21 +0800 Subject: [PATCH] fix: types --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5fcef50ac..de1fa2645 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "node": ">=10.0.0" }, "devDependencies": { - "@dcloudio/types": "^2.2.6", + "@dcloudio/types": "^2.2.7", "@microsoft/api-extractor": "^7.13.2", "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-commonjs": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index 934d26f6e..bbc2f0b23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -305,9 +305,9 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@dcloudio/types@^2.2.6": - version "2.2.6" - resolved "https://registry.yarnpkg.com/@dcloudio/types/-/types-2.2.6.tgz#52baebf6713565d22742ca82fa7f4906219a1a93" +"@dcloudio/types@^2.2.7": + version "2.2.7" + resolved "https://registry.yarnpkg.com/@dcloudio/types/-/types-2.2.7.tgz#80d815b673e5e839c087fe252127cf79f9761eb8" "@eslint/eslintrc@^0.4.1": version "0.4.1" -- GitLab