1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Updates vuejs

This commit is contained in:
Amir Raminfar
2018-12-10 07:31:13 -08:00
parent 262ba5e9f4
commit 72839fea10
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -9122,9 +9122,9 @@
}
},
"vue": {
"version": "2.5.18",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.18.tgz",
"integrity": "sha512-j4oT4jQdhBf3dUxzu1ogjkhzMU44AtwqtLz7oq/u7340/lmUUogTG6/D6P4/J2cCosoM21MqMIUsQchPKS4elg=="
"version": "2.5.19",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.19.tgz",
"integrity": "sha512-zs7w/dy/yMTCcUunUl05UHhYEI2bt67R7G2jD42HnJ28JxCtC1FY8zZ9GU4PF2SJP8Ff/B9HyojWk/NztqKfFA=="
},
"vue-headful": {
"version": "2.0.1",
@@ -9146,9 +9146,9 @@
"integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg=="
},
"vue-template-compiler": {
"version": "2.5.18",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.18.tgz",
"integrity": "sha512-WG2G+r5YxqkbTyJnbpkJuISTVI9MvYNGAZVKnmn8S4AoP0R0OufIKrHEV+GKwilLa+p3t/Plo8FzJXdhL9m4Sw==",
"version": "2.5.19",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.19.tgz",
"integrity": "sha512-SIoE8gvl0UjZ/wccwHhj0HUqL+kLkJNy/8v7TXElz6rqxqKOKLoAynVV4L78qHZOHhLoyRl5BOmUFQPPdcD5qw==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",

View File

@@ -26,7 +26,7 @@
"dependencies": {
"bulma": "^0.7.2",
"date-fns": "^2.0.0-alpha.25",
"vue": "^2.5.18",
"vue": "^2.5.19",
"vue-headful": "^2.0.1",
"vue-router": "^3.0.2"
},
@@ -41,7 +41,7 @@
"prettier": "^1.15.3",
"sass": "^1.15.2",
"vue-hot-reload-api": "^2.3.1",
"vue-template-compiler": "^2.5.18"
"vue-template-compiler": "^2.5.19"
},
"husky": {
"hooks": {