softbuilders-react-video-player 1.1.16 → 1.1.18

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "softbuilders-react-video-player",
3
3
  "description": "Standalone video player component",
4
- "version": "1.1.16",
4
+ "version": "1.1.18",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -21,11 +21,11 @@
21
21
  "license": "ISC",
22
22
  "peerDependencies": {
23
23
  "react": "^18.3.1",
24
- "react-dom": "^18.3.1",
25
- "video.js": "^8.18.0"
24
+ "react-dom": "^18.3.1"
26
25
  },
27
26
  "dependencies": {
28
- "typescript": "^5.6.2"
27
+ "typescript": "^5.6.2",
28
+ "video.js": "^8.18.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@svgr/cli": "^8.1.0",