Skip to content

Commit 3989601

Browse files
committed
chore: updated dependencies
1 parent 6d1b1fa commit 3989601

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

bun.lockb

3.26 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@
1111
"dependencies": {
1212
"@astrojs/mdx": "4.2.4",
1313
"@astrojs/react": "4.2.4",
14+
"@astrojs/sitemap": "3.3.0",
1415
"@tailwindcss/typography": "0.5.16",
15-
"@tailwindcss/vite": "^4.1.4",
16-
"astro": "^5.7.3",
16+
"@tailwindcss/vite": "4.1.0",
17+
"@types/react": "^18.3.3",
18+
"@types/react-dom": "^18.3.0",
19+
"astro": "5.7.3",
1720
"lucide-react": "0.488.0",
1821
"mdast-util-to-string": "4.0.0",
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1",
1924
"reading-time": "1.5.0",
20-
"tailwindcss": "^4.1.4"
25+
"tailwindcss": "4.1.4"
2126
}
2227
}

0 commit comments

Comments
 (0)