Skip to content

Commit 1548e39

Browse files
committed
1 parent 59bf92e commit 1548e39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"keywords": [
55
"react"
66
],

packages/react-dev-utils/package.json

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

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
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.1",
64-
"react-dev-utils": "^7.0.2",
64+
"react-dev-utils": "^7.0.3",
6565
"resolve": "1.10.0",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.1",

0 commit comments

Comments
 (0)