Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Safari 18 to the list of tested browsers #179

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0",
"@fpjs-incubator/broyster": "^0.2.1",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as BotDModule from '../src'
import type * as BotDModule from '../src'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It prevents using the source files (instead of the compiled file) accidentally

/*
* Checks that the distributive file works in a browser.
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.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.2.0.tgz#b2f5a190732279dee12039f6746e56d7b8236a72"
integrity sha512-26peB8A9XNZ28n61GW4Veq77eJtwQO79iXgamLXGzzbscf8XzV8tqBsO0SeU7I0nN6JN3QXBY6jsRVEZ0Y7crA==
"@fpjs-incubator/broyster@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.2.1.tgz#05fb1052da23e53aebedd9f62b4ecab61e27ff4c"
integrity sha512-GmE8/6wrACogDszd8Z5y52z/rGRPvhKvYTmuVFmmIe7udSELpRC+F1qliBD4Oa/lJUY4GKqiDKOSjc91hxLntA==
dependencies:
"@types/karma" "^6.3.3"
async-lock "^1.4.0"
Expand Down
Loading