Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 7a65107 commit 83add60
Show file tree
Hide file tree
Showing 3 changed files with 1,721 additions and 1,282 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": [
"**/node_modules/",
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@
"prepare": "pnpm husky"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-angular": "^19.4.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"typescript": "^5.5.4"
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.7.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"typescript": "^5.7.3"
},
"dependencies": {
"@ariakit/react": "^0.4.10",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.20",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@ariakit/react": "^0.4.15",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.5",
"@fontsource/inter": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@react-icons/all-files": "^4.1.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.2",
"astro-compress": "^2.3.1",
"astro-critters": "^2.2.0",
"class-variance-authority": "^0.7.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^4.16.18",
"astro-compress": "^2.3.6",
"astro-critters": "^2.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hast-util-to-string": "^3.0.0",
"lucide-astro": "^0.438.0",
"lucide-react": "^0.438.0",
"hast-util-to-string": "^3.0.1",
"lucide-astro": "^0.473.0",
"lucide-react": "^0.474.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"react-use": "^17.6.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
}
}
Loading

0 comments on commit 83add60

Please sign in to comment.