1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

Updates vuejs

This commit is contained in:
Amir Raminfar
2018-12-09 11:03:26 -08:00
parent d0e1614e08
commit 262ba5e9f4
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@@ -8055,9 +8055,9 @@
}
},
"sass": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.15.1.tgz",
"integrity": "sha512-WiDa5BsePB/rQEbh/Fv2pVDUCasxuRYjW7GsWx8Ld23LY61vx1VV5Mzf/7mu5kLWKMryMqo65fzYL34HgaM47w==",
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.15.2.tgz",
"integrity": "sha512-YFncPpx3ewKEhMg9sWdCxKUpPN/jwVLa0Q9iO2tcV5Y5Z/YAlFV6k6JaQwq3tmbN6FXKjUYElXRHcG0g4D1zkQ==",
"dev": true,
"requires": {
"chokidar": "^2.0.0"
@@ -9122,9 +9122,9 @@
}
},
"vue": {
"version": "2.5.17",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz",
"integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ=="
"version": "2.5.18",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.18.tgz",
"integrity": "sha512-j4oT4jQdhBf3dUxzu1ogjkhzMU44AtwqtLz7oq/u7340/lmUUogTG6/D6P4/J2cCosoM21MqMIUsQchPKS4elg=="
},
"vue-headful": {
"version": "2.0.1",
@@ -9146,9 +9146,9 @@
"integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg=="
},
"vue-template-compiler": {
"version": "2.5.17",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.17.tgz",
"integrity": "sha512-63uI4syCwtGR5IJvZM0LN5tVsahrelomHtCxvRkZPJ/Tf3ADm1U1wG6KWycK3qCfqR+ygM5vewUvmJ0REAYksg==",
"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==",
"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.17",
"vue": "^2.5.18",
"vue-headful": "^2.0.1",
"vue-router": "^3.0.2"
},
@@ -39,9 +39,9 @@
"lint-staged": "^8.1.0",
"parcel-bundler": "^1.10.3",
"prettier": "^1.15.3",
"sass": "^1.15.1",
"sass": "^1.15.2",
"vue-hot-reload-api": "^2.3.1",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "^2.5.18"
},
"husky": {
"hooks": {