Skip to content

Commit

Permalink
chore(deps): update non-major-dev-dependencies (#858)
Browse files Browse the repository at this point in the history
* chore(deps): update non-major-dev-dependencies

* fix: apply prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Dec 3, 2024
1 parent d865367 commit 0adc47f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/_components/vitepress/VPNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ watchPostEffect(() => {
calc((100% - (var(--vp-layout-max-width) - 64px)) / 2)
);
width: calc(
(100% - (var(--vp-layout-max-width) - 64px)) / 2 + var(--vp-sidebar-width) -
32px
(100% - (var(--vp-layout-max-width) - 64px)) / 2 +
var(--vp-sidebar-width) - 32px
);
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@api3/chains": "^10.8.0",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"axios": "^1.7.8",
"colors": "^1.4.0",
"diff": "^7.0.0",
"ethers": "^6.13.4",
Expand All @@ -40,7 +40,7 @@
"js-yaml": "^4.1.0",
"medium-zoom": "^1.1.0",
"oust": "^2.0.4",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"tiny-emitter": "^2.1.0",
"vitepress": "1.3.2",
"walk-sync": "^3.0.0"
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 0adc47f

Please sign in to comment.