mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Published branch 0.9.x
- create-react-app@1.3.0 - eslint-config-react-app@0.6.1 - react-dev-utils@0.5.2 - react-scripts@0.9.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"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.5.1",
|
||||
"version": "0.5.2",
|
||||
"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.9.3",
|
||||
"version": "0.9.4",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
@@ -38,7 +38,7 @@
|
||||
"detect-port": "1.0.1",
|
||||
"dotenv": "2.0.0",
|
||||
"eslint": "3.16.1",
|
||||
"eslint-config-react-app": "^0.6.0",
|
||||
"eslint-config-react-app": "^0.6.1",
|
||||
"eslint-loader": "1.6.3",
|
||||
"eslint-plugin-flowtype": "2.21.0",
|
||||
"eslint-plugin-import": "2.0.1",
|
||||
@@ -53,7 +53,7 @@
|
||||
"object-assign": "4.1.1",
|
||||
"postcss-loader": "1.3.1",
|
||||
"promise": "7.1.1",
|
||||
"react-dev-utils": "^0.5.1",
|
||||
"react-dev-utils": "^0.5.2",
|
||||
"style-loader": "0.13.1",
|
||||
"url-loader": "0.5.7",
|
||||
"webpack": "2.2.1",
|
||||
|
||||
Reference in New Issue
Block a user