diff --git a/packages/create-bison-app/template/package.json.ejs b/packages/create-bison-app/template/package.json.ejs index 64500d1a..c1e1953f 100644 --- a/packages/create-bison-app/template/package.json.ejs +++ b/packages/create-bison-app/template/package.json.ejs @@ -11,6 +11,7 @@ "build:next": "next build", "build:nexus": "NODE_ENV=development ts-node -P tsconfig.cjs.json --transpile-only graphql/schema.ts", "cypress:open": "cypress open", + "cypress:run": "cypress run", "db:migrate": "yarn -s prisma migrate up --experimental && yarn build:prisma", "db:rollback": "yarn prisma migrate down --experimental && yarn build:prisma", "db:setup": "yarn db:migrate && yarn prisma generate", @@ -73,7 +74,7 @@ "@graphql-codegen/typescript-react-apollo": "1.17.6", "@graphql-codegen/typescript-resolvers": "1.17.4", "@prisma/cli": "2.8.1", - "@testing-library/cypress": "^6.0.0", + "@testing-library/cypress": "^7.0.2", "@testing-library/dom": "^7.21.7", "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^10.4.7", @@ -86,7 +87,7 @@ "@vercel/node": "^1.7.3", "chance": "^1.1.6", "concurrently": "^5.2.0", - "cypress": "^5.0.0", + "cypress": "^6.1.0", "eslint": "^7.5.0", "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-echobind": "^0.2.0",