Skip to content

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

packages/babel-plugin-named-asset-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-named-asset-import",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"private": true,
55
"description": "Babel plugin for named asset imports in Create React App",
66
"repository": {

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"description": "Babel preset used by Create React App",
66
"repository": {

packages/confusing-browser-globals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confusing-browser-globals",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"private": true,
55
"description": "A list of browser globals that are often used by mistake instead of local variables",
66
"license": "MIT",

packages/cra-template-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-typescript",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"keywords": [
66
"react",

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"keywords": [
66
"react",

packages/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"keywords": [
66
"react"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"private": true,
55
"description": "ESLint configuration used by Create React App",
66
"repository": {
@@ -39,7 +39,7 @@
3939
}
4040
},
4141
"dependencies": {
42-
"confusing-browser-globals": "^1.0.10"
42+
"confusing-browser-globals": "^1.0.11"
4343
},
4444
"engines": {
4545
"node": "^10.12.0 || >=12.0.0"

packages/react-app-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Polyfills for various browsers including commonly used language features",
66
"repository": {

packages/react-dev-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"private": true,
55
"description": "webpack utilities used by Create React App",
66
"repository": {
@@ -73,7 +73,7 @@
7373
"loader-utils": "2.0.0",
7474
"open": "^7.0.2",
7575
"pkg-up": "3.1.0",
76-
"react-error-overlay": "^6.0.8",
76+
"react-error-overlay": "^6.0.9",
7777
"recursive-readdir": "2.2.2",
7878
"shell-quote": "1.7.2",
7979
"strip-ansi": "6.0.0",

packages/react-error-overlay/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"private": true,
55
"description": "An overlay for displaying stack frames.",
66
"main": "lib/index.js",
@@ -41,12 +41,12 @@
4141
"babel-eslint": "^10.1.0",
4242
"babel-jest": "^26.6.0",
4343
"babel-loader": "8.1.0",
44-
"babel-preset-react-app": "^10.0.0",
44+
"babel-preset-react-app": "^10.0.1",
4545
"chalk": "2.4.2",
4646
"chokidar": "^3.4.3",
4747
"cross-env": "7.0.2",
4848
"eslint": "^7.11.0",
49-
"eslint-config-react-app": "^6.0.0",
49+
"eslint-config-react-app": "^6.0.1",
5050
"eslint-plugin-flowtype": "^5.2.0",
5151
"eslint-plugin-import": "^2.22.1",
5252
"eslint-plugin-jest": "^24.1.0",
@@ -62,7 +62,7 @@
6262
"promise": "8.1.0",
6363
"raw-loader": "^4.0.2",
6464
"react": "^17.0.1",
65-
"react-app-polyfill": "^2.0.0",
65+
"react-app-polyfill": "^2.0.1",
6666
"react-dom": "^17.0.1",
6767
"rimraf": "^3.0.2",
6868
"settle-promise": "1.0.0",

0 commit comments

Comments
 (0)