Skip to content

Commit

Permalink
chore(deps): update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukehirao committed May 15, 2024
1 parent 4f746e0 commit c9cc361
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 402 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
}
},
"devDependencies": {
"@d-zero/commitlint-config": "5.0.0-alpha.24",
"@d-zero/cspell-config": "5.0.0-alpha.23",
"@d-zero/eslint-config": "5.0.0-alpha.23",
"@d-zero/lint-staged-config": "5.0.0-alpha.23",
"@d-zero/prettier-config": "5.0.0-alpha.23",
"@d-zero/textlint-config": "5.0.0-alpha.23",
"@d-zero/commitlint-config": "5.0.0-alpha.26",
"@d-zero/cspell-config": "5.0.0-alpha.26",
"@d-zero/eslint-config": "5.0.0-alpha.26",
"@d-zero/lint-staged-config": "5.0.0-alpha.26",
"@d-zero/prettier-config": "5.0.0-alpha.26",
"@d-zero/textlint-config": "5.0.0-alpha.26",
"@d-zero/tsconfig": "0.2.0",
"husky": "9.0.11",
"lerna": "8.1.2",
"lerna": "8.1.3",
"npm-run-all2": "6.1.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/archaeologist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"minimist": "1.2.8",
"pixelmatch": "5.3.0",
"pngjs": "7.0.0",
"puppeteer": "22.8.0"
"puppeteer": "22.8.2"
},
"devDependencies": {
"@types/diff": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/filematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@types/follow-redirects": "1.14.4",
"@types/node": "20.12.11"
"@types/node": "20.12.12"
}
}
2 changes: 1 addition & 1 deletion packages/@d-zero/puppeteer-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@d-zero/puppeteer-scroll": "1.0.0"
},
"devDependencies": {
"puppeteer": "22.8.0"
"puppeteer": "22.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/@d-zero/puppeteer-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"puppeteer": "22.8.0"
"puppeteer": "22.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/@d-zero/readtext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/node": "20.12.11"
"@types/node": "20.12.12"
}
}
754 changes: 364 additions & 390 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c9cc361

Please sign in to comment.