- babel-preset-react-app@5.0.3
 - create-react-app@2.0.3
 - react-dev-utils@6.0.4
 - react-error-overlay@5.0.4
 - react-scripts@2.0.4
This commit is contained in:
Joe Haddad
2018-10-03 16:01:44 -04:00
parent f166144557
commit 6e14dbbbb8
5 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "6.0.3",
"version": "6.0.4",
"description": "Webpack utilities used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -57,7 +57,7 @@
"loader-utils": "1.1.0",
"opn": "5.4.0",
"pkg-up": "2.0.0",
"react-error-overlay": "^5.0.3",
"react-error-overlay": "^5.0.4",
"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.3",
"version": "5.0.4",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"scripts": {
@@ -37,7 +37,7 @@
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-preset-react-app": "^5.0.2",
"babel-preset-react-app": "^5.0.3",
"chalk": "^2.3.2",
"chokidar": "^2.0.2",
"cross-env": "5.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "2.0.3",
"version": "2.0.4",
"description": "Configuration and scripts for Create React App.",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -28,7 +28,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.2",
"babel-preset-react-app": "^5.0.3",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
@@ -57,7 +57,7 @@
"postcss-preset-env": "6.0.6",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.0.3",
"react-dev-utils": "^6.0.4",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",