- babel-preset-react-app@5.0.0
 - react-app-polyfill@0.1.1
 - react-dev-utils@6.0.1
 - react-error-overlay@5.0.1
 - react-scripts@2.0.1
This commit is contained in:
Joe Haddad
2018-09-28 08:54:24 -04:00
parent 3ae3cf3678
commit c5c7da0fa5
5 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-app-polyfill",
"version": "0.1.0",
"version": "0.1.1",
"description": "Polyfills for various browsers including commonly used language features",
"repository": "facebook/create-react-app",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "6.0.0",
"version": "6.0.1",
"description": "Webpack utilities used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
@@ -55,7 +55,7 @@
"loader-utils": "1.1.0",
"opn": "5.4.0",
"pkg-up": "2.0.0",
"react-error-overlay": "^5.0.0",
"react-error-overlay": "^5.0.1",
"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.0",
"version": "5.0.1",
"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": "^4.0.0",
"babel-preset-react-app": "^5.0.0",
"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.0",
"version": "2.0.1",
"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.0",
"babel-preset-react-app": "^4.0.0",
"babel-preset-react-app": "^5.0.0",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
@@ -53,8 +53,8 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.0.6",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^0.1.0",
"react-dev-utils": "^6.0.0",
"react-app-polyfill": "^0.1.1",
"react-dev-utils": "^6.0.1",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",