Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
70a7f28e
Commit
70a7f28e
authored
7 years ago
by
Joe Haddad
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add explicit package dependence (#2243)
Closes
#2232
parent
499adbe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/react-dev-utils/package.json
+0
-3
packages/react-dev-utils/package.json
packages/react-error-overlay/package.json
+2
-1
packages/react-error-overlay/package.json
with
2 additions
and
4 deletions
+2
-4
packages/react-dev-utils/package.json
+
0
-
3
View file @
70a7f28e
...
...
@@ -45,9 +45,6 @@
"recursive-readdir"
:
"2.2.1"
,
"shell-quote"
:
"1.6.1"
,
"sockjs-client"
:
"1.1.4"
,
"stack-frame-mapper"
:
"0.4.0"
,
"stack-frame-parser"
:
"0.4.0"
,
"stack-frame-unmapper"
:
"0.4.0"
,
"strip-ansi"
:
"3.0.1"
}
}
This diff is collapsed.
Click to expand it.
packages/react-error-overlay/package.json
+
2
-
1
View file @
70a7f28e
...
...
@@ -35,7 +35,8 @@
"babel-code-frame"
:
"6.22.0"
,
"babel-runtime"
:
"6.23.0"
,
"react-dev-utils"
:
"^1.0.0"
,
"settle-promise"
:
"1.0.0"
"settle-promise"
:
"1.0.0"
,
"source-map"
:
"0.5.6"
},
"devDependencies"
:
{
"babel-cli"
:
"6.24.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
Menu
Explore
Projects
Groups
Snippets