Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed Oct 12, 2021
1 parent 6bc9339 commit eae9eb3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 425 deletions.
21 changes: 11 additions & 10 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,21 @@
"devDependencies": {
"@testing-library/cypress": "8.0.1",
"@types/preview-email": "2.0.1",
"@types/react": "17.0.28",
"@types/testing-library__cypress": "5.0.9",
"chance": "1.1.8",
"cypress": "8.6.0",
"eslint": "7.32.0",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"prettier": "2.4.1",
"prettier-plugin-prisma": "0.15.0",
"pretty-quick": "3.1.1",
"preview-email": "3.0.5",
"prisma": "3.2.1",
"start-server-and-test": "1.14.0",
"typescript": "~4.3"
"typescript": "~4.3",
"@cypress/skip-test": "2.6.0",
"@testing-library/react": "11.2.5",
"@types/react": "17.0.2",
"cypress": "6.2.1",
"eslint": "7.21.0",
"husky": "5.1.2",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"start-server-and-test": "1.11.7"
},
"private": true
}
Loading

0 comments on commit eae9eb3

Please sign in to comment.