Skip to content

Commit 209053b

Browse files
committed
Publish
- babel-plugin-named-asset-import@0.2.2 - babel-preset-react-app@5.0.2 - confusing-browser-globals@1.0.3 - create-react-app@2.0.2 - eslint-config-react-app@3.0.3 - react-app-polyfill@0.1.3 - react-dev-utils@6.0.3 - react-error-overlay@5.0.3 - react-scripts@2.0.3
1 parent de67243 commit 209053b

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
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.2.1",
3+
"version": "0.2.2",
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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confusing-browser-globals",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A list of browser globals that are often used by mistake instead of local variables",
55
"license": "MIT",
66
"main": "index.js",

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -19,6 +19,6 @@
1919
"eslint-plugin-react": "7.x"
2020
},
2121
"dependencies": {
22-
"confusing-browser-globals": "^1.0.2"
22+
"confusing-browser-globals": "^1.0.3"
2323
}
2424
}

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.2",
3+
"version": "0.1.3",
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.2",
3+
"version": "6.0.3",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -57,7 +57,7 @@
5757
"loader-utils": "1.1.0",
5858
"opn": "5.4.0",
5959
"pkg-up": "2.0.0",
60-
"react-error-overlay": "^5.0.2",
60+
"react-error-overlay": "^5.0.3",
6161
"recursive-readdir": "2.2.2",
6262
"shell-quote": "1.6.1",
6363
"sockjs-client": "1.1.5",

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.0.2",
3+
"version": "5.0.3",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -37,12 +37,12 @@
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
3939
"babel-loader": "8.0.4",
40-
"babel-preset-react-app": "^5.0.1",
40+
"babel-preset-react-app": "^5.0.2",
4141
"chalk": "^2.3.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",
4444
"eslint": "5.6.0",
45-
"eslint-config-react-app": "^3.0.1",
45+
"eslint-config-react-app": "^3.0.3",
4646
"eslint-plugin-flowtype": "2.50.1",
4747
"eslint-plugin-import": "2.14.0",
4848
"eslint-plugin-jsx-a11y": "6.1.1",
@@ -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.1.2",
58+
"react-app-polyfill": "^0.1.3",
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.0.2",
3+
"version": "2.0.3",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -27,16 +27,16 @@
2727
"babel-eslint": "9.0.0",
2828
"babel-jest": "23.6.0",
2929
"babel-loader": "8.0.4",
30-
"babel-plugin-named-asset-import": "^0.2.1",
31-
"babel-preset-react-app": "^5.0.1",
30+
"babel-plugin-named-asset-import": "^0.2.2",
31+
"babel-preset-react-app": "^5.0.2",
3232
"bfj": "6.1.1",
3333
"case-sensitive-paths-webpack-plugin": "2.1.2",
3434
"chalk": "2.4.1",
3535
"css-loader": "1.0.0",
3636
"dotenv": "6.0.0",
3737
"dotenv-expand": "4.2.0",
3838
"eslint": "5.6.0",
39-
"eslint-config-react-app": "^3.0.1",
39+
"eslint-config-react-app": "^3.0.3",
4040
"eslint-loader": "2.1.1",
4141
"eslint-plugin-flowtype": "2.50.1",
4242
"eslint-plugin-import": "2.14.0",
@@ -56,8 +56,8 @@
5656
"postcss-loader": "3.0.0",
5757
"postcss-preset-env": "6.0.6",
5858
"postcss-safe-parser": "4.0.1",
59-
"react-app-polyfill": "^0.1.2",
60-
"react-dev-utils": "^6.0.2",
59+
"react-app-polyfill": "^0.1.3",
60+
"react-dev-utils": "^6.0.3",
6161
"resolve": "1.8.1",
6262
"sass-loader": "7.1.0",
6363
"style-loader": "0.23.0",

0 commit comments

Comments
 (0)