Skip to content

Commit cafa4fc

Browse files
committed
Fix: update package versions in package.json
1 parent 20a3b4a commit cafa4fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "0.0.1",
66
"license": "MIT",
7-
"packageManager": "pnpm@10.28.0",
7+
"packageManager": "pnpm@10.32.1",
88
"engines": {
99
"node": ">=18.20.8",
1010
"pnpm": ">=8.0.0"
@@ -16,13 +16,13 @@
1616
"preview": "astro preview"
1717
},
1818
"dependencies": {
19-
"@astrojs/react": "^4.4.2",
19+
"@astrojs/react": "^5.0.0",
2020
"@astrojs/sitemap": "^3.6.1",
2121
"@heroicons/react": "^2.2.0",
2222
"@nanostores/react": "^1.0.0",
2323
"@types/react": "^19.2.8",
2424
"@types/react-dom": "^19.2.3",
25-
"astro": "^5.16.9",
25+
"astro": "^6.0.4",
2626
"nanostores": "^1.1.0",
2727
"prismjs": "1.30.0",
2828
"react": "^19.2.3",
@@ -34,14 +34,14 @@
3434
"@tailwindcss/typography": "^0.5.19",
3535
"autoprefixer": "^10.4.23",
3636
"postcss": "^8.5.6",
37-
"tailwindcss": "^3.4.17"
37+
"tailwindcss": "^4.2.1"
3838
},
3939
"pnpm": {
4040
"overrides": {
4141
"path-to-regexp": ">=8.3.0",
4242
"esbuild": ">=0.27.2",
4343
"devalue": ">=5.6.2",
44-
"h3": ">=1.15.5",
44+
"h3": ">=2.0.0",
4545
"minimatch": ">=10.2.1"
4646
}
4747
}

0 commit comments

Comments
 (0)