Skip to content

Commit

Permalink
Add new dev dependencies and downgrade support color
Browse files Browse the repository at this point in the history
Added new development dependencies '@radix-ui/react-slot' and '@types/eslint'. Also downgraded 'supports-color' from version '8.1.1' to '5.5.0' to ensure better compatibility across different platforms.
  • Loading branch information
keinsell committed Apr 21, 2024
1 parent d07b1e9 commit 11abd53
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 85 deletions.
2 changes: 2 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@types/eslint": "~8.56.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
Loading

0 comments on commit 11abd53

Please sign in to comment.