Skip to content

Commit e964b30

Browse files
fix(deps): update all non-major dependencies
1 parent 7f0cb89 commit e964b30

File tree

2 files changed

+382
-211
lines changed

2 files changed

+382
-211
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"format": "prettier src --write"
1616
},
1717
"dependencies": {
18-
"@headlessui/react": "2.1.3",
19-
"@next/third-parties": "14.2.7",
20-
"@tabler/icons-react": "3.14.0",
18+
"@headlessui/react": "2.1.8",
19+
"@next/third-parties": "14.2.11",
20+
"@tabler/icons-react": "3.17.0",
2121
"clsx": "2.1.1",
2222
"gray-matter": "4.0.3",
2323
"image-size": "1.1.1",
24-
"next": "14.2.7",
24+
"next": "14.2.11",
2525
"next-themes": "0.3.0",
2626
"react": "18.3.1",
2727
"react-dom": "18.3.1",
@@ -34,49 +34,49 @@
3434
"remark-parse": "11.0.0",
3535
"remark-rehype": "11.1.0",
3636
"rss": "1.2.2",
37-
"shiki": "1.14.1",
38-
"simple-icons": "13.7.0",
37+
"shiki": "1.17.7",
38+
"simple-icons": "13.10.0",
3939
"tailwind-merge": "2.5.2",
4040
"unified": "11.0.5",
4141
"unist-util-visit": "5.0.0",
42-
"valibot": "0.40.0"
42+
"valibot": "0.42.0"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "8.57.0",
4646
"@markuplint/jsx-parser": "4.6.1",
4747
"@markuplint/ml-core": "4.6.1",
4848
"@markuplint/react-spec": "4.4.1",
49-
"@next/bundle-analyzer": "14.2.7",
50-
"@next/eslint-plugin-next": "14.2.7",
49+
"@next/bundle-analyzer": "14.2.11",
50+
"@next/eslint-plugin-next": "14.2.11",
5151
"@tailwindcss/typography": "0.5.15",
5252
"@types/eslint": "8.56.11",
5353
"@types/eslint__js": "8.42.3",
5454
"@types/hast": "3.0.4",
55-
"@types/node": "20.16.2",
56-
"@types/react": "18.3.5",
55+
"@types/node": "20.16.5",
56+
"@types/react": "18.3.6",
5757
"@types/react-dom": "18.3.0",
5858
"@types/rss": "0.0.32",
5959
"@typescript-eslint/eslint-plugin": "7.18.0",
6060
"@typescript-eslint/parser": "7.18.0",
6161
"autoprefixer": "10.4.20",
6262
"concurrently": "8.2.2",
6363
"eslint": "8.57.0",
64-
"eslint-config-next": "14.2.7",
65-
"eslint-plugin-import": "2.29.1",
66-
"eslint-plugin-react": "7.35.0",
64+
"eslint-config-next": "14.2.11",
65+
"eslint-plugin-import": "2.30.0",
66+
"eslint-plugin-react": "7.36.1",
6767
"eslint-plugin-react-hooks": "4.6.2",
6868
"eslint-plugin-unused-imports": "3.2.0",
6969
"markuplint": "4.6.1",
70-
"postcss": "8.4.41",
70+
"postcss": "8.4.47",
7171
"prettier": "3.3.3",
7272
"prettier-plugin-tailwindcss": "0.6.6",
7373
"serve": "14.2.3",
74-
"tailwindcss": "3.4.10",
74+
"tailwindcss": "3.4.11",
7575
"textlint": "14.2.0",
7676
"textlint-rule-preset-ja-spacing": "2.4.3",
7777
"textlint-rule-preset-ja-technical-writing": "10.0.1",
7878
"textlint-rule-spellcheck-tech-word": "5.0.0",
79-
"typescript": "5.5.4"
79+
"typescript": "5.6.2"
8080
},
81-
"packageManager": "yarn@4.4.1"
81+
"packageManager": "yarn@4.5.0"
8282
}

0 commit comments

Comments
 (0)