Skip to content

Commit

Permalink
Merge pull request #890 from localnerve/rc-4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve authored Dec 18, 2024
2 parents afc6e5f + 118c720 commit cb03e47
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 37 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
45 changes: 19 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-snapshots",
"version": "4.12.4",
"version": "4.13.0",
"author": {
"name": "Alex Grant",
"email": "[email protected]",
Expand Down Expand Up @@ -55,13 +55,13 @@
"combine-errors": "3.0.3",
"got": "^13.0.0",
"phantomjs-prebuilt": "2.1.16",
"puppeteer": "^23.10.4",
"puppeteer": "^23.11.0",
"xml2js": "0.6.2"
},
"devDependencies": {
"eslint": "^9.17.0",
"@eslint/js": "^9.17.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"express": "^4.21.2",
"mocha": "^11.0.1",
"c8": "^10.1.3",
Expand Down

0 comments on commit cb03e47

Please sign in to comment.