Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
iansu committed Oct 3, 2019
1 parent 6a74342 commit 7fae307
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "3.1.2",
"version": "3.2.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-error-overlay/package.json
@@ -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,
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7fae307

Please sign in to comment.