Update to 1.0.6 of the ESLint config

This commit is contained in:
Dan Stillman 2020-12-24 02:47:23 -05:00
parent 591ffcc83e
commit dfb32fd098
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -758,9 +758,9 @@
}
},
"@zotero/eslint-config": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.5.tgz",
"integrity": "sha512-xR0A2e1HuWIkO1uBaqcrLaF1Npeqz3HLwXV/m2vI+oQAGqgvyN06iaYERoaVvkvuGuRB+3Nv4nJ3Umgt2ZuG8w==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.6.tgz",
"integrity": "sha512-LSqgV05HdUPV9lAJtfgAYvye6+df0/bIFCshTGJBk8Ws9s2MCLsAKH99V+x+3oADj8FCCDeGOfAFiRt6RpdYUg==",
"dev": true
},
"JSONStream": {

View file

@ -32,7 +32,7 @@
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.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-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"browserify": "^14.5.0",