- babel-preset-react-app@3.0.2
 - create-react-app@1.4.0
 - eslint-config-react-app@2.0.0
 - react-dev-utils@3.1.0
 - react-error-overlay@1.0.10
 - react-scripts@1.0.11
This commit is contained in:
Joe Haddad
2017-08-08 23:39:58 -04:00
parent 77265f31b1
commit bfaee410c5
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-app",
"version": "3.0.1",
"version": "3.0.2",
"description": "Babel preset used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",

View File

@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "1.3.3",
"version": "1.4.0",
"keywords": [
"react"
],

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "1.0.5",
"version": "2.0.0",
"description": "ESLint configuration used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",

View File

@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "3.0.2",
"version": "3.1.0",
"description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",

View File

@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "1.0.9",
"version": "1.0.10",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"scripts": {
@@ -34,17 +34,17 @@
"anser": "1.4.1",
"babel-code-frame": "6.22.0",
"babel-runtime": "6.23.0",
"react-dev-utils": "^3.0.2",
"react-dev-utils": "^3.1.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-preset-react-app": "^3.0.1",
"babel-preset-react-app": "^3.0.2",
"cross-env": "5.0.5",
"eslint": "4.4.1",
"eslint-config-react-app": "^1.0.5",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "1.0.10",
"version": "1.0.11",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
@@ -26,14 +26,14 @@
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.1",
"babel-preset-react-app": "^3.0.1",
"babel-preset-react-app": "^3.0.2",
"babel-runtime": "6.23.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.4",
"dotenv": "4.0.0",
"eslint": "4.4.1",
"eslint-config-react-app": "^1.0.5",
"eslint-config-react-app": "^2.0.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
@@ -48,8 +48,8 @@
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"promise": "8.0.1",
"react-dev-utils": "^3.0.2",
"react-error-overlay": "^1.0.9",
"react-dev-utils": "^3.1.0",
"react-error-overlay": "^1.0.10",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9",