Skip to content

Commit

Permalink
chore(deps): exclude @testing-library/react when checking for dep upd…
Browse files Browse the repository at this point in the history
…ates

Refs: #357
  • Loading branch information
GentlemanHal committed Jun 2, 2023
1 parent 8976cf5 commit d5467d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"watch:test": "jest --watch",
"watch:lint": "watch 'npm run lint' src/client",
"check-types": "tsc",
"check-updates": "npm-check-updates --reject \"screenfull\"",
"check-updates": "npm-check-updates --reject \"screenfull @testing-library/react\"",
"prettier": "prettier --write .",
"prettier:check": "prettier --check ."
},
Expand Down

0 comments on commit d5467d3

Please sign in to comment.