From 83d16e97af2b962cc7b5a3b6ab8ad0fc75806233 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Thu, 28 Mar 2024 22:54:51 +1000 Subject: [PATCH] Fix unsupported BrowserStack browser combinations (#164) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8fc299ef..ee6793c1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index e94d8fdb..048ba662 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"