mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Publish
- react-dev-utils@3.0.0 - react-error-overlay@1.0.7 - react-scripts@1.0.7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "An overlay for displaying stack frames.",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"anser": "1.2.5",
|
||||
"babel-code-frame": "6.22.0",
|
||||
"babel-runtime": "6.23.0",
|
||||
"react-dev-utils": "^2.0.1",
|
||||
"react-dev-utils": "^3.0.0",
|
||||
"settle-promise": "1.0.0",
|
||||
"source-map": "0.5.6"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
@@ -48,8 +48,8 @@
|
||||
"postcss-flexbugs-fixes": "3.0.0",
|
||||
"postcss-loader": "2.0.5",
|
||||
"promise": "7.1.1",
|
||||
"react-dev-utils": "^2.0.1",
|
||||
"react-error-overlay": "^1.0.6",
|
||||
"react-dev-utils": "^3.0.0",
|
||||
"react-error-overlay": "^1.0.7",
|
||||
"style-loader": "0.17.0",
|
||||
"sw-precache-webpack-plugin": "0.9.1",
|
||||
"url-loader": "0.5.8",
|
||||
|
||||
Reference in New Issue
Block a user