Skip to content

Commit c5c7da0

Browse files
committed
Publish
- babel-preset-react-app@5.0.0 - react-app-polyfill@0.1.1 - react-dev-utils@6.0.1 - react-error-overlay@5.0.1 - react-scripts@2.0.1
1 parent 3ae3cf3 commit c5c7da0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Babel preset 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.1.0",
3+
"version": "0.1.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": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -55,7 +55,7 @@
5555
"loader-utils": "1.1.0",
5656
"opn": "5.4.0",
5757
"pkg-up": "2.0.0",
58-
"react-error-overlay": "^5.0.0",
58+
"react-error-overlay": "^5.0.1",
5959
"recursive-readdir": "2.2.2",
6060
"shell-quote": "1.6.1",
6161
"sockjs-client": "1.1.5",

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
3939
"babel-loader": "8.0.4",
40-
"babel-preset-react-app": "^4.0.0",
40+
"babel-preset-react-app": "^5.0.0",
4141
"chalk": "^2.3.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"babel-jest": "23.6.0",
2929
"babel-loader": "8.0.4",
3030
"babel-plugin-named-asset-import": "^0.2.0",
31-
"babel-preset-react-app": "^4.0.0",
31+
"babel-preset-react-app": "^5.0.0",
3232
"bfj": "6.1.1",
3333
"case-sensitive-paths-webpack-plugin": "2.1.2",
3434
"chalk": "2.4.1",
@@ -53,8 +53,8 @@
5353
"postcss-loader": "3.0.0",
5454
"postcss-preset-env": "6.0.6",
5555
"postcss-safe-parser": "4.0.1",
56-
"react-app-polyfill": "^0.1.0",
57-
"react-dev-utils": "^6.0.0",
56+
"react-app-polyfill": "^0.1.1",
57+
"react-dev-utils": "^6.0.1",
5858
"resolve": "1.8.1",
5959
"sass-loader": "7.1.0",
6060
"style-loader": "0.23.0",

0 commit comments

Comments
 (0)