From 29c1116f2cb4f9d254ddd060f77cad3264ac7cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 08:12:01 +0300 Subject: [PATCH] Bump @vue/composition-api in /webui/frontend (#131) Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 1.0.0-rc.6 to 1.0.0-rc.7. - [Release notes](https://github.com/vuejs/composition-api/releases) - [Changelog](https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/composition-api/compare/v1.0.0-rc.6...v1.0.0-rc.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index e3b79b35..6bf01598 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@braid/vue-formulate": "^2.5.2", - "@vue/composition-api": "^1.0.0-rc.6", + "@vue/composition-api": "^1.0.0-rc.7", "axios": "^0.21.1", "bootstrap-vue": "^2.21.2", "core-js": "^3.10.1", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index 03a3a328..7f97c237 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -1520,12 +1520,12 @@ optionalDependencies: prettier "^1.18.2" -"@vue/composition-api@^1.0.0-rc.6": - version "1.0.0-rc.6" - resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.6.tgz#21ce2c169dd4ff17a5bf60c6e98863dff1a36540" - integrity sha512-M3jsyDBozQFqAPYdM4GCoVZEljIHsTVdcq5fZx9axpKz9ChIlQngxNf1ziLVaJvWX7T+MO1rVTEx6Xjgg/gUcQ== +"@vue/composition-api@^1.0.0-rc.7": + version "1.0.0-rc.7" + resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.7.tgz#05a9e81ad91d85d3390b1386c0079666d2e1b3bb" + integrity sha512-aj/lWD+9dmJ+r9qkbASByqlphkbwvZ8q1T7yC5H1leWSdtxfWg7tDR98vZEKzjikRSztwC7xrtrLwOnt8glQDA== dependencies: - tslib "^2.1.0" + tslib "^2.2.0" "@vue/eslint-config-typescript@^5.0.2": version "5.1.0" @@ -8274,10 +8274,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" - integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== tslint@^5.20.1: version "5.20.1"