Skip to content

Commit

Permalink
Update Karma to fix the testing browser list
Browse files Browse the repository at this point in the history
The fixed problem: fingerprintjs/broyster#74
  • Loading branch information
Finesse authored Aug 23, 2024
2 parents 45f086b + 5a2691f commit 112e91b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"check:ssr": "node --require ./dist/botd.cjs.js --eval '' || (echo \"The distributive files can't be used with server side rendering. Make sure the code doesn't use browser API until an exported function is called.\" && exit 1)"
},
"devDependencies": {
"@fpjs-incubator/broyster": "^0.1.8",
"@fpjs-incubator/broyster": "^0.2.0",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,17 +314,17 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fpjs-incubator/broyster@^0.1.8":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.1.8.tgz#fd9a29454c49cd38503a8b07f5eb3e527499ded0"
integrity sha512-ZtqaqbJoEQ4g9jBf2ZXGKIGJgeQHaTfhF1DYJ41AEFPaJKdtfvHrpdaTtVybD2HBACqSkR3S5o6MZqDYBfumog==
"@fpjs-incubator/broyster@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.2.0.tgz#b2f5a190732279dee12039f6746e56d7b8236a72"
integrity sha512-26peB8A9XNZ28n61GW4Veq77eJtwQO79iXgamLXGzzbscf8XzV8tqBsO0SeU7I0nN6JN3QXBY6jsRVEZ0Y7crA==
dependencies:
"@types/karma" "^6.3.3"
async-lock "^1.4.0"
browserstack "~1.6.1"
browserstack-local "^1.5.5"
karma-chrome-launcher "^3.1.1"
karma-firefox-launcher "^2.1.2"
karma-firefox-launcher "^2.1.3"
karma-jasmine "^4.0.2"
karma-spec-reporter "^0.0.35"
karma-summary-reporter "^3.1.1"
Expand Down Expand Up @@ -3357,13 +3357,13 @@ karma-chrome-launcher@^3.1.1:
dependencies:
which "^1.2.1"

karma-firefox-launcher@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-2.1.2.tgz#9a38cc783c579a50f3ed2a82b7386186385cfc2d"
integrity sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA==
karma-firefox-launcher@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-2.1.3.tgz#b278a4cbffa92ab81394b1a398813847b0624a85"
integrity sha512-LMM2bseebLbYjODBOVt7TCPP9OI2vZIXCavIXhkO9m+10Uj5l7u/SKoeRmYx8FYHTVGZSpk6peX+3BMHC1WwNw==
dependencies:
is-wsl "^2.2.0"
which "^2.0.1"
which "^3.0.0"

karma-jasmine@^4.0.2:
version "4.0.2"
Expand Down Expand Up @@ -5410,6 +5410,13 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

which@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
dependencies:
isexe "^2.0.0"

wildcard@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz"
Expand Down

0 comments on commit 112e91b

Please sign in to comment.