Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent f61e058 commit 7fa9cd6
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 271 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vitepress preview src"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^2.1.0",
"@shikijs/vitepress-twoslash": "^2.2.0",
"vitepress": "^1.6.3",
"zotero-plugin-scaffold": "workspace:^"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@types/node": "^22.10.9",
"bumpp": "^9.10.2",
"eslint": "^9.18.0",
"@types/node": "^22.13.0",
"bumpp": "^9.11.1",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"workspaces": [
"packages/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
}
},
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"@commander-js/extra-typings": "^13.1.0",
"adm-zip": "^0.5.16",
"bumpp": "^9.10.2",
"bumpp": "^9.11.1",
"c12": "^2.0.1",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"commander": "^13.1.0",
"es-toolkit": "^1.31.0",
"es-toolkit": "^1.32.0",
"esbuild": "^0.24.2",
"fs-extra": "^11.3.0",
"hookable": "^5.5.3",
Expand Down
Loading

0 comments on commit 7fa9cd6

Please sign in to comment.