Update standard to the latest version 🚀 (#796)
* chore(package): update standard to version 14.3.1 * chore(package): update lockfile package-lock.json
This commit is contained in:
parent
a60a1125ea
commit
6cb47746f5
|
@ -8413,9 +8413,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"standard": {
|
||||
"version": "14.3.0",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-14.3.0.tgz",
|
||||
"integrity": "sha512-F3Su3IAxDrOW+v4O/WiPFp6SZ0FWj+H4NEtGrEI1iaCf5LWD0nIfcXh0GIyKQgpmswQFWBIAvgONihT8U5UM4w==",
|
||||
"version": "14.3.1",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-14.3.1.tgz",
|
||||
"integrity": "sha512-TUQwU7znlZLfgKH1Zwn/D84FitWZkUTfbxSiz/vFx+4c9GV+clSfG/qLiLZOlcdyzhw3oF5/pZydNjbNDfHPEw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint": "~6.4.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"json-loader": "0.5.7",
|
||||
"mkdirp": "0.5.1",
|
||||
"mocha": "6.2.0",
|
||||
"standard": "14.3.0",
|
||||
"standard": "14.3.1",
|
||||
"uglify-js": "3.6.0",
|
||||
"webpack": "4.40.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue