Skip to content

Commit

Permalink
@4.13.0 - example updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Dec 18, 2024
1 parent f03b395 commit 118c720
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/debug-phantomjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/debug-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/html5rocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/process-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/sitemap-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion examples/verbose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.12.2"
"html-snapshots": "^4.13.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down

0 comments on commit 118c720

Please sign in to comment.