Skip to content

Commit

Permalink
chore(deps): remove unused dependencies (#6100)
Browse files Browse the repository at this point in the history
Remove usused dependencies `json-stable-stringify` and
`@types/json-stable-stringify` from the `@graphql-tools/prisma-loader`
package.

The usage of the packages appears to have been removed in
#2732
  • Loading branch information
JohanBrorson committed Apr 26, 2024
1 parent 71faa87 commit 4e72868
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-years-matter.md
@@ -0,0 +1,5 @@
---
"@graphql-tools/prisma-loader": patch
---

Remove unused dependencies `json-stable-stringify` and `@types/json-stable-stringify`.
2 changes: 0 additions & 2 deletions packages/loaders/prisma/package.json
Expand Up @@ -54,7 +54,6 @@
"@graphql-tools/url-loader": "^8.0.2",
"@graphql-tools/utils": "^10.0.13",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@whatwg-node/fetch": "^0.9.0",
"chalk": "^4.1.0",
"debug": "^4.3.1",
Expand All @@ -64,7 +63,6 @@
"https-proxy-agent": "^7.0.0",
"jose": "^5.0.0",
"js-yaml": "^4.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"scuid": "^1.1.0",
"tslib": "^2.4.0",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Expand Up @@ -2739,11 +2739,6 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==

"@types/json-stable-stringify@^1.0.32":
version "1.0.36"
resolved "https://registry.yarnpkg.com/@types/json-stable-stringify/-/json-stable-stringify-1.0.36.tgz#fe6c6001a69ff8160a772da08779448a333c7ddd"
integrity sha512-b7bq23s4fgBB76n34m2b3RBf6M369B0Z9uRR8aHTMd8kZISRkmDEpPD8hhpYvDFzr3bJCPES96cm3Q6qRNDbQw==

"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
Expand Down Expand Up @@ -7837,7 +7832,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=

json-stable-stringify@^1.0.1, json-stable-stringify@^1.0.2:
json-stable-stringify@^1.0.2:
version "1.1.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
Expand Down

0 comments on commit 4e72868

Please sign in to comment.