Merge branch 'master' into refactor/nuxt

This commit is contained in:
Liyas Thomas
2020-03-25 06:34:23 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9536,9 +9536,9 @@
"dev": true "dev": true
}, },
"lint-staged": { "lint-staged": {
"version": "10.0.8", "version": "10.0.9",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz",
"integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==", "integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^3.0.0", "chalk": "^3.0.0",

View File

@@ -55,7 +55,7 @@
"@nuxtjs/google-analytics": "^2.2.3", "@nuxtjs/google-analytics": "^2.2.3",
"cypress": "^4.2.0", "cypress": "^4.2.0",
"husky": "^4.2.3", "husky": "^4.2.3",
"lint-staged": "^10.0.8", "lint-staged": "^10.0.9",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"prettier": "^2.0.2", "prettier": "^2.0.2",
"pretty-quick": "^2.0.1", "pretty-quick": "^2.0.1",