Skip to content

Commit

Permalink
chore(prisma-loader): unpin url-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 18, 2023
1 parent 1844673 commit bba3d32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-bobcats-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/prisma-loader': patch
---

Unpin url loader
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@whatwg-node/fetch": "^0.8.2",
"@graphql-tools/url-loader": "7.17.18",
"@graphql-tools/url-loader": "^7.17.18",
"@graphql-tools/utils": "^9.2.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down

0 comments on commit bba3d32

Please sign in to comment.