Skip to content

Commit

Permalink
fix: pin vue version (aws-amplify#10052)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaucode authored Jul 1, 2022
1 parent b454b5c commit 870ec87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"lodash.orderby": "^4.6.0",
"qrcode.vue": "^1.6.0",
"vue": "^2.5.17",
"vue": "2.6.11",
"vue2-filters": "^0.7.2"
},
"devDependencies": {
Expand All @@ -26,7 +26,7 @@
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"postcss-loader": "^2.1.6",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "2.6.11"
},
"postcss": {
"plugins": {
Expand Down

0 comments on commit 870ec87

Please sign in to comment.