- create-react-app@3.2.0
 - react-app-polyfill@1.0.4
 - react-dev-utils@9.1.0
 - react-error-overlay@6.0.3
 - react-scripts@3.2.0
This commit is contained in:
Ian Sutherland
2019-10-02 22:18:22 -06:00
parent 6a74342711
commit 7fae307aef
5 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "react-app-polyfill",
"version": "1.0.3",
"version": "1.0.4",
"description": "Polyfills for various browsers including commonly used language features",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "9.0.4",
"version": "9.1.0",
"description": "Webpack utilities used by Create React App",
"repository": {
"type": "git",
@@ -69,7 +69,7 @@
"loader-utils": "1.2.3",
"open": "^6.3.0",
"pkg-up": "2.0.0",
"react-error-overlay": "^6.0.2",
"react-error-overlay": "^6.0.3",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
"sockjs-client": "1.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "6.0.2",
"version": "6.0.3",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
@@ -58,7 +58,7 @@
"promise": "8.0.3",
"raw-loader": "^1.0.0",
"react": "^16.8.4",
"react-app-polyfill": "^1.0.3",
"react-app-polyfill": "^1.0.4",
"react-dom": "^16.8.4",
"rimraf": "^2.6.3",
"settle-promise": "1.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "3.1.2",
"version": "3.2.0",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
@@ -67,8 +67,8 @@
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^1.0.3",
"react-dev-utils": "^9.0.4",
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
"resolve": "1.12.0",
"resolve-url-loader": "3.1.0",
"sass-loader": "7.2.0",