Update eslint config to 1.0.3

This commit is contained in:
Dan Stillman 2019-06-12 00:31:47 -04:00
parent d353439980
commit 5b9b39dfb7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -744,9 +744,9 @@
}
},
"@zotero/eslint-config": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.2.tgz",
"integrity": "sha512-vzUii38AhbKIKgra+CCIyR2e+HFaJqKz6bZadjZQGc6baZzc5FZcmgjEHFfTeVKuHVruaNc6yo66VMgYCdrd4A==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.3.tgz",
"integrity": "sha512-ghoOpiWLj3PedlNO6hAuuO4PQsg1IxcjKUry3Tt1QjqMAdw5LMDYhL7G4kilgke+CGsfYC12wdEv82xp3MuSqg==",
"dev": true
},
"JSONStream": {

View file

@ -28,7 +28,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.2",
"@zotero/eslint-config": "^1.0.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"browserify": "^14.5.0",