Skip to content

Commit 1056162

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

File tree

3 files changed

+590
-548
lines changed

3 files changed

+590
-548
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
33
"files": {
44
"ignore": [
55
"**/node_modules/",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,40 @@
1414
"prepare": "pnpm husky"
1515
},
1616
"devDependencies": {
17-
"@biomejs/biome": "1.8.3",
18-
"@commitlint/cli": "^19.4.1",
19-
"@commitlint/config-angular": "^19.4.1",
20-
"husky": "^9.1.5",
17+
"@biomejs/biome": "1.9.2",
18+
"@commitlint/cli": "^19.5.0",
19+
"@commitlint/config-angular": "^19.5.0",
20+
"husky": "^9.1.6",
2121
"lint-staged": "^15.2.10",
22-
"typescript": "^5.5.4"
22+
"typescript": "^5.6.2"
2323
},
2424
"dependencies": {
25-
"@ariakit/react": "^0.4.10",
25+
"@ariakit/react": "^0.4.11",
2626
"@astrojs/check": "^0.9.3",
27-
"@astrojs/mdx": "^3.1.5",
28-
"@astrojs/node": "^8.3.3",
27+
"@astrojs/mdx": "^3.1.7",
28+
"@astrojs/node": "^8.3.4",
2929
"@astrojs/react": "^3.6.2",
30-
"@astrojs/tailwind": "^5.1.0",
31-
"@fontsource/inter": "^5.0.20",
30+
"@astrojs/tailwind": "^5.1.1",
31+
"@fontsource/inter": "^5.1.0",
3232
"@radix-ui/react-accordion": "^1.2.0",
3333
"@radix-ui/react-dropdown-menu": "^2.1.1",
3434
"@radix-ui/react-slot": "^1.1.0",
3535
"@react-icons/all-files": "^4.1.0",
36-
"@types/react": "^18.3.5",
36+
"@types/react": "^18.3.9",
3737
"@types/react-dom": "^18.3.0",
38-
"astro": "^4.15.2",
38+
"astro": "^4.15.9",
3939
"astro-compress": "^2.3.1",
4040
"astro-critters": "^2.2.0",
4141
"class-variance-authority": "^0.7.0",
4242
"clsx": "^2.1.1",
4343
"hast-util-to-string": "^3.0.0",
44-
"lucide-astro": "^0.438.0",
45-
"lucide-react": "^0.438.0",
44+
"lucide-astro": "^0.446.0",
45+
"lucide-react": "^0.446.0",
4646
"react": "^18.3.1",
4747
"react-dom": "^18.3.1",
4848
"react-use": "^17.5.1",
4949
"tailwind-merge": "^2.5.2",
50-
"tailwindcss": "^3.4.10",
50+
"tailwindcss": "^3.4.13",
5151
"tailwindcss-animate": "^1.0.7"
5252
}
5353
}

0 commit comments

Comments
 (0)