Skip to content

Commit

Permalink
chore: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
te6-in committed Dec 4, 2024
1 parent 3afcccb commit e751a4c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 28 deletions.
1 change: 1 addition & 0 deletions packages/react-headless/text-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"build": "nanobundle build"
},
"dependencies": {
"@radix-ui/react-use-callback-ref": "^1.1.0",
"@radix-ui/react-use-controllable-state": "1.0.1",
"@seed-design/react-utils": "0.0.0-alpha-20241030023710",
"unicode-segmenter": "^0.11.2"
Expand Down
3 changes: 0 additions & 3 deletions packages/utils/react-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export * from "./dom";

export * from "./useLatestRef";
export * from "./useEvent";
17 changes: 0 additions & 17 deletions packages/utils/react-utils/src/useEvent.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/utils/react-utils/src/useLatestRef.ts

This file was deleted.

3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5867,7 +5867,7 @@ __metadata:
languageName: node
linkType: hard

"@radix-ui/react-use-callback-ref@npm:1.1.0":
"@radix-ui/react-use-callback-ref@npm:1.1.0, @radix-ui/react-use-callback-ref@npm:^1.1.0":
version: 1.1.0
resolution: "@radix-ui/react-use-callback-ref@npm:1.1.0"
peerDependencies:
Expand Down Expand Up @@ -6436,6 +6436,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@seed-design/react-text-field@workspace:packages/react-headless/text-field"
dependencies:
"@radix-ui/react-use-callback-ref": ^1.1.0
"@radix-ui/react-use-controllable-state": 1.0.1
"@seed-design/react-utils": 0.0.0-alpha-20241030023710
nanobundle: ^1.6.0
Expand Down

0 comments on commit e751a4c

Please sign in to comment.