From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 05:33:48 +0000 (+0000) Subject: chore(deps-dev): bump @vue/composition-api from 0.5.0 to 0.6.3 X-Git-Tag: 0.0.7~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae43befe6ca5c71a4d3af9b60ae068b62c31baf0;p=thirdparty%2Fvuejs%2Fpinia.git chore(deps-dev): bump @vue/composition-api from 0.5.0 to 0.6.3 Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 0.5.0 to 0.6.3. - [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/v0.5.0...v0.6.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 93629bee..e203de58 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/jest": "^25.1.3", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", - "@vue/composition-api": "^0.5.0", + "@vue/composition-api": "^0.6.3", "codecov": "^3.6.1", "eslint": "^6.4.0", "eslint-config-prettier": "^6.10.0", diff --git a/yarn.lock b/yarn.lock index 9c44876f..ed4152b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -996,12 +996,12 @@ semver "^7.3.2" tsutils "^3.17.1" -"@vue/composition-api@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-0.5.0.tgz#2dbaa02a5d1f5d0d407d53d5529fe444aa8362f3" - integrity sha512-9QDFWq7q839G1CTTaxeruPOTrrVOPSaVipJ2TxxK9QAruePNTHOGbOOFRpc8WLl4YPsu1/c29yBhMVmrXz8BZw== +"@vue/composition-api@^0.6.3": + version "0.6.3" + resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-0.6.3.tgz#e4479c58aff273d64ecf1a6604e2870f8984226d" + integrity sha512-BI+pldkd2sRtErhRoGzQNHe8QIAOGk4110rFEw5h0HseNupABefVwKRcnxtvz2AIhZUr/aNo8db6ikkAUtmUSg== dependencies: - tslib "^1.9.3" + tslib "^2.0.0" abab@^2.0.0: version "2.0.3" @@ -5210,11 +5210,16 @@ tsd@^0.11.0: read-pkg-up "^4.0.0" update-notifier "^2.5.0" -tslib@1.11.2, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: +tslib@1.11.2, tslib@^1.8.1, tslib@^1.9.0: version "1.11.2" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9" integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg== +tslib@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" + integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== + tsutils@^3.17.1: version "3.17.1" resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"