Files
Amit Kahlon 6ea73fabf2 chore: Replace Bluebird promises with native promises (#33056)
* replace bluebird with native Promise

* replace bluebird in fixture file

* replace bluebird in spawn file

* replace bluebird and use fsExtra

* replace pathExistsAsync with native method

* use async await instead of Promise.try

* fix formStatePath

* fix Promise.try

* fix for formStatePath

* fix lint

* Update packages/config/src/project/utils.ts

* remove unused Bluebird import

* fix indentation

---------

Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2025-12-09 11:58:03 -05:00
..