Skip to content

Commit

Permalink
build(deps-dev): bump cypress from 9.6.0 to 12.2.0 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 29, 2022
1 parent dd77015 commit 8a2a74d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 20 deletions.
9 changes: 9 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
e2e: {
setupNodeEvents (on, config) {},
baseUrl: 'http://localhost:9966',
supportFile: false
}
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

File renamed without changes.
32 changes: 16 additions & 16 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 @@ -9,7 +9,7 @@
},
"devDependencies": {
"budo": "^11.8.4",
"cypress": "^9.6.0",
"cypress": "^12.2.0",
"disc": "^1.3.3",
"fantasticon": "^1.2.3",
"http-server": "^14.1.1",
Expand Down

0 comments on commit 8a2a74d

Please sign in to comment.