Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5f760b

Browse filesBrowse files
committed
Publish
- babel-preset-react-app@1.0.0 - create-react-app@0.6.0 - eslint-config-react-app@0.3.0 - react-dev-utils@0.3.0 - react-scripts@0.7.0
1 parent 9b85e45 commit a5f760b
Copy full SHA for a5f760b

File tree

Expand file treeCollapse file tree

5 files changed

+9
-8
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+9
-8
lines changed

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

Copy file name to clipboardExpand all lines: packages/babel-preset-react-app/package.json
+1-1Lines 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": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

‎packages/create-react-app/package.json

Copy file name to clipboardExpand all lines: packages/create-react-app/package.json
+1-1Lines 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": "0.5.0",
3+
"version": "0.6.0",
44
"keywords": [
55
"react"
66
],

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

Copy file name to clipboardExpand all lines: packages/eslint-config-react-app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "0.2.1",
3+
"version": "0.3.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

Copy file name to clipboardExpand all lines: packages/react-dev-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

‎packages/react-scripts/package.json

Copy file name to clipboardExpand all lines: packages/react-scripts/package.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.6.1",
3+
"version": "0.7.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.0.0",
2929
"babel-jest": "16.0.0",
3030
"babel-loader": "6.2.5",
31-
"babel-preset-react-app": "^0.2.1",
31+
"babel-preset-react-app": "^1.0.0",
3232
"case-sensitive-paths-webpack-plugin": "1.1.4",
3333
"chalk": "1.1.3",
3434
"connect-history-api-fallback": "1.3.0",
@@ -37,7 +37,7 @@
3737
"detect-port": "1.0.1",
3838
"dotenv": "2.0.0",
3939
"eslint": "3.8.1",
40-
"eslint-config-react-app": "^0.2.1",
40+
"eslint-config-react-app": "^0.3.0",
4141
"eslint-loader": "1.6.0",
4242
"eslint-plugin-flowtype": "2.21.0",
4343
"eslint-plugin-import": "2.0.1",
@@ -57,7 +57,7 @@
5757
"path-exists": "2.1.0",
5858
"postcss-loader": "1.0.0",
5959
"promise": "7.1.1",
60-
"react-dev-utils": "^0.2.1",
60+
"react-dev-utils": "^0.3.0",
6161
"recursive-readdir": "2.1.0",
6262
"rimraf": "2.5.4",
6363
"strip-ansi": "3.0.1",
@@ -119,6 +119,7 @@
119119
"url-loader",
120120
"webpack",
121121
"webpack-dev-server",
122+
"webpack-manifest-plugin",
122123
"whatwg-fetch"
123124
]
124125
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.