Skip to content

Commit 221e511

Browse files
committed
Publish
- babel-plugin-named-asset-import@0.3.8 - babel-preset-react-app@10.0.1 - confusing-browser-globals@1.0.11 - cra-template-typescript@1.1.3 - cra-template@1.1.3 - create-react-app@5.0.0 - eslint-config-react-app@7.0.0 - react-app-polyfill@3.0.0 - react-dev-utils@12.0.0 - react-error-overlay@6.0.10 - react-scripts@5.0.0
1 parent 6a3315b commit 221e511

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

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

+1-1
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
"description": "Babel plugin for named asset imports in Create React App",
55
"repository": {
66
"type": "git",

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

+1-1
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
"description": "Babel preset used by Create React App",
55
"repository": {
66
"type": "git",

packages/confusing-browser-globals/package.json

+1-1
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
"description": "A list of browser globals that are often used by mistake instead of local variables",
55
"license": "MIT",
66
"main": "index.js",

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.2",
3+
"version": "1.1.3",
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.2",
3+
"version": "1.1.3",
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": "4.0.3",
3+
"version": "5.0.0",
44
"keywords": [
55
"react"
66
],

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

+3-3
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": "7.0.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",
@@ -25,8 +25,8 @@
2525
"@rushstack/eslint-patch": "^1.1.0",
2626
"@typescript-eslint/eslint-plugin": "^5.5.0",
2727
"@typescript-eslint/parser": "^5.5.0",
28-
"babel-preset-react-app": "^10.0.0",
29-
"confusing-browser-globals": "^1.0.10",
28+
"babel-preset-react-app": "^10.0.1",
29+
"confusing-browser-globals": "^1.0.11",
3030
"eslint-plugin-flowtype": "^8.0.3",
3131
"eslint-plugin-import": "^2.25.3",
3232
"eslint-plugin-jest": "^25.3.0",

packages/react-app-polyfill/package.json

+1-1
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": "3.0.0",
44
"description": "Polyfills for various browsers including commonly used language features",
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": "11.0.4",
3+
"version": "12.0.0",
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.9",
74+
"react-error-overlay": "^6.0.10",
7575
"recursive-readdir": "^2.2.2",
7676
"shell-quote": "^1.7.3",
7777
"strip-ansi": "^6.0.1",

packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "6.0.9",
3+
"version": "6.0.10",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -40,12 +40,12 @@
4040
"anser": "^2.1.0",
4141
"babel-jest": "^27.4.2",
4242
"babel-loader": "^8.2.3",
43-
"babel-preset-react-app": "^10.0.0",
43+
"babel-preset-react-app": "^10.0.1",
4444
"chalk": "^4.1.2",
4545
"chokidar": "^3.5.2",
4646
"cross-env": "^7.0.3",
4747
"eslint": "^8.3.0",
48-
"eslint-config-react-app": "^6.0.0",
48+
"eslint-config-react-app": "^7.0.0",
4949
"flow-bin": "^0.116.0",
5050
"html-entities": "^2.3.2",
5151
"jest": "^27.4.3",
@@ -54,7 +54,7 @@
5454
"promise": "^8.1.0",
5555
"raw-loader": "^4.0.2",
5656
"react": "^17.0.2",
57-
"react-app-polyfill": "^2.0.0",
57+
"react-app-polyfill": "^3.0.0",
5858
"react-dom": "^17.0.2",
5959
"rimraf": "^3.0.2",
6060
"settle-promise": "^1.0.0",

packages/react-scripts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -33,8 +33,8 @@
3333
"@svgr/webpack": "^5.5.0",
3434
"babel-jest": "^27.4.2",
3535
"babel-loader": "^8.2.3",
36-
"babel-plugin-named-asset-import": "^0.3.7",
37-
"babel-preset-react-app": "^10.0.0",
36+
"babel-plugin-named-asset-import": "^0.3.8",
37+
"babel-preset-react-app": "^10.0.1",
3838
"bfj": "^7.0.2",
3939
"browserslist": "^4.18.1",
4040
"camelcase": "^6.2.1",
@@ -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": "^6.0.0",
47+
"eslint-config-react-app": "^7.0.0",
4848
"eslint-webpack-plugin": "^3.1.1",
4949
"file-loader": "^6.2.0",
5050
"fs-extra": "^10.0.0",
@@ -60,8 +60,8 @@
6060
"postcss-normalize": "^10.0.1",
6161
"postcss-preset-env": "^7.0.1",
6262
"prompts": "^2.4.2",
63-
"react-app-polyfill": "^2.0.0",
64-
"react-dev-utils": "^11.0.4",
63+
"react-app-polyfill": "^3.0.0",
64+
"react-dev-utils": "^12.0.0",
6565
"react-refresh": "^0.11.0",
6666
"resolve": "^1.20.0",
6767
"resolve-url-loader": "^4.0.0",

0 commit comments

Comments
 (0)