mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Bump release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-dev-utils",
|
"name": "react-dev-utils",
|
||||||
"version": "5.0.1",
|
"version": "5.0.2",
|
||||||
"description": "Webpack utilities used by Create React App",
|
"description": "Webpack utilities used by Create React App",
|
||||||
"repository": "facebookincubator/create-react-app",
|
"repository": "facebookincubator/create-react-app",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"inquirer": "3.3.0",
|
"inquirer": "3.3.0",
|
||||||
"is-root": "1.0.0",
|
"is-root": "1.0.0",
|
||||||
"opn": "5.2.0",
|
"opn": "5.2.0",
|
||||||
"react-error-overlay": "^4.0.0",
|
"react-error-overlay": "^4.0.1",
|
||||||
"recursive-readdir": "2.2.1",
|
"recursive-readdir": "2.2.1",
|
||||||
"shell-quote": "1.6.1",
|
"shell-quote": "1.6.1",
|
||||||
"sockjs-client": "1.1.5",
|
"sockjs-client": "1.1.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-error-overlay",
|
"name": "react-error-overlay",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"description": "An overlay for displaying stack frames.",
|
"description": "An overlay for displaying stack frames.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-scripts",
|
"name": "react-scripts",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"description": "Configuration and scripts for Create React App.",
|
"description": "Configuration and scripts for Create React App.",
|
||||||
"repository": "facebookincubator/create-react-app",
|
"repository": "facebookincubator/create-react-app",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
"postcss-loader": "2.0.8",
|
"postcss-loader": "2.0.8",
|
||||||
"promise": "8.0.1",
|
"promise": "8.0.1",
|
||||||
"raf": "3.4.0",
|
"raf": "3.4.0",
|
||||||
"react-dev-utils": "^5.0.1",
|
"react-dev-utils": "^5.0.2",
|
||||||
"resolve": "1.6.0",
|
"resolve": "1.6.0",
|
||||||
"style-loader": "0.19.0",
|
"style-loader": "0.19.0",
|
||||||
"sw-precache-webpack-plugin": "0.11.4",
|
"sw-precache-webpack-plugin": "0.11.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user