mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Publish
- babel-preset-react-app@3.1.1 - create-react-app@1.5.0 - eslint-config-react-app@2.1.0 - react-dev-utils@5.0.0 - react-error-overlay@4.0.0 - react-scripts@1.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react-app",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Babel preset used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "1.4.3",
|
||||
"version": "1.5.0",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "ESLint configuration used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "4.2.1",
|
||||
"version": "5.0.0",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "MIT",
|
||||
@@ -48,7 +48,7 @@
|
||||
"inquirer": "3.3.0",
|
||||
"is-root": "1.0.0",
|
||||
"opn": "5.2.0",
|
||||
"react-error-overlay": "^3.0.0",
|
||||
"react-error-overlay": "^4.0.0",
|
||||
"recursive-readdir": "2.2.1",
|
||||
"shell-quote": "1.6.1",
|
||||
"sockjs-client": "1.1.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "An overlay for displaying stack frames.",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
@@ -35,13 +35,13 @@
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-eslint": "7.2.3",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-preset-react-app": "^3.1.0",
|
||||
"babel-preset-react-app": "^3.1.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"chalk": "^2.1.0",
|
||||
"chokidar": "^1.7.0",
|
||||
"cross-env": "5.0.5",
|
||||
"eslint": "4.4.1",
|
||||
"eslint-config-react-app": "^2.0.1",
|
||||
"eslint-config-react-app": "^2.1.0",
|
||||
"eslint-plugin-flowtype": "2.35.0",
|
||||
"eslint-plugin-import": "2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "5.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "1.0.17",
|
||||
"version": "1.1.0",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "MIT",
|
||||
@@ -26,7 +26,7 @@
|
||||
"babel-eslint": "7.2.3",
|
||||
"babel-jest": "20.0.3",
|
||||
"babel-loader": "7.1.2",
|
||||
"babel-preset-react-app": "^3.1.0",
|
||||
"babel-preset-react-app": "^3.1.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.1",
|
||||
"chalk": "1.1.3",
|
||||
@@ -34,7 +34,7 @@
|
||||
"dotenv": "4.0.0",
|
||||
"dotenv-expand": "4.0.1",
|
||||
"eslint": "4.10.0",
|
||||
"eslint-config-react-app": "^2.0.1",
|
||||
"eslint-config-react-app": "^2.1.0",
|
||||
"eslint-loader": "1.9.0",
|
||||
"eslint-plugin-flowtype": "2.39.1",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
@@ -50,7 +50,7 @@
|
||||
"postcss-loader": "2.0.8",
|
||||
"promise": "8.0.1",
|
||||
"raf": "3.4.0",
|
||||
"react-dev-utils": "^4.2.1",
|
||||
"react-dev-utils": "^5.0.0",
|
||||
"style-loader": "0.19.0",
|
||||
"sw-precache-webpack-plugin": "0.11.4",
|
||||
"url-loader": "0.6.2",
|
||||
|
||||
Reference in New Issue
Block a user