Skip to content

Commit 1d5ddfd

Browse files
Make ohash a normal dependency (#2154)
* fix(package/gqty): un dev-dep ohash * chore: add changeset --------- Co-authored-by: Vicary A <[email protected]>
1 parent fdc6ac0 commit 1d5ddfd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/fluffy-berries-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'gqty': patch
3+
---
4+
5+
mave ohash to normal dependency

packages/gqty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"just-safe-get": "^4.2.0",
7979
"just-safe-set": "^4.2.1",
8080
"multidict": "^1.0.9",
81+
"ohash": "^1.1.4",
8182
"p-defer": "^3.0.0"
8283
},
8384
"devDependencies": {
@@ -95,7 +96,6 @@
9596
"graphql-ws": "^5.16.2",
9697
"jest": "^30.0.0-alpha.7",
9798
"just-memoize": "^2.2.0",
98-
"ohash": "^1.1.4",
9999
"p-lazy": "^3.1.0",
100100
"test-utils": "workspace:^",
101101
"tsc-watch": "^6.2.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)