@kkcompany/player 2.9.22 → 2.9.444

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.22",
3
+ "version": "2.9.444",
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": "^3.13.0",
94
+ "eslint-plugin-compat": "^6.0.2",
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,16 +124,14 @@
124
124
  "@emotion/react": "^11.9.3",
125
125
  "@juggle/resize-observer": "^3.3.1",
126
126
  "axios": "<1",
127
- "dlv": "^1.1.3",
128
127
  "mitt": "^3.0.0",
129
128
  "react-cool-dimensions": "^2.0.7",
130
129
  "react-cool-onclickoutside": "1.7.0",
131
- "shaka-player": "4.15.2",
130
+ "shaka-player": "~4.15.2",
132
131
  "ua-parser-js": "^1.0.37"
133
132
  },
134
133
  "peerDependencies": {
135
134
  "@babel/runtime": "^7.0.0",
136
- "bitmovin-player": "^8.83.0",
137
135
  "react": ">=16.14.0",
138
136
  "react-dom": ">=16.14.0"
139
137
  },
@@ -224,6 +222,7 @@
224
222
  "node": true
225
223
  },
226
224
  "rules": {
225
+ "compat/compat": "warn",
227
226
  "no-unused-expressions": "warn",
228
227
  "no-nested-ternary": "warn",
229
228
  "no-unsafe-optional-chaining": "warn",