Update standard to the latest version 🚀 (#795)
* chore(package): update standard to version 14.3.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
parent
fc9d5e9af5
commit
c605d79f3c
|
@ -2829,9 +2829,9 @@
|
|||
}
|
||||
},
|
||||
"eslint": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz",
|
||||
"integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==",
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.4.0.tgz",
|
||||
"integrity": "sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
|
@ -8413,12 +8413,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"standard": {
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-14.2.0.tgz",
|
||||
"integrity": "sha512-qVXM+iVRBJn7f9HhlH4MxioeCzevLSyMqVLTb48MXcwEtQwjhXKg4MVlWLfQtHxaNACRbtmr5l4D4/Ao1oNgYA==",
|
||||
"version": "14.3.0",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-14.3.0.tgz",
|
||||
"integrity": "sha512-F3Su3IAxDrOW+v4O/WiPFp6SZ0FWj+H4NEtGrEI1iaCf5LWD0nIfcXh0GIyKQgpmswQFWBIAvgONihT8U5UM4w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint": "~6.3.0",
|
||||
"eslint": "~6.4.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-config-standard-jsx": "8.1.0",
|
||||
"eslint-plugin-import": "~2.18.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"json-loader": "0.5.7",
|
||||
"mkdirp": "0.5.1",
|
||||
"mocha": "6.2.0",
|
||||
"standard": "14.2.0",
|
||||
"standard": "14.3.0",
|
||||
"uglify-js": "3.6.0",
|
||||
"webpack": "4.40.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue