bump everything

* create-react-app 5.0.1

* many other dependencies

* yarn 3.2.2 with Zero-Installs

* fix eslint
This commit is contained in:
2022-08-06 00:20:33 +08:00
parent 8e86291728
commit 8c003ab77e
1315 changed files with 14194 additions and 11124 deletions

1
.env
View File

@@ -1,2 +1,3 @@
REACT_APP_VERSION=$npm_package_version REACT_APP_VERSION=$npm_package_version
EXTEND_ESLINT=true EXTEND_ESLINT=true
GENERATE_SOURCEMAP=false

View File

@@ -7,7 +7,8 @@
"extends": [ "extends": [
"plugin:react/recommended", "plugin:react/recommended",
"plugin:prettier/recommended", "plugin:prettier/recommended",
"prettier/react" "react-app",
"react-app/jest"
], ],
"globals": { "globals": {
"Atomics": "readonly", "Atomics": "readonly",
@@ -31,8 +32,7 @@
} }
}, },
"ignorePatterns": [ "ignorePatterns": [
"src/infrastructure/", "src/infrastructure/"
"src/react-lazyload/"
], ],
"rules": { "rules": {
"prettier/prettier": "warn", "prettier/prettier": "warn",
@@ -52,4 +52,4 @@
} }
] ]
} }
} }

8
.gitignore vendored
View File

@@ -3,3 +3,11 @@ node_modules/
/build/ /build/
build.* build.*
*.log *.log
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More