Skip to content

Commit 72cf181

Browse files
authored
Fixing tsc issue when using react-spectrum/list (#3808)
1 parent 5c1920e commit 72cf181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-spectrum/list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@react-aria/virtualizer": "^3.6.0",
4646
"@react-aria/visually-hidden": "^3.6.0",
4747
"@react-spectrum/checkbox": "^3.6.1",
48+
"@react-spectrum/dnd": "^3.0.0",
4849
"@react-spectrum/layout": "^3.4.3",
4950
"@react-spectrum/progress": "^3.3.3",
5051
"@react-spectrum/text": "^3.3.3",
@@ -63,8 +64,7 @@
6364
"@adobe/spectrum-css-temp": "^3.0.0-alpha.1",
6465
"@react-aria/dnd": "^3.0.0",
6566
"@react-stately/dnd": "^3.0.0",
66-
"@react-spectrum/button": "^3.8.1",
67-
"@react-spectrum/dnd": "^3.0.0"
67+
"@react-spectrum/button": "^3.8.1"
6868
},
6969
"peerDependencies": {
7070
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",

0 commit comments

Comments
 (0)