Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Oct 30, 2023
1 parent 87eb2c9 commit be7cfbf
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.6",
"@fpjs-incubator/broyster": "^0.1.7",
"@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 @@ -242,10 +242,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fpjs-incubator/broyster@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.1.6.tgz#bb89fdd45c15d69d61cbb9ef73ca74a8c9cdedd2"
integrity sha512-QrBEUMJEI3jnKnBR8kSGZUAElvgHtPsNADV77mljAJbuo0y/BJoXoppN53dZ1HTnsEsn6AjHlM8vijSSLiiimA==
"@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==
dependencies:
"@types/karma" "^6.3.3"
async-lock "^1.4.0"
Expand Down

0 comments on commit be7cfbf

Please sign in to comment.