Skip to content

Commit

Permalink
feat(genome-page): add @types/apollo-upload-client package for type d…
Browse files Browse the repository at this point in the history
…efinitions

The @types/apollo-upload-client package is added to provide type definitions for Apollo Upload Client, improving type safety and developer experience when working with this package in the genome-page application.
  • Loading branch information
ktun95 committed Nov 22, 2024
1 parent 91c5d53 commit acdd7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/genome-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.12.10",
"@types/react": "17.*",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5046,7 +5046,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@17.*", "@types/react-dom@17.x", "@types/react-dom@<18.0.0":
"@types/react-dom@17.*", "@types/react-dom@<18.0.0":
version "17.0.25"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
Expand Down Expand Up @@ -5081,7 +5081,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.*", "@types/react@17.x", "@types/react@^17":
"@types/react@*", "@types/react@17.*", "@types/react@^17":
version "17.0.83"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.83.tgz#b477c56387b74279281149dcf5ba2a1e2216d131"
integrity sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==
Expand Down

0 comments on commit acdd7c1

Please sign in to comment.