1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 11:35:00 +01:00

Updates npm modules

This commit is contained in:
Amir Raminfar
2020-03-24 09:26:31 -07:00
parent 16bfe96bca
commit b7e5f639b5
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@@ -6850,9 +6850,9 @@
"dev": true
},
"hotkeys-js": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.3.tgz",
"integrity": "sha512-CSaeVPAKEEYNexYR35znMJnCqoofk7oqG/AOOqWow1qDT0Yxy+g+Y8Hs/LhGlsZaSJ7973YN6/N41LAr3t30QQ=="
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.4.tgz",
"integrity": "sha512-WWGRwevLj+oZU+j31RX4qVK8bNV3vxnwBRVc+Qp99p2YGfiNFa+gZ+o4OnBJp3CZwggRuiJ8lDtQlsZy5BsInw=="
},
"hsl-regex": {
"version": "1.0.0",
@@ -9989,9 +9989,9 @@
"dev": true
},
"lint-staged": {
"version": "10.0.8",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz",
"integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==",
"version": "10.0.9",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz",
"integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@@ -12505,9 +12505,9 @@
"dev": true
},
"prettier": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.1.tgz",
"integrity": "sha512-piXGBcY1zoFOG0MvHpNE5reAGseLmaCRifQ/fmfF49BcYkInEs/naD/unxGNAeOKFA5+JxVrPyMvMlpzcd20UA==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.2.tgz",
"integrity": "sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==",
"dev": true
},
"pretty": {

View File

@@ -28,7 +28,7 @@
"buefy": "^0.8.13",
"bulma": "^0.8.1",
"date-fns": "^2.11.0",
"hotkeys-js": "^3.7.3",
"hotkeys-js": "^3.7.4",
"lodash.debounce": "^4.0.8",
"semver": "^7.1.3",
"splitpanes": "^2.2.1",
@@ -50,11 +50,11 @@
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^10.0.8",
"lint-staged": "^10.0.9",
"mockdate": "^2.0.5",
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.1",
"prettier": "^2.0.2",
"release-it": "^13.1.1",
"sass": "^1.26.3",
"vue-hot-reload-api": "^2.3.4",