Skip to content

Commit 056cac8

Browse files
fix(deps): update all non-major dependencies
1 parent b048ec7 commit 056cac8

File tree

4 files changed

+492
-450
lines changed

4 files changed

+492
-450
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
16-
- uses: actions/setup-node@v4.2.0
16+
- uses: actions/setup-node@v4.3.0
1717
with:
1818
node-version-file: ".node-version"
1919
cache: "pnpm"

.github/workflows/sync-preview-with-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 3
1616
steps:
17-
- uses: actions/checkout@v4.1.7
17+
- uses: actions/checkout@v4.2.2
1818
with:
1919
fetch-depth: 0
2020
- name: Sync Preview with Main

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@headlessui/react": "2.2.1",
1919
"@next/third-parties": "15.2.4",
20-
"@tabler/icons-react": "3.14.0",
20+
"@tabler/icons-react": "3.31.0",
2121
"clsx": "2.1.1",
2222
"gray-matter": "4.0.3",
2323
"hast-util-to-jsx-runtime": "2.3.6",
@@ -28,19 +28,19 @@
2828
"react-dom": "19.1.0",
2929
"rehype-autolink-headings": "7.1.0",
3030
"rehype-external-links": "3.0.0",
31-
"rehype-pretty-code": "0.14.0",
31+
"rehype-pretty-code": "0.14.1",
3232
"rehype-react": "8.0.0",
3333
"rehype-slug": "6.0.0",
34-
"remark-gfm": "4.0.0",
34+
"remark-gfm": "4.0.1",
3535
"remark-parse": "11.0.0",
36-
"remark-rehype": "11.1.0",
36+
"remark-rehype": "11.1.2",
3737
"rss": "1.2.2",
38-
"shiki": "1.14.1",
39-
"simple-icons": "13.7.0",
40-
"tailwind-merge": "2.5.2",
38+
"shiki": "1.29.2",
39+
"simple-icons": "13.21.0",
40+
"tailwind-merge": "2.6.0",
4141
"unified": "11.0.5",
4242
"unist-util-visit": "5.0.0",
43-
"valibot": "0.40.0"
43+
"valibot": "0.42.1"
4444
},
4545
"devDependencies": {
4646
"@eslint/js": "9.24.0",
@@ -57,9 +57,9 @@
5757
"@types/react": "19.1.0",
5858
"@types/react-dom": "19.1.1",
5959
"@types/rss": "0.0.32",
60-
"@typescript-eslint/eslint-plugin": "8.29.0",
61-
"@typescript-eslint/parser": "8.29.0",
62-
"concurrently": "9.0.1",
60+
"@typescript-eslint/eslint-plugin": "8.29.1",
61+
"@typescript-eslint/parser": "8.29.1",
62+
"concurrently": "9.1.2",
6363
"eslint": "9.24.0",
6464
"eslint-config-next": "15.2.4",
6565
"eslint-plugin-import": "2.31.0",
@@ -70,15 +70,15 @@
7070
"postcss": "8.5.3",
7171
"prettier": "3.5.3",
7272
"prettier-plugin-tailwindcss": "0.6.11",
73-
"serve": "14.2.3",
73+
"serve": "14.2.4",
7474
"tailwindcss": "4.1.3",
75-
"textlint": "14.2.0",
75+
"textlint": "14.6.0",
7676
"textlint-rule-preset-ja-spacing": "2.4.3",
77-
"textlint-rule-preset-ja-technical-writing": "10.0.1",
77+
"textlint-rule-preset-ja-technical-writing": "10.0.2",
7878
"textlint-rule-spellcheck-tech-word": "5.0.0",
79-
"typescript": "5.5.4"
79+
"typescript": "5.8.3"
8080
},
81-
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
81+
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
8282
"pnpm": {
8383
"onlyBuiltDependencies": [
8484
"es5-ext",

0 commit comments

Comments
 (0)