Skip to content

Commit

Permalink
fix dependencies (#66)
Browse files Browse the repository at this point in the history
* fix dependencies

* add yarn.lock
  • Loading branch information
onokatio authored Jun 8, 2023
1 parent 84124a1 commit de7393a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"graphql": "^16.6.0",
"graphql-request": "5.0.0",
"graphql-tag": "^2.12.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0",
Expand All @@ -27,6 +29,7 @@
"@graphql-codegen/typescript-operations": "^2.5.7",
"@types/chrome": "^0.0.106",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/node": "^16.18.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/styled-components": "^5.1.26",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,11 @@
resolved "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz"
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==

"@types/node@^16.18.1":
version "16.18.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.10.tgz#d7415ef18c94f8d4e4a82ebcc8b8999f965d8920"
integrity sha512-XU1+v7h81p7145ddPfjv7jtWvkSilpcnON3mQ+bDi9Yuf7OI56efOglXRyXWgQ57xH3fEQgh7WOJMncRHVew5w==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
Expand Down Expand Up @@ -3738,19 +3743,19 @@ graphql-config@4.3.6:
ts-node "^10.8.1"
tslib "^2.4.0"

graphql-request@^5.0.0:
graphql-request@5.0.0, graphql-request@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-5.0.0.tgz"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.0.0.tgz#7504a807d0e11be11a3c448e900f0cc316aa18ef"
integrity sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-fetch "^3.1.5"
extract-files "^9.0.0"
form-data "^3.0.0"

graphql-tag@^2.11.0:
graphql-tag@^2.11.0, graphql-tag@^2.12.6:
version "2.12.6"
resolved "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
dependencies:
tslib "^2.1.0"
Expand Down

0 comments on commit de7393a

Please sign in to comment.