-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(player): remove styled-components & update style
The major version of styled-components has been lagging behind and to avoid further issues with React compatibility, it's no longer required to have this as a peer dependency. Examples are fine using inline style, and in other cases the React `style` tag is used instead. Additionally, the stats section is restyled to be much more simple.
- Loading branch information
Showing
47 changed files
with
722 additions
and
1,253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"private": true, | ||
"devDependencies": { | ||
"@vitejs/plugin-react": "4.3.4", | ||
"luxon": "3.5.0", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"luxon": "^3.5.0", | ||
"media-stream-library": "workspace:^", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"styled-components": "5.3.11", | ||
"vite": "6.0.7" | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"vite": "^6.0.7" | ||
} | ||
} |
Oops, something went wrong.