Skip to content

Commit

Permalink
removes request and gql deps (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr authored Sep 30, 2024
1 parent b3ec63f commit 9c06477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"@types/react-transition-group": "^4.4.10",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.13",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"gray-matter": "^4.0.3",
"next": "^14.2.11",
"react": "18.3.1",
Expand Down
32 changes: 1 addition & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -979,15 +979,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-typed-document-node/core@npm:^3.2.0":
version: 3.2.0
resolution: "@graphql-typed-document-node/core@npm:3.2.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/94e9d75c1f178bbae8d874f5a9361708a3350c8def7eaeb6920f2c820e82403b7d4f55b3735856d68e145e86c85cbfe2adc444fdc25519cd51f108697e99346c
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.11.14":
version: 0.11.14
resolution: "@humanwhocodes/config-array@npm:0.11.14"
Expand Down Expand Up @@ -4578,7 +4569,7 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.4, cross-fetch@npm:^3.1.5":
"cross-fetch@npm:^3.1.4":
version: 3.1.8
resolution: "cross-fetch@npm:3.1.8"
dependencies:
Expand Down Expand Up @@ -6804,25 +6795,6 @@ __metadata:
languageName: node
linkType: hard

"graphql-request@npm:^6.1.0":
version: 6.1.0
resolution: "graphql-request@npm:6.1.0"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
cross-fetch: "npm:^3.1.5"
peerDependencies:
graphql: 14 - 16
checksum: 10c0/f8167925a110e8e1de93d56c14245e7e64391dc8dce5002dd01bf24a3059f345d4ca1bb6ce2040e2ec78264211b0704e75da3e63984f0f74d2042f697a4e8cc6
languageName: node
linkType: hard

"graphql@npm:^16.9.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a
languageName: node
linkType: hard

"gray-matter@npm:^4.0.3":
version: 4.0.3
resolution: "gray-matter@npm:4.0.3"
Expand Down Expand Up @@ -11086,8 +11058,6 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-config-next: "npm:12.3.4"
eslint-config-prettier: "npm:^9.1.0"
graphql: "npm:^16.9.0"
graphql-request: "npm:^6.1.0"
gray-matter: "npm:^4.0.3"
jsdom: "npm:^22.1.0"
next: "npm:^14.2.11"
Expand Down

0 comments on commit 9c06477

Please sign in to comment.