mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
* chore: Use upstream cypress-testing-library again
* Update cypress-example-kitchensink commit hash
* Revert "Update cypress-example-kitchensink commit hash"
This reverts commit 8de5d1f945.
---------
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"name": "@test-project/vite-ct-function-api",
|
|
"version": "0.0.0-test",
|
|
"private": true,
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "file:../../../npm/vite-dev-server",
|
|
"@testing-library/cypress": "9.0.0",
|
|
"typescript": "4.2.3",
|
|
"vite": "2.7.10"
|
|
}
|
|
}
|