Bump @vue/composition-api from 1.1.5 to 1.2.2

Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 1.1.5 to 1.2.2.
- [Release notes](https://github.com/vuejs/composition-api/releases)
- [Changelog](https://github.com/vuejs/composition-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/composition-api/compare/v1.1.5...v1.2.2)

---
updated-dependencies:
- dependency-name: "@vue/composition-api"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-27 05:05:34 +00:00 committed by GitHub
parent d960f1d6d1
commit 5969f2f46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
"@vue/cli-plugin-unit-jest": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.12",
"@vue/cli-service": "~4.5.13",
"@vue/composition-api": "^1.1.5",
"@vue/composition-api": "^1.2.2",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.1.0",

View File

@ -1961,10 +1961,10 @@
optionalDependencies:
prettier "^1.18.2"
"@vue/composition-api@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.1.5.tgz#dec72423d2a41a49ddae87d107a6694b68003c33"
integrity sha512-OBi35vuM2ZJHENCbYshvikSHZ2qoIl63TBUpszZkmdlmgWLi7yi0tKmesXfP2TsSuNVaKqvxNhHQ9BsEh5IwAg==
"@vue/composition-api@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.2.2.tgz#7276667eea4c65add902a132802504c6a9950fa2"
integrity sha512-hnnock2l8Uawuzm/Nq8LqaztuOO70rpyX3Gz/Kpl/JtNalsG/EuuHuRQAWPiT3Is8NCB/8V5hiH7fmCmAc0+pQ==
dependencies:
tslib "^2.3.0"