Skip to content

Commit a003f78

Browse files
authored
(@graphql-hive/core): use ranged versions to prevent duplicate instances of the same package (#6623)
1 parent a5e00f2 commit a003f78

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/good-frogs-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-hive/core': patch
3+
---
4+
5+
Use ranged versions in dependencies to prevent multiple versions of the same package

packages/libraries/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
},
4747
"dependencies": {
4848
"@graphql-tools/utils": "^10.0.0",
49-
"@whatwg-node/fetch": "0.10.1",
50-
"async-retry": "1.3.3",
51-
"lodash.sortby": "4.7.0",
52-
"tiny-lru": "8.0.2"
49+
"@whatwg-node/fetch": "^0.10.1",
50+
"async-retry": "^1.3.3",
51+
"lodash.sortby": "^4.7.0",
52+
"tiny-lru": "^8.0.2"
5353
},
5454
"devDependencies": {
5555
"@apollo/federation": "0.38.1",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)