@kkcompany/player 2.9.23 → 2.9.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/player",
3
- "version": "2.9.23",
3
+ "version": "2.9.24",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -91,7 +91,7 @@
91
91
  "eslint-config-airbnb-base": "^15.0.0",
92
92
  "eslint-config-prettier": "^8.3.0",
93
93
  "eslint-import-resolver-webpack": "^0.13.2",
94
- "eslint-plugin-compat": "^6.0.2",
94
+ "eslint-plugin-compat": "^3.13.0",
95
95
  "eslint-plugin-import": "^2.25.3",
96
96
  "eslint-plugin-jest": "^25.2.4",
97
97
  "eslint-plugin-jsx-a11y": "^6.5.1",
@@ -124,14 +124,16 @@
124
124
  "@emotion/react": "^11.9.3",
125
125
  "@juggle/resize-observer": "^3.3.1",
126
126
  "axios": "<1",
127
+ "dlv": "^1.1.3",
127
128
  "mitt": "^3.0.0",
128
129
  "react-cool-dimensions": "^2.0.7",
129
130
  "react-cool-onclickoutside": "1.7.0",
130
- "shaka-player": "~4.15.2",
131
+ "shaka-player": "4.15.2",
131
132
  "ua-parser-js": "^1.0.37"
132
133
  },
133
134
  "peerDependencies": {
134
135
  "@babel/runtime": "^7.0.0",
136
+ "bitmovin-player": "^8.83.0",
135
137
  "react": ">=16.14.0",
136
138
  "react-dom": ">=16.14.0"
137
139
  },
@@ -222,7 +224,6 @@
222
224
  "node": true
223
225
  },
224
226
  "rules": {
225
- "compat/compat": "warn",
226
227
  "no-unused-expressions": "warn",
227
228
  "no-nested-ternary": "warn",
228
229
  "no-unsafe-optional-chaining": "warn",