Rollback tailwind scrollback version (#58)

This commit is contained in:
Prajwal Moharana 2025-02-16 10:44:02 -05:00 committed by GitHub
parent 69a90413f9
commit bdc6600a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3228 additions and 5219 deletions

8441
compass/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,15 +11,15 @@
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^2.1.1", "@heroicons/react": "^2.1.1",
"@supabase/ssr": "^0.3.0", "@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.42.3", "@supabase/supabase-js": "^2.42.3",
"@tanstack/match-sorter-utils": "^8.15.1", "@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.15.0", "@tanstack/react-table": "^8.15.0",
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
"next": "13.5.6", "next": "^13.5.8",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"tailwind-scrollbar": "^4.0.0", "tailwind-scrollbar": "3.1.0",
"utf-8-validate": "^6.0.3", "utf-8-validate": "^6.0.3",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },