Skip to content

Commit

Permalink
chore(deps): update cypress to 12.17.0 (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 6, 2023
1 parent d69252d commit 6ea40ba
Show file tree
Hide file tree
Showing 48 changed files with 605 additions and 605 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.14.0
run: npm i cypress@12.17.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 @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.14.0"
"cypress": "12.17.0"
}
}
16 changes: 8 additions & 8 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 @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.14.0"
"cypress": "12.17.0"
}
}
30 changes: 15 additions & 15 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": "12.14.0",
"cypress": "12.17.0",
"image-size": "^1.0.2"
}
}
30 changes: 15 additions & 15 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.14.0",
"cypress": "12.17.0",
"vite": "^4.3.9"
}
}
Loading

0 comments on commit 6ea40ba

Please sign in to comment.