Skip to content

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

packages/babel-plugin-named-asset-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-named-asset-import",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Babel plugin for named asset imports in Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",

packages/babel-preset-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

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.3",
3+
"version": "2.1.4",
44
"keywords": [
55
"react"
66
],

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

packages/react-app-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -63,7 +63,7 @@
6363
"loader-utils": "1.2.3",
6464
"opn": "5.4.0",
6565
"pkg-up": "2.0.0",
66-
"react-error-overlay": "^5.1.2",
66+
"react-error-overlay": "^5.1.3",
6767
"recursive-readdir": "2.2.2",
6868
"shell-quote": "1.6.1",
6969
"sockjs-client": "1.3.0",

packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -37,12 +37,12 @@
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
3939
"babel-loader": "8.0.5",
40-
"babel-preset-react-app": "^7.0.0",
40+
"babel-preset-react-app": "^7.0.1",
4141
"chalk": "^2.4.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",
4444
"eslint": "5.12.0",
45-
"eslint-config-react-app": "^3.0.6",
45+
"eslint-config-react-app": "^3.0.7",
4646
"eslint-plugin-flowtype": "2.50.1",
4747
"eslint-plugin-import": "2.14.0",
4848
"eslint-plugin-jsx-a11y": "6.1.2",
@@ -55,7 +55,7 @@
5555
"promise": "8.0.2",
5656
"raw-loader": "^0.5.1",
5757
"react": "^16.3.2",
58-
"react-app-polyfill": "^0.2.0",
58+
"react-app-polyfill": "^0.2.1",
5959
"react-dom": "^16.3.2",
6060
"rimraf": "^2.6.2",
6161
"settle-promise": "1.0.0",

packages/react-scripts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -30,15 +30,15 @@
3030
"babel-eslint": "9.0.0",
3131
"babel-jest": "23.6.0",
3232
"babel-loader": "8.0.5",
33-
"babel-plugin-named-asset-import": "^0.3.0",
34-
"babel-preset-react-app": "^7.0.0",
33+
"babel-plugin-named-asset-import": "^0.3.1",
34+
"babel-preset-react-app": "^7.0.1",
3535
"bfj": "6.1.1",
3636
"case-sensitive-paths-webpack-plugin": "2.2.0",
3737
"css-loader": "1.0.0",
3838
"dotenv": "6.0.0",
3939
"dotenv-expand": "4.2.0",
4040
"eslint": "5.12.0",
41-
"eslint-config-react-app": "^3.0.6",
41+
"eslint-config-react-app": "^3.0.7",
4242
"eslint-loader": "2.1.1",
4343
"eslint-plugin-flowtype": "2.50.1",
4444
"eslint-plugin-import": "2.14.0",
@@ -60,8 +60,8 @@
6060
"postcss-loader": "3.0.0",
6161
"postcss-preset-env": "6.5.0",
6262
"postcss-safe-parser": "4.0.1",
63-
"react-app-polyfill": "^0.2.0",
64-
"react-dev-utils": "^7.0.1",
63+
"react-app-polyfill": "^0.2.1",
64+
"react-dev-utils": "^7.0.2",
6565
"resolve": "1.10.0",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.1",

0 commit comments

Comments
 (0)