Update to 1.0.6 of the ESLint config
This commit is contained in:
parent
591ffcc83e
commit
dfb32fd098
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -758,9 +758,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@zotero/eslint-config": {
|
"@zotero/eslint-config": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.6.tgz",
|
||||||
"integrity": "sha512-xR0A2e1HuWIkO1uBaqcrLaF1Npeqz3HLwXV/m2vI+oQAGqgvyN06iaYERoaVvkvuGuRB+3Nv4nJ3Umgt2ZuG8w==",
|
"integrity": "sha512-LSqgV05HdUPV9lAJtfgAYvye6+df0/bIFCshTGJBk8Ws9s2MCLsAKH99V+x+3oADj8FCCDeGOfAFiRt6RpdYUg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"JSONStream": {
|
"JSONStream": {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
|
||||||
"@babel/preset-react": "^7.0.0",
|
"@babel/preset-react": "^7.0.0",
|
||||||
"@zotero/eslint-config": "^1.0.3",
|
"@zotero/eslint-config": "^1.0.6",
|
||||||
"babel-eslint": "^10.0.1",
|
"babel-eslint": "^10.0.1",
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||||
"browserify": "^14.5.0",
|
"browserify": "^14.5.0",
|
||||||
|
|
Loading…
Reference in a new issue