Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-preset-react-app@9.1.2
 - cra-template-typescript@1.0.3
 - cra-template@1.0.3
 - create-react-app@3.4.1
 - eslint-config-react-app@5.2.1
 - react-dev-utils@10.2.1
 - react-error-overlay@6.0.7
 - react-scripts@3.4.1
  • Loading branch information
iansu committed Mar 21, 2020
1 parent 7641a3c commit d2f813f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-app",
"version": "9.1.1",
"version": "9.1.2",
"description": "Babel preset used by Create React App",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template-typescript",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "3.4.0",
"version": "3.4.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.2.0",
"version": "5.2.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": "10.2.0",
"version": "10.2.1",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"loader-utils": "1.2.3",
"open": "^7.0.2",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.6",
"react-error-overlay": "^6.0.7",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
"strip-ansi": "6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-error-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "6.0.6",
"version": "6.0.7",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -40,12 +40,12 @@
"babel-eslint": "10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "^9.1.1",
"babel-preset-react-app": "^9.1.2",
"chalk": "2.4.2",
"chokidar": "^3.3.0",
"cross-env": "6.0.3",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.2.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "3.4.0",
"version": "3.4.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,14 +36,14 @@
"babel-jest": "^24.9.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.1",
"babel-preset-react-app": "^9.1.2",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.2.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
Expand All @@ -67,7 +67,7 @@
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.2.0",
"react-dev-utils": "^10.2.1",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.2",
Expand Down

0 comments on commit d2f813f

Please sign in to comment.