1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

Updates npm modules

This commit is contained in:
Amir
2020-01-09 11:51:49 -08:00
parent 21e88b645e
commit 34533cd830
2 changed files with 16 additions and 16 deletions

24
package-lock.json generated
View File

@@ -4056,9 +4056,9 @@
}
},
"date-fns": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.8.1.tgz",
"integrity": "sha512-EL/C8IHvYRwAHYgFRse4MGAPSqlJVlOrhVYZ75iQBKrnv+ZedmYsgwH3t+BCDuZDXpoo07+q9j4qgSSOa7irJg=="
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.9.0.tgz",
"integrity": "sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA=="
},
"date-now": {
"version": "0.1.4",
@@ -6107,9 +6107,9 @@
"dev": true
},
"husky": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.0.tgz",
"integrity": "sha512-h9kcWWpZgpGLrhlaBBtbMtA9Tsqu0yrfKSCU9ax6vulTvMSvVWEmFOsBehiLD38vJZVeFyrif5AcpcoiM0LJmw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.3.tgz",
"integrity": "sha512-pI4e5iC8hFkPAjOdJGdBubVdjKGhoZq0l0kkHpqGN1uf3U1Iq0wLloBm26R5OhdWYqhuBYRdRjRAclDg59+c5A==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@@ -10777,9 +10777,9 @@
}
},
"sass": {
"version": "1.24.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.2.tgz",
"integrity": "sha512-0JxdMMRd0fOmGFQFRI91vh4n0Ed766ib9JwPUa+1C37zn3VaqlHxbknUn/6LqP/MSfvNPxRYoCrYf5g8vu4OHw==",
"version": "1.24.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.3.tgz",
"integrity": "sha512-RGpAeX0xAKUCcT9bNjVd2qcnqz9JkeDFXXLTclpuHJ4JfE8F1xC8SkasNroXqyDTRNFL4phPkvAN2Q8auAJfBQ==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
@@ -11192,9 +11192,9 @@
}
},
"splitpanes": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.2.0.tgz",
"integrity": "sha512-n87JXR3xNHC6Zrcvg1JGU4wgqOxV95bFShhHhGM/cvQVFxN2HRJuaVWvvwgQzd9cF+4UyXtjcreqkOxr5bPnoA=="
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.2.1.tgz",
"integrity": "sha512-r7ypbW7IkH6yKUWpCbBqHdZcxI1PwEAMC3Yfeds+lJ0MpBGOl1mbTazXUK7gchUyVGmtq7paLin1YslLY5UhAQ=="
},
"sprintf-js": {
"version": "1.0.3",

View File

@@ -27,11 +27,11 @@
"ansi-to-html": "^0.6.13",
"buefy": "^0.8.9",
"bulma": "^0.8.0",
"date-fns": "^2.8.1",
"date-fns": "^2.9.0",
"hotkeys-js": "^3.7.3",
"lodash.debounce": "^4.0.8",
"semver": "^7.1.1",
"splitpanes": "^2.2.0",
"splitpanes": "^2.2.1",
"store": "^2.0.12",
"vue": "^2.6.11",
"vue-meta": "^2.3.1",
@@ -48,7 +48,7 @@
"concurrently": "^5.0.2",
"cz-conventional-changelog": "^3.0.2",
"eventsourcemock": "^2.0.0",
"husky": "^4.0.0",
"husky": "^4.0.3",
"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.2",
"sass": "^1.24.3",
"vue-hot-reload-api": "^2.3.4",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.11"