Skip to content

Commit 7ebda8e

Browse files
authored
Merge pull request #17 from peteruithoven/upgrade-cypress
Upgrade Cypress
2 parents ee3eb7c + 938e487 commit 7ebda8e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

cypress/support/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mount } from 'cypress/react18'
1+
import { mount } from 'cypress/react'
22

33
declare global {
44
// eslint-disable-next-line @typescript-eslint/no-namespace

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react-dom": "^19.0.2",
3737
"@types/react-is": "^19.0.0",
3838
"@vitejs/plugin-react-swc": "^3.7.2",
39-
"cypress": "^13.17.0",
39+
"cypress": "^14.1.0",
4040
"eslint": "^9.17.0",
4141
"eslint-config-prettier": "^9.1.0",
4242
"eslint-plugin-prettier": "^5.2.1",

pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)