Skip to content

Commit

Permalink
Add npm override for cypress testing library
Browse files Browse the repository at this point in the history
  • Loading branch information
s-thom committed Sep 11, 2023
1 parent f88957a commit 9c03ced
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 27 deletions.
69 changes: 43 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.17.2",
"cypress": "^13.1.0",
"dotenv": "^16.3.1",
"esbuild": "^0.18.17",
"eslint": "^8.46.0",
Expand All @@ -108,5 +108,10 @@
},
"prisma": {
"seed": "ts-node --require tsconfig-paths/register prisma/seed.ts"
},
"overrides": {
"@testing-library/cypress": {
"cypress": "^13.0.0"
}
}
}

0 comments on commit 9c03ced

Please sign in to comment.