Skip to content

Commit 7ca3ede

Browse files
committed
fix(deps): pin radix-ui scroll area version for now
So version 1.2.1 broke my frontend. According to a maintainer PR comment pinning the version is encouraged to do it if it causes issues. So I'm going to do that and wait for a future version. radix-ui/primitives#2945 (comment)
1 parent 3bb1cd9 commit 7ca3ede

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fullstack-app/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fullstack-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@radix-ui/react-dialog": "^1.1.2",
3434
"@radix-ui/react-dropdown-menu": "^2.1.2",
3535
"@radix-ui/react-label": "^2.1.0",
36-
"@radix-ui/react-scroll-area": "^1.2.0",
36+
"@radix-ui/react-scroll-area": "1.2.0",
3737
"@radix-ui/react-separator": "^1.1.0",
3838
"@radix-ui/react-slot": "^1.1.0",
3939
"@t3-oss/env-nextjs": "^0.11.1",

0 commit comments

Comments
 (0)