Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cra-template-typescript@1.1.1
 - cra-template@1.1.1
 - create-react-app@4.0.1
 - react-dev-utils@11.0.1
 - react-scripts@4.0.1
  • Loading branch information
iansu committed Nov 23, 2020
1 parent 98a886d commit de8b2b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template-typescript",
"version": "1.1.0",
"version": "1.1.1",
"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.0",
"version": "1.1.1",
"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.0",
"version": "4.0.1",
"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.0",
"version": "11.0.1",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,11 +66,11 @@
"globby": "11.0.1",
"gzip-size": "5.1.1",
"immer": "7.0.9",
"prompts": "2.4.0",
"is-root": "2.1.0",
"loader-utils": "2.0.0",
"open": "^7.0.2",
"pkg-up": "3.1.0",
"prompts": "2.4.0",
"react-error-overlay": "^6.0.8",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "4.0.0",
"version": "4.0.1",
"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.0",
"react-dev-utils": "^11.0.1",
"react-refresh": "^0.8.3",
"resolve": "1.18.1",
"resolve-url-loader": "^3.1.2",
Expand Down

0 comments on commit de8b2b3

Please sign in to comment.