mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Merge pull request #346 from lancedikson/greenkeeper/eslint-plugin-ava-8.0.0
Update eslint-plugin-ava to the latest version 🚀
This commit is contained in:
commit
935d30f144
19
package-lock.json
generated
19
package-lock.json
generated
@ -4335,31 +4335,20 @@
|
||||
}
|
||||
},
|
||||
"eslint-plugin-ava": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-ava/-/eslint-plugin-ava-7.1.0.tgz",
|
||||
"integrity": "sha512-Z/vWPuHxtqMzxLZKhY/BJPrpPwA6uDlYekpBafyy95ssJCRDKUlFh0bk+P8fPPQJjXYr7bYp3Hwn66/QLwTBUA==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-ava/-/eslint-plugin-ava-8.0.0.tgz",
|
||||
"integrity": "sha512-jOrf7FPPLFxFhDXadRuqTN4qN19Lec40sYJ3FwbByLIh0J0l5znLdhox32OdJxW7il10LlfLRnAp+toyvPs+Dw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"deep-strict-equal": "^0.2.0",
|
||||
"enhance-visitors": "^1.0.0",
|
||||
"espree": "^5.0.0",
|
||||
"espree": "^6.0.0",
|
||||
"espurify": "^2.0.0",
|
||||
"import-modules": "^1.1.0",
|
||||
"pkg-dir": "^4.2.0",
|
||||
"resolve-from": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"espree": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz",
|
||||
"integrity": "sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"acorn": "^6.0.7",
|
||||
"acorn-jsx": "^5.0.0",
|
||||
"eslint-visitor-keys": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"espurify": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/espurify/-/espurify-2.0.1.tgz",
|
||||
|
@ -44,7 +44,7 @@
|
||||
"docdash": "^1.1.1",
|
||||
"eslint": "^6.0.1",
|
||||
"eslint-config-airbnb-base": "^13.2.0",
|
||||
"eslint-plugin-ava": "^7.1.0",
|
||||
"eslint-plugin-ava": "^8.0.0",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"gh-pages": "^2.0.1",
|
||||
"jsdoc": "^3.6.3",
|
||||
|
Loading…
Reference in New Issue
Block a user