Skip to content

Commit 8ce01b4

Browse files
fix(deps): update dependency astro to v5 [security]
1 parent a3ffe23 commit 8ce01b4

File tree

4 files changed

+1293
-2120
lines changed

4 files changed

+1293
-2120
lines changed

apps/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/check": "^0.9.3",
1414
"@astrojs/starlight": "^0.28.2",
1515
"@astrojs/tailwind": "^5.1.1",
16-
"astro": "^4.15.3",
16+
"astro": "^5.0.0",
1717
"sharp": "^0.32.5",
1818
"tailwindcss": "^3.4.13",
1919
"typescript": "^5.6.2"

apps/tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^4.15.11",
13+
"astro": "^5.0.0",
1414
"@astrojs/check": "^0.9.4",
1515
"typescript": "^5.6.2"
1616
}

page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tanstack/react-query": "^5.0.0",
2020
"@types/react": "^18.0.26",
2121
"@types/react-dom": "^18.0.9",
22-
"astro": "^4.15.9",
22+
"astro": "^5.0.0",
2323
"react": "^18.0.0",
2424
"react-dom": "^18.0.0",
2525
"solid-js": "^1.6.10",

0 commit comments

Comments
 (0)