Force up nth-check version

This commit is contained in:
Dima Lazerka 2022-05-10 11:15:40 +02:00 committed by Aliaksandr Valialkin
parent 6e5ba1921d
commit 6928e5a6d7
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 359 additions and 316 deletions

File diff suppressed because it is too large Load diff

View file

@ -37,7 +37,6 @@
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint src --ext tsx,ts",
"lint:fix": "eslint src --ext tsx,ts --fix"
},
@ -66,5 +65,10 @@
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.29.4",
"react-app-rewired": "^2.2.1"
},
"overrides": {
"react-app-rewired": {
"nth-check": "^2.0.1"
}
}
}