- babel-preset-react-app@6.0.0
 - confusing-browser-globals@1.0.5
 - create-react-app@2.1.0
 - eslint-config-react-app@3.0.5
 - react-dev-utils@6.1.0
 - react-error-overlay@5.0.6
 - react-scripts@2.1.0
This commit is contained in:
Joe Haddad
2018-10-29 23:40:56 -04:00
parent 12be8387cf
commit b8c180dca3
7 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-app",
"version": "5.0.4",
"version": "6.0.0",
"description": "Babel preset used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "confusing-browser-globals",
"version": "1.0.4",
"version": "1.0.5",
"description": "A list of browser globals that are often used by mistake instead of local variables",
"license": "MIT",
"main": "index.js",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "3.0.4",
"version": "3.0.5",
"description": "ESLint configuration used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -19,6 +19,6 @@
"eslint-plugin-react": "7.x"
},
"dependencies": {
"confusing-browser-globals": "^1.0.4"
"confusing-browser-globals": "^1.0.5"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "6.0.5",
"version": "6.1.0",
"description": "Webpack utilities used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -62,7 +62,7 @@
"loader-utils": "1.1.0",
"opn": "5.4.0",
"pkg-up": "2.0.0",
"react-error-overlay": "^5.0.5",
"react-error-overlay": "^5.0.6",
"recursive-readdir": "2.2.2",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.5",

View File

@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "5.0.5",
"version": "5.0.6",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"scripts": {
@@ -36,12 +36,12 @@
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-preset-react-app": "^5.0.4",
"babel-preset-react-app": "^6.0.0",
"chalk": "^2.3.2",
"chokidar": "^2.0.2",
"cross-env": "5.2.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.4",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "2.0.5",
"version": "2.1.0",
"description": "Configuration and scripts for Create React App.",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -31,7 +31,7 @@
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-named-asset-import": "^0.2.2",
"babel-preset-react-app": "^5.0.4",
"babel-preset-react-app": "^6.0.0",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
@@ -39,7 +39,7 @@
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.4",
"eslint-config-react-app": "^3.0.5",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
@@ -61,7 +61,7 @@
"postcss-preset-env": "6.0.6",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.0.5",
"react-dev-utils": "^6.1.0",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",