@videojs/react 0.1.0-preview.4 → 0.1.0-preview.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -24,5 +24,5 @@ members:
24
24
 
25
25
  [package]: https://www.npmjs.com/package/@videojs/react
26
26
  [package-badge]: https://img.shields.io/npm/v/@videojs/react/next?label=@videojs/react@next
27
- [discord]: https://discord.gg/b664Gq3pdy
27
+ [discord]: https://discord.gg/zdrCwByt
28
28
  [gh-discussions]: https://github.com/videojs/v10/discussions
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@videojs/react",
3
3
  "type": "module",
4
- "version": "0.1.0-preview.4",
4
+ "version": "0.1.0-preview.5",
5
5
  "description": "React library for building media players",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,9 +47,9 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@floating-ui/react": "^0.27.16",
50
- "@videojs/core": "0.1.0-preview.4",
51
- "@videojs/utils": "0.1.0-preview.4",
52
- "@videojs/icons": "0.1.0-preview.4"
50
+ "@videojs/icons": "0.1.0-preview.5",
51
+ "@videojs/utils": "0.1.0-preview.5",
52
+ "@videojs/core": "0.1.0-preview.5"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0",