Skip to content

Commit

Permalink
chore(deps): update cypress to 12.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 15, 2023
1 parent 327178c commit d8afc66
Show file tree
Hide file tree
Showing 40 changed files with 277 additions and 437 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 @@ -63,7 +63,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm i cypress@12.4.1
run: npm i cypress@12.6.0

- 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 @@ -10,6 +10,6 @@
"license": "ISC",
"private": true,
"devDependencies": {
"cypress": "^12.4.1"
"cypress": "^12.6.0"
}
}
20 changes: 10 additions & 10 deletions examples/basic-pnpm/pnpm-lock.yaml

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

30 changes: 15 additions & 15 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 @@ -10,6 +10,6 @@
"license": "ISC",
"private": true,
"devDependencies": {
"cypress": "12.4.1"
"cypress": "12.6.0"
}
}
30 changes: 15 additions & 15 deletions examples/chrome/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/chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"private": true,
"devDependencies": {
"cypress": "12.4.1",
"cypress": "12.6.0",
"image-size": "0.8.3"
}
}
18 changes: 9 additions & 9 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.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"cypress": "12.4.1",
"cypress": "12.6.0",
"vite": "^4.0.0"
}
}
30 changes: 15 additions & 15 deletions examples/config/package-lock.json

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

Loading

0 comments on commit d8afc66

Please sign in to comment.