Skip to content

Commit

Permalink
Merge pull request #87 from nearform/fix/update_default_firebase_ver
Browse files Browse the repository at this point in the history
chore: update imported firebase version
  • Loading branch information
Ademsk1 authored Oct 16, 2023
2 parents 3803444 + 3f797ca commit b289b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function playwrightFirebasePlugin(
PlaywrightTestArgs & PlaywrightTestOptions,
PlaywrightWorkerArgs & PlaywrightWorkerOptions
>,
version = '9.6.10'
version = '10.5.0'
) {
return base.extend<{ auth: Authentication } & AuthenticationParams>({
UID: [UID, { option: true }],
Expand Down

0 comments on commit b289b61

Please sign in to comment.