Skip to content

Commit a66bdb0

Browse files
iansukiku-jw
authored andcommitted
1 parent a2d3aaf commit a66bdb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"keywords": [
55
"react"
66
],

Diff for: packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

Diff for: packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -61,7 +61,7 @@
6161
"postcss-preset-env": "6.5.0",
6262
"postcss-safe-parser": "4.0.1",
6363
"react-app-polyfill": "^0.2.2",
64-
"react-dev-utils": "^7.0.4",
64+
"react-dev-utils": "^7.0.5",
6565
"resolve": "1.10.0",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.1",

0 commit comments

Comments
 (0)