Skip to content

Commit 19fa58d

Browse files

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

packages/cra-template-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-typescript",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"keywords": [
55
"react"
66
],

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
@@ -71,7 +71,7 @@
7171
"open": "^8.4.0",
7272
"pkg-up": "^3.1.0",
7373
"prompts": "^2.4.2",
74-
"react-error-overlay": "^6.0.10",
74+
"react-error-overlay": "^6.0.11",
7575
"recursive-readdir": "^2.2.2",
7676
"shell-quote": "^1.7.3",
7777
"strip-ansi": "^6.0.1",

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "6.0.10",
3+
"version": "6.0.11",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -45,7 +45,7 @@
4545
"chokidar": "^3.5.2",
4646
"cross-env": "^7.0.3",
4747
"eslint": "^8.3.0",
48-
"eslint-config-react-app": "^7.0.0",
48+
"eslint-config-react-app": "^7.0.1",
4949
"flow-bin": "^0.116.0",
5050
"html-entities": "^2.3.2",
5151
"jest": "^27.4.3",

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"dotenv": "^10.0.0",
4545
"dotenv-expand": "^5.1.0",
4646
"eslint": "^8.3.0",
47-
"eslint-config-react-app": "^7.0.0",
47+
"eslint-config-react-app": "^7.0.1",
4848
"eslint-webpack-plugin": "^3.1.1",
4949
"file-loader": "^6.2.0",
5050
"fs-extra": "^10.0.0",
@@ -61,7 +61,7 @@
6161
"postcss-preset-env": "^7.0.1",
6262
"prompts": "^2.4.2",
6363
"react-app-polyfill": "^3.0.0",
64-
"react-dev-utils": "^12.0.0",
64+
"react-dev-utils": "^12.0.1",
6565
"react-refresh": "^0.11.0",
6666
"resolve": "^1.20.0",
6767
"resolve-url-loader": "^4.0.0",

0 commit comments

Comments
 (0)