Skip to content

Commit dc6074a

Browse files
committed
Publish
- react-dev-utils@0.2.1 - react-scripts@0.6.1
1 parent f4ca972 commit dc6074a

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

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.2.0",
3+
"version": "0.2.1",
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

+48-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -57,7 +57,7 @@
5757
"path-exists": "2.1.0",
5858
"postcss-loader": "0.13.0",
5959
"promise": "7.1.1",
60-
"react-dev-utils": "^0.2.0",
60+
"react-dev-utils": "^0.2.1",
6161
"recursive-readdir": "2.1.0",
6262
"rimraf": "2.5.4",
6363
"strip-ansi": "3.0.1",
@@ -74,5 +74,50 @@
7474
},
7575
"optionalDependencies": {
7676
"fsevents": "1.0.14"
77-
}
77+
},
78+
"bundledDependencies": [
79+
"autoprefixer",
80+
"babel-core",
81+
"babel-eslint",
82+
"babel-jest",
83+
"babel-loader",
84+
"babel-preset-react-app",
85+
"case-sensitive-paths-webpack-plugin",
86+
"chalk",
87+
"connect-history-api-fallback",
88+
"cross-spawn",
89+
"css-loader",
90+
"detect-port",
91+
"dotenv",
92+
"eslint",
93+
"eslint-config-react-app",
94+
"eslint-loader",
95+
"eslint-plugin-flowtype",
96+
"eslint-plugin-import",
97+
"eslint-plugin-jsx-a11y",
98+
"eslint-plugin-react",
99+
"extract-text-webpack-plugin",
100+
"file-loader",
101+
"filesize",
102+
"find-cache-dir",
103+
"fs-extra",
104+
"gzip-size",
105+
"html-webpack-plugin",
106+
"http-proxy-middleware",
107+
"jest",
108+
"json-loader",
109+
"object-assign",
110+
"path-exists",
111+
"postcss-loader",
112+
"promise",
113+
"react-dev-utils",
114+
"recursive-readdir",
115+
"rimraf",
116+
"strip-ansi",
117+
"style-loader",
118+
"url-loader",
119+
"webpack",
120+
"webpack-dev-server",
121+
"whatwg-fetch"
122+
]
78123
}

0 commit comments

Comments
 (0)