Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - react-dev-utils@0.2.1
 - react-scripts@0.6.1
  • Loading branch information
gaearon committed Sep 27, 2016
1 parent f4ca972 commit dc6074a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down
51 changes: 48 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "0.6.0",
"version": "0.6.1",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -57,7 +57,7 @@
"path-exists": "2.1.0",
"postcss-loader": "0.13.0",
"promise": "7.1.1",
"react-dev-utils": "^0.2.0",
"react-dev-utils": "^0.2.1",
"recursive-readdir": "2.1.0",
"rimraf": "2.5.4",
"strip-ansi": "3.0.1",
Expand All @@ -74,5 +74,50 @@
},
"optionalDependencies": {
"fsevents": "1.0.14"
}
},
"bundledDependencies": [

This comment has been minimized.

Copy link
@gaearon

gaearon Sep 27, 2016

Author Contributor

cc @fson Let’s just keep them here and see how it goes. If Travis can handle it, fine. Otherwise we should just let Lerna do its thing and rewrite e2e and cra.sh to remove things from bundledDependencies instead of adding them.

This comment has been minimized.

Copy link
@fson

fson Sep 27, 2016

Contributor

Yeah, that's fine. The most important thing is that this list is updated automatically so we don't miss any packages, and this requirement is satisfied at the moment.

"autoprefixer",
"babel-core",
"babel-eslint",
"babel-jest",
"babel-loader",
"babel-preset-react-app",
"case-sensitive-paths-webpack-plugin",
"chalk",
"connect-history-api-fallback",
"cross-spawn",
"css-loader",
"detect-port",
"dotenv",
"eslint",
"eslint-config-react-app",
"eslint-loader",
"eslint-plugin-flowtype",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react",
"extract-text-webpack-plugin",
"file-loader",
"filesize",
"find-cache-dir",
"fs-extra",
"gzip-size",
"html-webpack-plugin",
"http-proxy-middleware",
"jest",
"json-loader",
"object-assign",
"path-exists",
"postcss-loader",
"promise",
"react-dev-utils",
"recursive-readdir",
"rimraf",
"strip-ansi",
"style-loader",
"url-loader",
"webpack",
"webpack-dev-server",
"whatwg-fetch"
]
}

0 comments on commit dc6074a

Please sign in to comment.