Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cra-template-typescript@1.1.2
 - cra-template@1.1.2
 - create-react-app@4.0.2
 - react-dev-utils@11.0.2
 - react-error-overlay@6.0.9
 - react-scripts@4.0.2
  • Loading branch information
iansu committed Feb 3, 2021
1 parent 32c06e6 commit 9c75260
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template-typescript",
"version": "1.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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": "4.0.1",
"version": "4.0.2",
"keywords": [
"react"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "11.0.1",
"version": "11.0.2",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"open": "^7.0.2",
"pkg-up": "3.1.0",
"prompts": "2.4.0",
"react-error-overlay": "^6.0.8",
"react-error-overlay": "^6.0.9",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
"strip-ansi": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-error-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "6.0.8",
"version": "6.0.9",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "4.0.1",
"version": "4.0.2",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,7 +72,7 @@
"postcss-safe-parser": "5.0.2",
"prompts": "2.4.0",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.1",
"react-dev-utils": "^11.0.2",
"react-refresh": "^0.8.3",
"resolve": "1.18.1",
"resolve-url-loader": "^3.1.2",
Expand Down

0 comments on commit 9c75260

Please sign in to comment.