Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit ed95893

Browse files
committedOct 23, 2020
Publish
- babel-plugin-named-asset-import@0.3.7 - babel-preset-react-app@10.0.0 - confusing-browser-globals@1.0.10 - cra-template-typescript@1.1.0 - cra-template@1.1.0 - create-react-app@4.0.0 - eslint-config-react-app@6.0.0 - react-app-polyfill@2.0.0 - react-dev-utils@11.0.0 - react-error-overlay@6.0.8 - react-scripts@4.0.0
1 parent 88ca4f6 commit ed95893

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
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.6",
3+
"version": "0.3.7",
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": "9.1.2",
3+
"version": "10.0.0",
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.9",
3+
"version": "1.0.10",
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.0.3",
3+
"version": "1.1.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.0.3",
3+
"version": "1.1.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": "3.4.1",
3+
"version": "4.0.0",
44
"keywords": [
55
"react"
66
],

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"dependencies": {
41-
"confusing-browser-globals": "^1.0.9"
41+
"confusing-browser-globals": "^1.0.10"
4242
},
4343
"engines": {
4444
"node": "^10.12.0 || >=12.0.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": "1.0.6",
3+
"version": "2.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": "10.2.1",
3+
"version": "11.0.0",
44
"description": "webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
@@ -72,7 +72,7 @@
7272
"loader-utils": "2.0.0",
7373
"open": "^7.0.2",
7474
"pkg-up": "3.1.0",
75-
"react-error-overlay": "^6.0.7",
75+
"react-error-overlay": "^6.0.8",
7676
"recursive-readdir": "2.2.2",
7777
"shell-quote": "1.7.2",
7878
"strip-ansi": "6.0.0",

‎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.7",
3+
"version": "6.0.8",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -40,12 +40,12 @@
4040
"babel-eslint": "^10.1.0",
4141
"babel-jest": "^26.6.0",
4242
"babel-loader": "8.1.0",
43-
"babel-preset-react-app": "^9.1.2",
43+
"babel-preset-react-app": "^10.0.0",
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.4.3",
4646
"cross-env": "7.0.2",
4747
"eslint": "^7.11.0",
48-
"eslint-config-react-app": "^5.2.1",
48+
"eslint-config-react-app": "^6.0.0",
4949
"eslint-plugin-flowtype": "^5.2.0",
5050
"eslint-plugin-import": "^2.22.1",
5151
"eslint-plugin-jest": "^24.1.0",
@@ -61,7 +61,7 @@
6161
"promise": "8.1.0",
6262
"raw-loader": "^4.0.2",
6363
"react": "^17.0.1",
64-
"react-app-polyfill": "^1.0.6",
64+
"react-app-polyfill": "^2.0.0",
6565
"react-dom": "^17.0.1",
6666
"rimraf": "^3.0.2",
6767
"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": "3.4.1",
3+
"version": "4.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -36,16 +36,16 @@
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^26.6.0",
3838
"babel-loader": "8.1.0",
39-
"babel-plugin-named-asset-import": "^0.3.6",
40-
"babel-preset-react-app": "^9.1.2",
39+
"babel-plugin-named-asset-import": "^0.3.7",
40+
"babel-preset-react-app": "^10.0.0",
4141
"bfj": "^7.0.2",
4242
"camelcase": "^6.1.0",
4343
"case-sensitive-paths-webpack-plugin": "2.3.0",
4444
"css-loader": "4.3.0",
4545
"dotenv": "8.2.0",
4646
"dotenv-expand": "5.1.0",
4747
"eslint": "^7.11.0",
48-
"eslint-config-react-app": "^5.2.1",
48+
"eslint-config-react-app": "^6.0.0",
4949
"eslint-plugin-flowtype": "^5.2.0",
5050
"eslint-plugin-import": "^2.22.1",
5151
"eslint-plugin-jest": "^24.1.0",
@@ -70,8 +70,8 @@
7070
"postcss-normalize": "8.0.1",
7171
"postcss-preset-env": "6.7.0",
7272
"postcss-safe-parser": "5.0.2",
73-
"react-app-polyfill": "^1.0.6",
74-
"react-dev-utils": "^10.2.1",
73+
"react-app-polyfill": "^2.0.0",
74+
"react-dev-utils": "^11.0.0",
7575
"react-refresh": "^0.8.3",
7676
"resolve": "1.18.1",
7777
"resolve-url-loader": "^3.1.2",

0 commit comments

Comments
 (0)
This repository has been archived.