Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595761535
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Jan 4, 2024
1 parent 75ecf39 commit 455fc66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"env",
"@babel/preset-env",
{
"targets": {
"ie": 11
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,39 +48,40 @@
"@hapi/cryptiles": "^5.1.0",
"can-autoplay": "^3.0.2",
"extend": ">=3.0.2",
"videojs-contrib-ads": "^6.9.0 || ^7"
"videojs-contrib-ads": "^6.9.0"
},
"devDependencies": {
"axios": "^0.25.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"axios": "^1.6.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"child_process": "^1.0.2",
"chromedriver": "^102.0.0",
"chromedriver": "^120.0.1",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-videojs": "^3.0.2",
"ecstatic": "^4.1.4",
"eslint": "^8.8.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-jsdoc": "^3.15.1",
"geckodriver": "^2.0.4",
"http-server": "^14.1.0",
"geckodriver": "^4.3.0",
"http-server": "^14.1.1",
"ini": ">=1.3.7",
"mocha": "^9.2.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"protractor": "^7.0.0",
"rimraf": "^2.7.1",
"rollup": "^0.51.8",
"rollup-plugin-babel": "^3.0.7",
"rollup": "^0.60.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-json": "^2.3.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-uglify": "^2.0.1",
"selenium-webdriver": "^3.6.0",
"selenium-webdriver": "^4.16.0",
"shell-quote": "^1.8.1",
"uglify-es": "^3.3.9",
"video.js": "^7.17.0",
"watch": "^0.13.0",
"webdriver-manager": "^12.1.7",
"xmldom": "^0.6.0"
"@xmldom/xmldom": "^0.8.10"
},
"keywords": [
"videojs",
Expand Down

0 comments on commit 455fc66

Please sign in to comment.