Skip to content

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-named-asset-import",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
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

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

packages/confusing-browser-globals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confusing-browser-globals",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
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.0"
22+
"confusing-browser-globals": "^1.0.1"
2323
}
2424
}

packages/react-app-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -54,7 +54,7 @@
5454
"is-root": "2.0.0",
5555
"opn": "5.4.0",
5656
"pkg-up": "2.0.0",
57-
"react-error-overlay": "^4.0.0",
57+
"react-error-overlay": "^5.0.0",
5858
"recursive-readdir": "2.2.2",
5959
"shell-quote": "1.6.1",
6060
"sockjs-client": "1.1.5",

packages/react-error-overlay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -38,12 +38,12 @@
3838
"babel-eslint": "9.0.0",
3939
"babel-jest": "23.6.0",
4040
"babel-loader": "8.0.2",
41-
"babel-preset-react-app": "^3.1.1",
41+
"babel-preset-react-app": "^4.0.0",
4242
"chalk": "^2.3.2",
4343
"chokidar": "^2.0.2",
4444
"cross-env": "5.2.0",
4545
"eslint": "5.6.0",
46-
"eslint-config-react-app": "^2.1.0",
46+
"eslint-config-react-app": "^3.0.0",
4747
"eslint-plugin-flowtype": "2.50.1",
4848
"eslint-plugin-import": "2.14.0",
4949
"eslint-plugin-jsx-a11y": "6.1.1",

packages/react-scripts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -28,16 +28,16 @@
2828
"babel-eslint": "9.0.0",
2929
"babel-jest": "23.6.0",
3030
"babel-loader": "8.0.2",
31-
"babel-plugin-named-asset-import": "^0.1.0",
32-
"babel-preset-react-app": "^3.1.1",
31+
"babel-plugin-named-asset-import": "^0.2.0",
32+
"babel-preset-react-app": "^4.0.0",
3333
"bfj": "6.1.1",
3434
"case-sensitive-paths-webpack-plugin": "2.1.2",
3535
"chalk": "2.4.1",
3636
"css-loader": "1.0.0",
3737
"dotenv": "6.0.0",
3838
"dotenv-expand": "4.2.0",
3939
"eslint": "5.6.0",
40-
"eslint-config-react-app": "^2.1.0",
40+
"eslint-config-react-app": "^3.0.0",
4141
"eslint-loader": "2.1.1",
4242
"eslint-plugin-flowtype": "2.50.1",
4343
"eslint-plugin-import": "2.14.0",
@@ -55,8 +55,8 @@
5555
"postcss-loader": "3.0.0",
5656
"postcss-preset-env": "6.0.6",
5757
"postcss-safe-parser": "4.0.1",
58-
"react-app-polyfill": "^0.0.0",
59-
"react-dev-utils": "^5.0.0",
58+
"react-app-polyfill": "^0.1.0",
59+
"react-dev-utils": "^6.0.0",
6060
"resolve": "1.8.1",
6161
"sass-loader": "7.1.0",
6262
"style-loader": "0.23.0",

0 commit comments

Comments
 (0)