Skip to content

Commit

Permalink
chore(deps): update cypress to 12.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 11, 2023
1 parent 12a9887 commit d0ff0c3
Show file tree
Hide file tree
Showing 44 changed files with 314 additions and 202 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.17.0
run: npm i cypress@12.17.1

- 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.17.0"
"cypress": "12.17.1"
}
}
8 changes: 4 additions & 4 deletions examples/basic-pnpm/pnpm-lock.yaml

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

18 changes: 9 additions & 9 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.17.0"
"cypress": "12.17.1"
}
}
18 changes: 9 additions & 9 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.17.0",
"cypress": "12.17.1",
"image-size": "^1.0.2"
}
}
18 changes: 9 additions & 9 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.17.0",
"cypress": "12.17.1",
"vite": "^4.3.9"
}
}
18 changes: 9 additions & 9 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": "12.17.0",
"cypress": "12.17.1",
"serve": "^14.2.0",
"start-server-and-test": "2.0.0"
}
Expand Down
18 changes: 9 additions & 9 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": "12.17.0",
"cypress": "12.17.1",
"lodash": "4.17.21"
}
}
18 changes: 9 additions & 9 deletions examples/env/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/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.0"
"cypress": "12.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/install-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.0"
"cypress": "12.17.1"
},
"dependencies": {
"arg": "5.0.0",
Expand Down
Loading

0 comments on commit d0ff0c3

Please sign in to comment.