Skip to content

Commit acda464

Browse files
authored
fix: add package to peer deps (#5363)
1 parent 0e9c8a0 commit acda464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/common/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"react": "^18.3.1",
7878
"react-dom": "^18.3.1",
7979
"tailwind-merge": "^3.3.1",
80+
"tailwind-scrollbar": "^3.1.0",
8081
"tailwindcss": "^3.4.17"
8182
},
8283
"private": false,
@@ -92,6 +93,7 @@
9293
"storybook": "storybook dev -p 6006",
9394
"syncpack": "syncpack lint",
9495
"syncpack:fix": "syncpack fix-mismatches",
96+
"syncpack:format": "syncpack format",
9597
"syncpack:list": "syncpack list-mismatches",
9698
"test": "vitest",
9799
"test:ui": "vitest --ui",

0 commit comments

Comments
 (0)