Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 335f3d4

Browse files
committedJan 29, 2025·
chore(deps): update cypress to 14.0.1
1 parent 6e739ad commit 335f3d4

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

+131
-131
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 cypress@14.0.0 --save-dev
33+
run: npm install cypress@14.0.1 --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.0"
11+
"cypress": "14.0.1"
1212
},
1313
"pnpm": {
1414
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)
Please sign in to comment.