Skip to content

Commit

Permalink
fix(deps): pin dependency vue to 3.2.37 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 12, 2022
1 parent 1fca9ec commit d09a762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:e2e:ci": "yarn test:run --e2e --headless"
},
"dependencies": {
"vue": "^3.2.13"
"vue": "3.2.37"
},
"devDependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "portal:..",
Expand Down
4 changes: 2 additions & 2 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ __metadata:
"@vue/cli-plugin-e2e-cypress": 5.0.8
"@vue/cli-service": 5.0.8
cypress: 10.3.0
vue: ^3.2.13
vue: 3.2.37
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7186,7 +7186,7 @@ __metadata:
languageName: node
linkType: hard

"vue@npm:^3.2.13":
"vue@npm:3.2.37":
version: 3.2.37
resolution: "vue@npm:3.2.37"
dependencies:
Expand Down

0 comments on commit d09a762

Please sign in to comment.