Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - create-react-app@3.1.1
 - eslint-config-react-app@5.0.1
 - react-dev-utils@9.0.3
 - react-error-overlay@6.0.1
 - react-scripts@3.1.1
  • Loading branch information
iansu committed Aug 13, 2019
1 parent 094983d commit 4410f5e
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.0",
"version": "3.1.1",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "5.0.0",
"version": "5.0.1",
"description": "ESLint configuration used by Create React App",
"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.2",
"version": "9.0.3",
"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.0",
"react-error-overlay": "^6.0.1",
"recursive-readdir": "2.2.2",
"shell-quote": "1.6.1",
"sockjs-client": "1.3.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.0",
"version": "6.0.1",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -45,7 +45,7 @@
"chokidar": "^2.1.2",
"cross-env": "5.2.0",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "3.1.0",
"version": "3.1.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.0",
"eslint-config-react-app": "^5.0.1",
"eslint-loader": "2.2.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
Expand All @@ -68,7 +68,7 @@
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^1.0.2",
"react-dev-utils": "^9.0.2",
"react-dev-utils": "^9.0.3",
"resolve": "1.12.0",
"resolve-url-loader": "3.1.0",
"sass-loader": "7.2.0",
Expand Down

0 comments on commit 4410f5e

Please sign in to comment.