Skip to content

Commit 7770682

Browse files
committed
lock version of react-error-overlay
1 parent ce5f018 commit 7770682

File tree

3 files changed

+43
-42
lines changed

3 files changed

+43
-42
lines changed

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"husky": "^4.3.8",
3232
"npm-run-all": "^4.1.5",
3333
"prettier": "^2.5.1",
34+
"react-error-overlay": "6.0.9",
3435
"react-scripts": "^4.0.3"
3536
},
3637
"scripts": {

scripts/update-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
npx npm-check-updates --upgrade --reject husky
1+
npx npm-check-updates --upgrade --reject husky,react-error-overlay,react-scripts
22
rm -rf node_modules package-lock.json
33
npx npm@6 install
44
npm run validate

0 commit comments

Comments
 (0)