Skip to content

Commit

Permalink
fix(FEC-13371): Update browser-list dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Dec 28, 2023
1 parent afb1ec6 commit 6bcc016
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function (config) {
flags: ['--no-sandbox', '--autoplay-policy=no-user-gesture-required', '--mute-audio', '--max-web-media-player-count=1000']
}
},
browsers: ['ChromeHeadlessWithFlags', 'FirefoxHeadless'],
browsers: ['ChromeHeadlessWithFlags'],
singleRun: true,
concurrency: Infinity,

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"prettier:fix": "prettier --write ."
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.21.8",
"@babel/preset-typescript": "^7.22.15",
"typescript": "^5.2.2",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.22.15",
"@microsoft/api-extractor": "^7.38.0",
"@playkit-js/browserslist-config": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"chai": "^4.2.0",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
Expand All @@ -74,10 +74,10 @@
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"standard-version": "^6.0.1",
"typescript": "^5.2.2",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"@playkit-js/browserslist-config": "^1.0.5"
"webpack-dev-server": "^4.15.0"
},
"browserslist": [
"extends @playkit-js/browserslist-config"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1184,10 +1184,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@playkit-js/browserslist-config@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@playkit-js/browserslist-config/-/browserslist-config-1.0.5.tgz#7d4a7f7b087caa2620d9f89263a05bd4a0af99a4"
integrity sha512-aEx7S4nW1XakhTtx01Use7viuuZ61ho6FeL6iHtZMpclsjEPYf0N8jQt9e3aDBKhaZZ8pKl5250hI4pjWWBfAA==
"@playkit-js/browserslist-config@^1.0.6":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@playkit-js/browserslist-config/-/browserslist-config-1.0.7.tgz#5c44ae48adae36651edb22c23e15b30c1af4b0fa"
integrity sha512-c54fhJbNPG+7gJs8ItirS2chYNymjYirtoY8rOxLVIjqHlyUBdxMl6GykEuEVSy4MHU9cu2c3+E0ppx9/u+Ghw==

"@rushstack/[email protected]":
version "3.62.0"
Expand Down

0 comments on commit 6bcc016

Please sign in to comment.