Skip to content

Commit 5868913

Browse files
committed
Bump versions
1 parent 10a180b commit 5868913

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

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": "0.6.1",
3+
"version": "1.0.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "0.5.2",
3+
"version": "1.0.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -39,10 +39,10 @@
3939
"devDependencies": {
4040
"babel-cli": "6.24.1",
4141
"babel-eslint": "7.2.3",
42-
"babel-preset-react-app": "^2.1.1",
42+
"babel-preset-react-app": "^3.0.0",
4343
"cross-env": "5.0.0",
4444
"eslint": "3.19.0",
45-
"eslint-config-react-app": "^0.6.1",
45+
"eslint-config-react-app": "^1.0.0",
4646
"eslint-plugin-flowtype": "2.33.0",
4747
"eslint-plugin-import": "2.2.0",
4848
"eslint-plugin-jsx-a11y": "5.0.1",

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.9.4",
3+
"version": "1.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -28,7 +28,7 @@
2828
"babel-eslint": "7.2.3",
2929
"babel-jest": "20.0.1",
3030
"babel-loader": "7.0.0",
31-
"babel-preset-react-app": "^2.1.1",
31+
"babel-preset-react-app": "^3.0.0",
3232
"babel-runtime": "6.23.0",
3333
"case-sensitive-paths-webpack-plugin": "2.0.0",
3434
"chalk": "1.1.3",
@@ -37,7 +37,7 @@
3737
"css-loader": "0.28.1",
3838
"dotenv": "4.0.0",
3939
"eslint": "3.19.0",
40-
"eslint-config-react-app": "^0.6.1",
40+
"eslint-config-react-app": "^1.0.0",
4141
"eslint-loader": "1.7.1",
4242
"eslint-plugin-flowtype": "2.33.0",
4343
"eslint-plugin-import": "2.2.0",
@@ -53,8 +53,8 @@
5353
"postcss-flexbugs-fixes": "3.0.0",
5454
"postcss-loader": "2.0.5",
5555
"promise": "7.1.1",
56-
"react-dev-utils": "^0.5.2",
57-
"react-error-overlay": "^0.0.0",
56+
"react-dev-utils": "^1.0.0",
57+
"react-error-overlay": "^1.0.0",
5858
"style-loader": "0.17.0",
5959
"url-loader": "0.5.8",
6060
"webpack": "2.5.1",

0 commit comments

Comments
 (0)