Skip to content

Commit

Permalink
chore(deps): update cypress to 13.7.0 (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Mar 13, 2024
1 parent 48f6c13 commit 0526c9d
Show file tree
Hide file tree
Showing 51 changed files with 454 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-install-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm install cypress@13.6.6 --save-dev
run: npm install cypress@13.7.0 --save-dev

- name: Cypress tests 🧪
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
8 changes: 4 additions & 4 deletions examples/basic-pnpm/pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions examples/basic/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 examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
8 changes: 4 additions & 4 deletions examples/browser/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 examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.0",
"image-size": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions examples/component-tests/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 examples/component-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
"cypress": "13.6.6",
"cypress": "13.7.0",
"vite": "4.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/config/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 examples/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.0",
"serve": "14.2.1",
"start-server-and-test": "2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/custom-command/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 examples/custom-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.0",
"lodash": "4.17.21"
}
}
8 changes: 4 additions & 4 deletions examples/env/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 examples/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/install-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
},
"dependencies": {
"arg": "5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/install-command/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cypress@13.6.6:
version "13.6.6"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.6.6.tgz#5133f231ed1c6e57dc8dcbf60aade220bcd6884b"
integrity sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==
cypress@13.7.0:
version "13.7.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.0.tgz#19e53c0bd6eca5e3bde0d6ac9e98fbf1782e3a9e"
integrity sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
Expand Down
8 changes: 4 additions & 4 deletions examples/install-only/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 examples/install-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"debug": "4.3.4"
},
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
8 changes: 4 additions & 4 deletions examples/nextjs/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 examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
8 changes: 4 additions & 4 deletions examples/node-versions/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 examples/node-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}
8 changes: 4 additions & 4 deletions examples/quiet/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 examples/quiet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.0",
"image-size": "0.8.3"
}
}
8 changes: 4 additions & 4 deletions examples/recording/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 examples/recording/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.6.6"
"cypress": "13.7.0"
}
}

0 comments on commit 0526c9d

Please sign in to comment.