Skip to content

Commit

Permalink
Fix unsupported BrowserStack browser combinations (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse authored Mar 28, 2024
1 parent 791966a commit 83d16e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7",
"@fpjs-incubator/broyster": "^0.1.8",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fpjs-incubator/broyster@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.1.7.tgz#42a3d83aaf38d033fd3bf5d473ccd6503e4d869b"
integrity sha512-ZqfYa20hVjlVLDFyHdxicH9AAROVLTiqpZG00VSX1GaiCYTimd9mYQ7/k5vv+5ISry3HeZri+S+8BVGIsJ3TGA==
"@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==
dependencies:
"@types/karma" "^6.3.3"
async-lock "^1.4.0"
Expand Down

0 comments on commit 83d16e9

Please sign in to comment.