Skip to content

Commit 909e649

Browse files
chore(deps): update non-major-dev-dependencies (#919)
* chore(deps): update non-major-dev-dependencies * fmt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Croote <[email protected]>
1 parent 1c577c4 commit 909e649

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

docs/_components/Video.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ Common video display component.
99
:src="src"
1010
title="YouTube video player"
1111
frameborder="0"
12-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+
allow="
13+
accelerometer;
14+
autoplay;
15+
clipboard-write;
16+
encrypted-media;
17+
gyroscope;
18+
picture-in-picture;
19+
"
1320
allowfullscreen
1421
></iframe>
1522
</span>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"axios": "^1.13.2",
2828
"colors": "^1.4.0",
2929
"diff": "^8.0.2",
30-
"ethers": "^6.15.0",
30+
"ethers": "^6.16.0",
3131
"file": "^0.2.2",
3232
"flexsearch": "~0.7.43",
3333
"fs-extra": "^11.3.2",
@@ -37,7 +37,7 @@
3737
"js-yaml": "^4.1.1",
3838
"medium-zoom": "^1.1.0",
3939
"oust": "^2.0.4",
40-
"prettier": "^3.6.2",
40+
"prettier": "^3.7.4",
4141
"tiny-emitter": "^2.1.0",
4242
"vitepress": "1.3.2",
4343
"walk-sync": "^4.0.1"

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)