Skip to content

Commit

Permalink
chore: Downgrade Spectrum to 3.33.1 (#1978)
Browse files Browse the repository at this point in the history
Downgraded Spectrum to 3.33.1 to fix Combobox scrolling.

resolves #1976
  • Loading branch information
bmingles authored May 1, 2024
1 parent cabfaf4 commit a0cb5bf
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 144 deletions.
268 changes: 128 additions & 140 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/app-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"redux": "^4.x"
},
"dependencies": {
"@adobe/react-spectrum": "^3.34.1",
"@adobe/react-spectrum": "3.33.1",
"@deephaven/auth-plugins": "file:../auth-plugins",
"@deephaven/chart": "file:../chart",
"@deephaven/components": "file:../components",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"directory": "packages/code-studio"
},
"dependencies": {
"@adobe/react-spectrum": "^3.34.1",
"@adobe/react-spectrum": "3.33.1",
"@deephaven/app-utils": "file:../app-utils",
"@deephaven/auth-plugins": "file:../auth-plugins",
"@deephaven/chart": "file:../chart",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:theme": "sass --embed-sources --style=compressed --load-path=../../node_modules ./src/theme:./dist/theme"
},
"dependencies": {
"@adobe/react-spectrum": "^3.34.1",
"@adobe/react-spectrum": "3.33.1",
"@deephaven/icons": "file:../icons",
"@deephaven/log": "file:../log",
"@deephaven/react-hooks": "file:../react-hooks",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
},
"dependencies": {
"@adobe/react-spectrum": "^3.34.1",
"@adobe/react-spectrum": "3.33.1",
"@deephaven/log": "file:../log",
"@deephaven/utils": "file:../utils",
"lodash.debounce": "^4.0.8",
Expand Down

0 comments on commit a0cb5bf

Please sign in to comment.