Skip to content

Commit

Permalink
Update devDependency patch-package to v8.0.0
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi committed Sep 3, 2024
1 parent da2ffde commit 1640bd6
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automation/deploy-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function getPageNumbers(
perPage = parseInt(parsed.next.per_page, 10);
}
res.page = parseInt(parsed.next.page!, 10) - 1;
res.pages = parseInt(parsed.last!.page! , 10);
res.pages = parseInt(parsed.last!.page!, 10);
} else {
if (parsed.prev!.per_page) {
perPage = parseInt(parsed.prev!.per_page, 10);
Expand Down
119 changes: 104 additions & 15 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"node-cleanup": "^2.1.2",
"node-unzip-2": "^0.2.8",
"open": "^7.1.0",
"patch-package": "^6.5.1",
"patch-package": "^8.0.0",
"prettyjson": "^1.2.5",
"progress-stream": "^2.0.0",
"reconfix": "^1.0.0-v0-1-0-fork-46760acff4d165f5238bfac5e464256ef1944476",
Expand Down

0 comments on commit 1640bd6

Please sign in to comment.