Skip to content

Commit a80974b

Browse files
authored
Merge pull request #18 from coderdiaz/chore/dependencies
Update dependencies
2 parents 98a43ec + 628be22 commit a80974b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lockb

160 Bytes
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/mdx": "4.3.6",
13-
"@astrojs/react": "4.4.0",
12+
"@astrojs/mdx": "4.3.9",
13+
"@astrojs/react": "4.4.1",
1414
"@astrojs/sitemap": "3.6.0",
1515
"@tailwindcss/typography": "^0.5.19",
16-
"@tailwindcss/vite": "^4.1.13",
16+
"@tailwindcss/vite": "^4.1.16",
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
19-
"astro": "5.14.1",
20-
"lucide-react": "^0.544.0",
19+
"astro": "5.15.2",
20+
"lucide-react": "^0.548.0",
2121
"mdast-util-to-string": "^4.0.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
2424
"reading-time": "^1.5.0",
25-
"tailwindcss": "^4.1.13"
25+
"tailwindcss": "^4.1.16"
2626
}
2727
}

0 commit comments

Comments
 (0)