feat: upgrade minor and bug versions of dependencies

This commit is contained in:
dennis.ludwig
2021-09-28 10:49:53 +02:00
parent bce561a0ac
commit 8614314b00
5 changed files with 52 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"*.{json, md, yml, scss}": ["prettier --write"],
"*.{js, ts, tsx}": [
"*.{json,md,yml,scss}": ["prettier --write"],
"*.{js,ts,tsx}": [
"eslint",
"prettier --write",
"react-scripts test --watchAll=false --findRelatedTests",