Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Sep 30, 2024
1 parent b2c18d2 commit e1bdc60
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 36 deletions.
8 changes: 4 additions & 4 deletions packages/struct/integer-buffer-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@x-oasis/invariant": "^0.1.35",
"@x-oasis/is-clamped": "^0.1.35",
"@x-oasis/return-hook": "^0.1.35",
"@x-oasis/heap": "0.1.35"
"@x-oasis/invariant": "workspace:*",
"@x-oasis/is-clamped": "workspace:*",
"@x-oasis/return-hook": "workspace:*",
"@x-oasis/heap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/struct/integer-buffer-set/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Heap from '@x-oasis/heap';
import isClamped from '@x-oasis/is-clamped';
import invariant from '@x-oasis/invariant';
import isClamped from '@x-oasis/is-clamped';
import returnHook, { ReturnHook } from '@x-oasis/return-hook';
import {
HeapItem,
Expand Down
42 changes: 11 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1bdc60

Please sign in to comment.