prescottprue / cypress-firebase

Cypress plugin and custom commands for testing Firebase projects
MIT License
272 stars 50 forks source link

Update dependency "firebase-admin" to 12.3.0 #1318

Closed A13k2 closed 1 month ago

A13k2 commented 1 month ago

Describe the bug

Error building with tsc. @types/rimraf is outdated.

To Reproduce Steps to reproduce the behavior: complicated

Expected behavior/code Should work.

Possible Solution

 "overrides": {
    "cypress-firebase": {
      "firebase-admin": "^12.3.0"
    }
  },

fixes the problem for me

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 4.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: