Skip to content

Commit 3d3f219

Browse files
authored
chore(deps): update cypress to 14.0.3 (#1358)
1 parent c04886b commit 3d3f219

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2529
-1730
lines changed

.github/workflows/example-install-only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
3131

3232
- name: Install Cypress 📥
33-
run: npm install [email protected].2 --save-dev
33+
run: npm install [email protected].3 --save-dev
3434

3535
- name: Cypress tests 🧪
3636
uses: ./

examples/basic-pnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "14.0.2"
11+
"cypress": "14.0.3"
1212
},
1313
"pnpm": {
1414
"onlyBuiltDependencies": [

examples/basic-pnpm/pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)