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

View File

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