Skip to content

Commit

Permalink
Merge branch 'master' into expo-app-tv-example
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 6, 2024
2 parents 349d30c + 5efeb5d commit 3d5e5e5
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 343 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-media-console",
"private": true,
"version": "2.2.0",
"version": "2.2.4",
"description": "A media player for the react-native-video component",
"license": "MIT",
"source": "src/index",
Expand Down Expand Up @@ -69,16 +69,16 @@
],
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@release-it-plugins/workspaces": "^4.0.0",
"@release-it/bumper": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.2",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/bumper": "6.0.1",
"@release-it/conventional-changelog": "8.0.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"prettier": "^2.5.1",
"release-it": "^16.2.0",
"release-it": "17.3.0",
"turbo": "^1.10.14"
}
}
2 changes: 1 addition & 1 deletion packages/media-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ disable any controls
[8]: https://github.com/LunatiqueCoder/react-native-media-console/blob/master/LICENSE
[9]: https://img.shields.io/github/languages/top/LunatiqueCoder/react-native-media-console
[10]: https://github.com/LunatiqueCoder/react-native-media-console/search?l=typescript
[11]: https://img.shields.io/maintenance/yes/2025
[11]: https://img.shields.io/maintenance/yes/2023
[12]: https://github.com/LunatiqueCoder/react-native-media-console/graphs/contributors
[13]: https://img.shields.io/npm/v/react-native-media-console
[14]: https://www.npmjs.com/package/react-native-media-console
Expand Down
2 changes: 1 addition & 1 deletion packages/media-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-media-console",
"version": "2.2.0",
"version": "2.2.4",
"description": "A media player for the react-native-video component",
"license": "MIT",
"source": "src/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-media-console/reanimated",
"version": "2.2.0",
"version": "2.2.4",
"description": "A media player for the react-native-video component",
"license": "MIT",
"source": "src/index",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-native": ">=0.46.0",
"react-native-video": ">=2.0.0",
"react-native-reanimated": "^2.12.0",
"react-native-media-console": "^2.2.0"
"react-native-media-console": "^2.2.4"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 3d5e5e5

Please sign in to comment.