Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
d68a9897
Commit
d68a9897
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Relax peerDependencies for ESLint preset (#1191)
parent
5f570403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/package.json
+6
-6
packages/eslint-config-react-app/package.json
with
6 additions
and
6 deletions
+6
-6
packages/eslint-config-react-app/package.json
+
6
-
6
View file @
d68a9897
...
...
@@ -11,11 +11,11 @@
"index.js"
],
"peerDependencies"
:
{
"babel-eslint"
:
"7.0.0"
,
"eslint"
:
"3.8.1"
,
"eslint-plugin-flowtype"
:
"2.21.0"
,
"eslint-plugin-import"
:
"2.0.1"
,
"eslint-plugin-jsx-a11y"
:
"2.2.3"
,
"eslint-plugin-react"
:
"6.4.1"
"babel-eslint"
:
"
^
7.0.0"
,
"eslint"
:
"
^
3.8.1"
,
"eslint-plugin-flowtype"
:
"
^
2.21.0"
,
"eslint-plugin-import"
:
"
^
2.0.1"
,
"eslint-plugin-jsx-a11y"
:
"
^
2.2.3"
,
"eslint-plugin-react"
:
"
^
6.4.1"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment