Skip to content

Commit

Permalink
switch back to vue version 2.6.10 due to issue vuejs/vue#10939 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaAcat committed Jan 7, 2020
1 parent 4a44763 commit 01fec4e
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 59 deletions.
126 changes: 71 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -16,13 +16,13 @@
"postversion": "./postversion.sh"
},
"peerDependencies": {
"vue": "^2.6.11"
"vue": "2.6.10"
},
"dependencies": {
"body-scroll-lock": "^2.6.4",
"hls.js": "^0.13.1",
"normalize.css": "^8.0.1",
"vue": "^2.6.11",
"vue": "2.6.10",
"vue-click-outside": "^1.0.7",
"vue2-datepicker": "^3.2.2",
"vuedraggable": "^2.23.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"eslint-config-airbnb-base": "^13.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.2.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.1.2",
"eventsource-polyfill": "^0.9.6",
Expand All @@ -80,7 +80,7 @@
"vue-style-loader": "^4.1.2",
"vue-styleguidist": "^4.2.3",
"vue-svgicon": "^3.2.1",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "2.6.10",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
Expand Down

2 comments on commit 01fec4e

@jedrula
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this PR gets merged vuejs/vue#11052 you will likely be able to bump up the vue version.

@sahaAcat
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh that would be great! thanks for adopting this issue!

Please sign in to comment.