Skip to content

Commit

Permalink
fix(deps): update dependency @vue/composition-api to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2021
1 parent 3e98388 commit 5f3234c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxtjs/redirect-module": "0.3.1",
"@nuxtjs/router-extras": "1.1.1",
"@nuxtjs/toast": "3.3.1",
"@vue/composition-api": "1.1.4",
"@vue/composition-api": "1.3.2",
"animate.css": "4.1.1",
"bootstrap": "4.6.0",
"bootstrap-vue": "2.21.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5174,12 +5174,12 @@
optionalDependencies:
prettier "^1.18.2"

"@vue/composition-api@1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.1.4.tgz#b4cd566e575350b86c22fa02632e4a356ac2e26e"
integrity sha512-f618a79X0VepQUoZofaAYzaherBuzfIIYah4gQPcwmXgN3oeuGdhO7DY2s3Rjcw7r9yTEh5sQIowbNWy6INGjg==
"@vue/composition-api@1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.3.2.tgz#9529ee0c9beb7e552136f764decc6b2278f5f1c3"
integrity sha512-UfKsDI6+AwPLRT7a8xQCCXCHuaepBSfxzJwcEQFKlddsin/x8MOrdfFxRb0yjn6YGBkpWlMjNyK582h4JoLwdA==
dependencies:
tslib "^2.3.0"
tslib "^2.3.1"

"@vue/shared@3.0.11":
version "3.0.11"
Expand Down Expand Up @@ -18954,10 +18954,10 @@ tslib@^2.0.1, tslib@^2.0.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

tslib@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
tslib@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tsutils@^3.17.1, tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit 5f3234c

Please sign in to comment.