Skip to content

Commit a506f02

Browse files
committed
revert to vue 2.5.22.
keyup was auto logging-in, when the browser filled the password field... that is bad: vuejs/vue#9441
1 parent c537f62 commit a506f02

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"linkifyjs": "^2.1.8",
2828
"object-hash": "^1.3.1",
2929
"reconnecting-websocket": "^3.2.2",
30-
"vue": "^2.6.3",
30+
"vue": "~2.5.22",
3131
"vue-flatpickr-component": "^7.0.6",
3232
"vue-h-ajax": "^0.1.3",
3333
"vue-i18n": "^8.8.0",
@@ -79,7 +79,7 @@
7979
"url-loader": "^1.1.2",
8080
"vue-loader": "^15.6.2",
8181
"vue-style-loader": "^3.1.2",
82-
"vue-template-compiler": "^2.6.3",
82+
"vue-template-compiler": "~2.5.22",
8383
"webpack": "^4.29.3",
8484
"webpack-bundle-analyzer": "^3.0.3",
8585
"webpack-dev-middleware": "^3.5.2",

0 commit comments

Comments
 (0)