Skip to content

Commit 2d2d404

Browse files
chore(deps): update all non-major dependencies
1 parent cd7cec5 commit 2d2d404

File tree

5 files changed

+2303
-2121
lines changed

5 files changed

+2303
-2121
lines changed

.github/workflows/dead-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515

1616
- name: Link Checker
1717
id: lychee
18-
uses: lycheeverse/lychee-action@v2.6.1
18+
uses: lycheeverse/lychee-action@v2.8.0
1919
with:
2020
args: --verbose --no-progress './**/*.md' './**/*.tsc' './**/*.ts' --accept=200,204,206,403 --scheme https

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"picomatch": "^4.0.3",
2828
"react": "catalog:",
2929
"react-dom": "catalog:",
30-
"react-i18next": "16.3.3",
30+
"react-i18next": "16.6.6",
3131
"react-markdown": "^10.1.0",
3232
"react-router": "catalog:",
3333
"react-share": "^5.2.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "furigana-maker",
33
"description": "Add furigana to Japanese text on any page for learning kanji pronunciation.",
44
"type": "module",
5-
"packageManager": "pnpm@10.27.0",
5+
"packageManager": "pnpm@10.33.0",
66
"engines": {
77
"node": ">=24.12.0"
88
},
@@ -32,7 +32,7 @@
3232
"zip": "pnpm --filter extension run zip"
3333
},
3434
"devDependencies": {
35-
"@biomejs/biome": "2.2.4",
35+
"@biomejs/biome": "2.4.11",
3636
"@commitlint/cli": "^20.3.1",
3737
"@commitlint/config-conventional": "^20.3.1",
3838
"@commitlint/types": "^20.3.1",

0 commit comments

Comments
 (0)