Skip to content

Commit

Permalink
Actualize the list of tested browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Oct 18, 2024
1 parent c5404ec commit ef7a769
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/browser_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ We aim to cover at least 99% of all users according to the Fingerprint Pro stati
At the moment, these browsers are:

- **Edge** 105+
- **Chrome** 65+
- **Firefox** 75+
- **Desktop Safari** 12.1+
- **Mobile Safari** 12.0+
- **Chrome** 73+
- **Firefox** 89+
- **Desktop Safari** 13.0+
- **Mobile Safari** 13.0+
- **Samsung Internet** 14.0+

Other browsers will probably also work, but we don't guarantee it.
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.1",
"@fpjs-incubator/broyster": "^0.2.3",
"@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.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==
"@fpjs-incubator/broyster@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@fpjs-incubator/broyster/-/broyster-0.2.3.tgz#04b94db87080f2de1ec87edee31f4a22cb69c2c4"
integrity sha512-q/zi2hYHMqUf4kzp0HkMgvoIvD8s3jLw3XB+FW0bV2vOyQvI7oMMcUao9T39RBQOnBpaWXd3TxlDLnyP0EGjQg==
dependencies:
"@types/karma" "^6.3.3"
async-lock "^1.4.0"
Expand Down

0 comments on commit ef7a769

Please sign in to comment.