Update eslint config version
This commit is contained in:
parent
f7f55f05ad
commit
2dce15c35c
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -744,9 +744,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@zotero/eslint-config": {
|
"@zotero/eslint-config": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@zotero/eslint-config/-/eslint-config-1.0.2.tgz",
|
||||||
"integrity": "sha512-7M2M2frMH4vA/HV8g+Orb/YPYOyRESQOF9qxDPm7nt9xicurvFyndDv808dxFbkQWGTs5AogdncDHXD/hcRtrg==",
|
"integrity": "sha512-vzUii38AhbKIKgra+CCIyR2e+HFaJqKz6bZadjZQGc6baZzc5FZcmgjEHFfTeVKuHVruaNc6yo66VMgYCdrd4A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"JSONStream": {
|
"JSONStream": {
|
||||||
|
|
|
@ -28,7 +28,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.0",
|
"@zotero/eslint-config": "^1.0.2",
|
||||||
"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