Skip to content

Commit

Permalink
@4.13.1 - [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Dec 20, 2024
1 parent cb03e47 commit 5a13827
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions examples/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/debug-phantomjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/debug-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/html5rocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/process-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/simple-promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/sitemap-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
4 changes: 2 additions & 2 deletions examples/verbose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./snapshot.js"
},
"dependencies": {
"html-snapshots": "^4.13.0"
"html-snapshots": "^4.13.1"
},
"overrides": {
"request": "npm:@cypress/[email protected].6"
"request": "npm:@cypress/[email protected].7"
}
}
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-snapshots",
"version": "4.13.0",
"version": "4.13.1",
"author": {
"name": "Alex Grant",
"email": "[email protected]",
Expand Down Expand Up @@ -55,7 +55,7 @@
"combine-errors": "3.0.3",
"got": "^13.0.0",
"phantomjs-prebuilt": "2.1.16",
"puppeteer": "^23.11.0",
"puppeteer": "^23.11.1",
"xml2js": "0.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5a13827

Please sign in to comment.