Skip to content

Commit

Permalink
fix(FEC-13371): Update browseriist config (#256)
Browse files Browse the repository at this point in the history
* fix(FEC-13371): Update browser-list dep

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
  • Loading branch information
JonathanTGold and JonathanTGold committed Dec 28, 2023
1 parent 4f9f444 commit e50c988
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
node-version: '20.x'
yarn-run-to-execute: 'build'
yarn-run-to-execute: 'build:prod'
test:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
Expand Down
14 changes: 14 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dist/
lib/
docs/
api-extractor/
.github/
flow-typed/
samples/
coverage/
CHANGELOG.md
yarn.lock
yarn-error.log
LICENSE
README.md

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.23.6",
"@microsoft/api-extractor": "^7.38.0",
"@playkit-js/browserslist-config": "^1.0.5",
"@playkit-js/browserslist-config": "^1.0.7",
"@playkit-js/playkit-js": "canary",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1170,10 +1170,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.7":
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==

"@playkit-js/playkit-js@canary":
version "0.84.2-canary.0-cceb0c7"
Expand Down

0 comments on commit e50c988

Please sign in to comment.