-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
- Updates .browserslistrc - Removes disableRemotePlayback and disablePictureInPicture properties on video ad player as deprecated
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# Browsers that we support (woff2) | ||
defaults | ||
>0.3% | ||
chrome 55 | ||
firefox 53 | ||
opera 42 | ||
ios 12 | ||
ios_saf 12 | ||
not ios_saf 11 | ||
safari 12 | ||
edge 15 | ||
samsung 9.2 | ||
not ie 11 | ||
not op_mini all | ||
not kaios 2.5 | ||
not kaios 3 | ||
not and_qq 10.4 | ||
not dead |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rmp-vast", | ||
"version": "16.1.0", | ||
"version": "16.1.1", | ||
"author": "Radiant Media Player <[email protected]>", | ||
"description": "A client-side JavaScript solution to load, parse and display VAST resources (advertising)", | ||
"repository": { | ||
|
@@ -45,42 +45,42 @@ | |
}, | ||
"homepage": "https://www.radiantmediaplayer.com/rmp-vast/app/", | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "^7.25.3", | ||
"@eslint/js": "^9.9.0", | ||
"@stylistic/eslint-plugin": "^2.6.4", | ||
"babel-loader": "^9.1.3", | ||
"babel-plugin-polyfill-corejs3": "^0.10.6", | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
"@babel/preset-env": "^7.26.0", | ||
"@eslint/js": "^9.17.0", | ||
"@stylistic/eslint-plugin": "^2.12.1", | ||
"babel-loader": "^9.2.1", | ||
"babel-plugin-polyfill-corejs3": "^0.11.0", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"css-loader": "^7.1.2", | ||
"eslint": "^9.9.0", | ||
"eslint": "^9.17.0", | ||
"eslint-webpack-plugin": "^4.2.0", | ||
"globals": "^15.9.0", | ||
"globals": "^15.13.0", | ||
"handlebars": "^4.7.8", | ||
"handlebars-loader": "^1.7.3", | ||
"html-webpack-plugin": "^5.6.0", | ||
"html-webpack-plugin": "^5.6.3", | ||
"ip": "^2.0.1", | ||
"less": "^4.2.0", | ||
"less": "^4.2.1", | ||
"less-loader": "^12.2.0", | ||
"open": "^10.1.0", | ||
"postcss-less": "^6.0.0", | ||
"selenium-webdriver": "^4.23.0", | ||
"selenium-webdriver": "^4.27.0", | ||
"style-loader": "^4.0.0", | ||
"stylelint": "^16.8.2", | ||
"stylelint": "^16.12.0", | ||
"stylelint-config-standard": "^36.0.1", | ||
"stylelint-webpack-plugin": "^5.0.1", | ||
"terser": "^5.31.6", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.93.0", | ||
"terser": "^5.37.0", | ||
"terser-webpack-plugin": "^5.3.11", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.97.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.0.4" | ||
"webpack-dev-server": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.25.0", | ||
"@types/node": "^22.4.1", | ||
"core-js-pure": "^3.38.0", | ||
"@babel/runtime-corejs3": "^7.26.0", | ||
"@types/node": "^22.10.2", | ||
"core-js-pure": "^3.39.0", | ||
"whatwg-fetch": "^3.6.20" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.