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

Updates libs

This commit is contained in:
Amir Raminfar
2020-01-10 08:18:38 -08:00
parent 756a8e4643
commit 24ade2f856
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -6107,9 +6107,9 @@
"dev": true
},
"husky": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.3.tgz",
"integrity": "sha512-pI4e5iC8hFkPAjOdJGdBubVdjKGhoZq0l0kkHpqGN1uf3U1Iq0wLloBm26R5OhdWYqhuBYRdRjRAclDg59+c5A==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.6.tgz",
"integrity": "sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@@ -10777,9 +10777,9 @@
}
},
"sass": {
"version": "1.24.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.3.tgz",
"integrity": "sha512-RGpAeX0xAKUCcT9bNjVd2qcnqz9JkeDFXXLTclpuHJ4JfE8F1xC8SkasNroXqyDTRNFL4phPkvAN2Q8auAJfBQ==",
"version": "1.24.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.4.tgz",
"integrity": "sha512-SqizkIEEcVPzmK1tYdlNRl/RSXMEwGcifL9GD+S2p9rEPdj6ycRbk4PWZs0jwlajNSyBPo/SXRB81i22SG0jmw==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"

View File

@@ -48,7 +48,7 @@
"concurrently": "^5.0.2",
"cz-conventional-changelog": "^3.0.2",
"eventsourcemock": "^2.0.0",
"husky": "^4.0.3",
"husky": "^4.0.6",
"jest": "^24.9.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^9.5.0",
@@ -56,7 +56,7 @@
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.4",
"prettier": "^1.19.1",
"sass": "^1.24.3",
"sass": "^1.24.4",
"vue-hot-reload-api": "^2.3.4",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.11"