Skip to content

Commit

Permalink
pin vue2 to vue@2.6 in vue2 skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsouth committed Feb 7, 2023
1 parent 01a25e7 commit dba76ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/static-assets/skel-vue-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"meteor-node-stubs": "^1.2.1",
"vue": "^2.6.14",
"vue": "2.6.*",
"vue-meteor-tracker": "^2.0.0-beta.5"
},
"meteor": {
Expand Down

0 comments on commit dba76ee

Please sign in to comment.