fix: add missing react types + fixed typo

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-07-29 16:07:37 +01:00
parent ecabc7a35e
commit 42d301b43c
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -50,6 +50,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "*",
"@types/react": "^18.0.15",
"cross-fetch": "^3.1.5",
"msw": "^0.42.0",
"prettier": "^2.7.1"
@@ -60,7 +60,7 @@ export const Filters = ({ items, onChange, placeholder }: Props) => {
onChange={checkSelectedItems(onChange)}
/>
<Typography variant="caption">
*Repositories with more Issues in GitHub than available to view in
*Repositories with more Issues on GitHub than available to view in
Backstage. To view them go to GitHub.
</Typography>
</Box>
+11 -3
View File
@@ -7432,7 +7432,7 @@
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^17":
"@types/react-dom@*", "@types/react-dom@<18.0.0":
version "17.0.17"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
@@ -7507,6 +7507,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/react@^18.0.15":
version "18.0.15"
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe"
integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/recharts@^1.8.14", "@types/recharts@^1.8.15":
version "1.8.23"
resolved "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.23.tgz#eeb6c52c6b2b916e9383bd5cf8fb5fd941c9c6fe"
@@ -13160,7 +13169,6 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
"@backstage/plugin-gcalendar" "^0.3.4-next.0"
"@backstage/plugin-gcp-projects" "^0.3.27-next.0"
"@backstage/plugin-github-actions" "^0.5.8-next.0"
"@backstage/plugin-github-issues" "^0.0.0"
"@backstage/plugin-gocd" "^0.1.14-next.0"
"@backstage/plugin-graphiql" "^0.2.40-next.0"
"@backstage/plugin-home" "^0.4.24-next.0"
@@ -26700,7 +26708,7 @@ ws@^7.3.1, ws@^7.4.6:
resolved "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67"
integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==
ws@^8.0.0, ws@^8.3.0:
ws@^8.3.0:
version "8.8.1"
resolved "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==