Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cra-template-typescript@1.2.0
 - cra-template@1.2.0
 - create-react-app@5.0.1
 - eslint-config-react-app@7.0.1
 - react-dev-utils@12.0.1
 - react-error-overlay@6.0.11
 - react-scripts@5.0.1
  • Loading branch information
iansu committed Apr 12, 2022
1 parent 6fb4f97 commit 19fa58d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template-typescript",
"version": "1.1.3",
"version": "1.2.0",
"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.3",
"version": "1.2.0",
"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": "5.0.0",
"version": "5.0.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": "7.0.0",
"version": "7.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": "12.0.0",
"version": "12.0.1",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"open": "^8.4.0",
"pkg-up": "^3.1.0",
"prompts": "^2.4.2",
"react-error-overlay": "^6.0.10",
"react-error-overlay": "^6.0.11",
"recursive-readdir": "^2.2.2",
"shell-quote": "^1.7.3",
"strip-ansi": "^6.0.1",
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.10",
"version": "6.0.11",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -45,7 +45,7 @@
"chokidar": "^3.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-config-react-app": "^7.0.1",
"flow-bin": "^0.116.0",
"html-entities": "^2.3.2",
"jest": "^27.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "5.0.0",
"version": "5.0.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
Expand All @@ -61,7 +61,7 @@
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
Expand Down

0 comments on commit 19fa58d

Please sign in to comment.