Skip to content

Commit

Permalink
Bump cypress from 9.7.0 to 10.3.0 (#149)
Browse files Browse the repository at this point in the history
* Bump cypress from 9.7.0 to 10.3.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](cypress-io/cypress@v9.7.0...v10.3.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ?

* Lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: qntm <[email protected]>
  • Loading branch information
dependabot[bot] and qntm authored Jul 1, 2022
1 parent 3ff4c48 commit ff69dd3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
11 changes: 11 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { defineConfig } from 'cypress'

export default defineConfig({
fixturesFolder: false,
screenshotOnRunFailure: false,
video: false,
e2e: {
setupNodeEvents (on, config) {},
supportFile: false
}
})
7 changes: 0 additions & 7 deletions cypress.json

This file was deleted.

File renamed without changes.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"base65536": "^4.0.2",
"classnames": "^2.2.6",
"css-loader": "^6.2.0",
"cypress": "^9.7.0",
"cypress": "^10.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"enzyme-to-json": "^3.5.0",
Expand Down

0 comments on commit ff69dd3

Please sign in to comment.