Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/package.json

Issue 29829605: Noissue - updating eslint dependency to v5 (Closed)
Patch Set: Created July 13, 2018, 4:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eslint-config-eyeo/package.json
diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json
index 875b2169ad899980d2f4ab8bc0b75ecc654b1d5e..0421c276a3f7e50e4cb298cdf4cc5a66bf65221e 100644
--- a/eslint-config-eyeo/package.json
+++ b/eslint-config-eyeo/package.json
@@ -23,6 +23,6 @@
"url": "https://issues.adblockplus.org/"
},
"peerDependencies": {
- "eslint": "4"
+ "eslint": "5"
Sebastian Noack 2018/07/13 16:13:47 As far as I understand, this would request ==5.0.0
tlucas 2018/07/13 16:22:30 With npm's "semver" thingy in place, this would (c
Sebastian Noack 2018/07/13 17:06:57 You seem to be right. I initially misunderstood th
tlucas 2018/07/18 10:37:34 Acknowledged and done.
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld