Skip to content

Commit f5b859b

Browse files
authored
fix lint from publish (#2862)
1 parent 404d418 commit f5b859b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@react-stately/collections": "^3.1.0",
4646
"@react-stately/layout": "^3.2.1",
4747
"@react-stately/tree": "^3.1.0",
48-
"@react-stately/virtualizer": "3.1.7-alpha.0",
48+
"@react-stately/virtualizer": "^3.1.7",
4949
"@react-types/shared": "^3.1.0",
5050
"@react-types/sidenav": "3.0.0-alpha.1"
5151
},

packages/@react-types/sidenav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@react-types/shared": "^3.1.0",
14-
"@react-stately/virtualizer": "3.1.7-alpha.0"
14+
"@react-stately/virtualizer": "^3.1.7"
1515
},
1616
"peerDependencies": {
1717
"react": "^16.8.0 || ^17.0.0-rc.1"

0 commit comments

Comments
 (0)