Skip to content

Commit

Permalink
fix: updated React types package to prevent type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg committed Mar 25, 2024
1 parent fd7748f commit b647c60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.8",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react": "^17.0.79",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
Expand Down
1 change: 1 addition & 0 deletions ui/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"typescript": "4.5.5"
},
"peerDependencies": {
"@types/react": "^17.0.79",
"@washingtonpost/eslint-plugin-wpds": "*",
"@washingtonpost/wpds-accordion": "*",
"@washingtonpost/wpds-action-menu": "*",
Expand Down

0 comments on commit b647c60

Please sign in to comment.