Skip to content

Commit a468132

Browse files
authored
chore(deps): update cypress to 13.2.0 (#1029)
1 parent 1d568ba commit a468132

Some content is hidden

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

44 files changed

+210
-19276
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 i cypress@13.1.0
33+
run: npm i cypress@13.2.0
3434

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

examples/basic-pnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "13.1.0"
11+
"cypress": "13.2.0"
1212
}
1313
}

examples/basic-pnpm/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)