File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 21
21
"@radix-ui/react-context" : " workspace:*" ,
22
22
"@radix-ui/react-direction" : " workspace:*" ,
23
23
"@radix-ui/react-id" : " workspace:*" ,
24
+ "@radix-ui/react-presence" : " workspace:*" ,
24
25
"@radix-ui/react-primitive" : " workspace:*" ,
25
26
"@radix-ui/react-roving-focus" : " workspace:*" ,
26
27
"@radix-ui/react-use-controllable-state" : " workspace:*" ,
27
28
"@radix-ui/react-use-layout-effect" : " workspace:*"
28
29
},
29
30
"peerDependencies" : {
30
- "react" : " ^16.8 || ^17.0 || ^18.0"
31
+ "react" : " ^16.8 || ^17.0 || ^18.0" ,
32
+ "react-dom" : " ^16.8 || ^17.0 || ^18.0"
31
33
},
32
34
"homepage" : " https://radix-ui.com/primitives" ,
33
35
"repository" : {
Original file line number Diff line number Diff line change @@ -3670,12 +3670,14 @@ __metadata:
3670
3670
"@radix-ui/react-context": "workspace:*"
3671
3671
"@radix-ui/react-direction": "workspace:*"
3672
3672
"@radix-ui/react-id": "workspace:*"
3673
+ "@radix-ui/react-presence": "workspace:*"
3673
3674
"@radix-ui/react-primitive": "workspace:*"
3674
3675
"@radix-ui/react-roving-focus": "workspace:*"
3675
3676
"@radix-ui/react-use-controllable-state": "workspace:*"
3676
3677
"@radix-ui/react-use-layout-effect": "workspace:*"
3677
3678
peerDependencies:
3678
3679
react: ^16.8 || ^17.0 || ^18.0
3680
+ react-dom: ^16.8 || ^17.0 || ^18.0
3679
3681
languageName: unknown
3680
3682
linkType: soft
3681
3683
You can’t perform that action at this time.
0 commit comments