Skip to content

Commit

Permalink
Merge pull request #883 from localnerve/rc-4.11.0
Browse files Browse the repository at this point in the history
@4.11.0 - update devdeps, node engine >=18.18
  • Loading branch information
localnerve authored Dec 3, 2024
2 parents b3c2761 + 0dabb16 commit d0188f5
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 88 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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.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.9.0"
"html-snapshots": "^4.11.0"
},
"overrides": {
"request": "npm:@cypress/[email protected]"
Expand Down
124 changes: 50 additions & 74 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-snapshots",
"version": "4.10.0",
"version": "4.11.0",
"author": {
"name": "Alex Grant",
"email": "[email protected]",
Expand Down Expand Up @@ -59,11 +59,11 @@
"xml2js": "0.6.2"
},
"devDependencies": {
"eslint": "^9.15.0",
"@eslint/js": "^9.15.0",
"globals": "^15.12.0",
"eslint": "^9.16.0",
"@eslint/js": "^9.16.0",
"globals": "^15.13.0",
"express": "^4.21.1",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"c8": "^10.1.2",
"server-destroy": "^1.0.1",
"sitemap-xml": "^0.1.0"
Expand All @@ -73,6 +73,6 @@
},
"license": "MIT",
"engines": {
"node": ">=18"
"node": ">=18.18"
}
}

0 comments on commit d0188f5

Please sign in to comment.