Skip to content

Commit

Permalink
chore(deps): update cypress to 13.15.1 (cypress-io#1287)
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Shehane <[email protected]>
  • Loading branch information
MikeMcC399 and jennifer-shehane authored Oct 29, 2024
1 parent e5fe3d0 commit 50b80e3
Show file tree
Hide file tree
Showing 51 changed files with 1,102 additions and 865 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 [email protected].0 --save-dev
run: npm install [email protected].1 --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.15.0"
"cypress": "13.15.1"
}
}
17 changes: 12 additions & 5 deletions examples/basic-pnpm/pnpm-lock.yaml

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

19 changes: 15 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.15.0"
"cypress": "13.15.1"
}
}
19 changes: 15 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.15.0",
"cypress": "13.15.1",
"image-size": "^1.0.2"
}
}
19 changes: 15 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.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cypress": "13.15.0",
"cypress": "13.15.1",
"vite": "^5.4.6"
}
}
19 changes: 15 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.15.0",
"cypress": "13.15.1",
"serve": "14.2.4",
"start-server-and-test": "2.0.3"
}
Expand Down
19 changes: 15 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.15.0",
"cypress": "13.15.1",
"lodash": "4.17.21"
}
}
Loading

0 comments on commit 50b80e3

Please sign in to comment.