mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Publish
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react-app",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Babel preset used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "ESLint configuration used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
@@ -28,7 +28,7 @@
|
||||
"babel-eslint": "7.0.0",
|
||||
"babel-jest": "17.0.2",
|
||||
"babel-loader": "6.2.7",
|
||||
"babel-preset-react-app": "^2.0.0",
|
||||
"babel-preset-react-app": "^2.0.1",
|
||||
"case-sensitive-paths-webpack-plugin": "1.1.4",
|
||||
"chalk": "1.1.3",
|
||||
"connect-history-api-fallback": "1.3.0",
|
||||
@@ -37,7 +37,7 @@
|
||||
"detect-port": "1.0.1",
|
||||
"dotenv": "2.0.0",
|
||||
"eslint": "3.8.1",
|
||||
"eslint-config-react-app": "^0.4.0",
|
||||
"eslint-config-react-app": "^0.5.0",
|
||||
"eslint-loader": "1.6.0",
|
||||
"eslint-plugin-flowtype": "2.21.0",
|
||||
"eslint-plugin-import": "2.0.1",
|
||||
@@ -56,7 +56,7 @@
|
||||
"path-exists": "2.1.0",
|
||||
"postcss-loader": "1.0.0",
|
||||
"promise": "7.1.1",
|
||||
"react-dev-utils": "^0.4.0",
|
||||
"react-dev-utils": "^0.4.1",
|
||||
"recursive-readdir": "2.1.0",
|
||||
"strip-ansi": "3.0.1",
|
||||
"style-loader": "0.13.1",
|
||||
|
||||
Reference in New Issue
Block a user