Skip to content

Commit 4b50335

Browse files
authored
fix(deps): update astro for Node 18.18 compatibility (#159)
1 parent 671aeb3 commit 4b50335

File tree

5 files changed

+272
-90
lines changed

5 files changed

+272
-90
lines changed

docs/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tutorialkit/astro": "workspace:*",
2424
"@tutorialkit/types": "workspace:*",
2525
"@unocss/reset": "^0.59.4",
26-
"astro": "^4.10.3",
26+
"astro": "^4.12.0",
2727
"fast-glob": "^3.3.2",
2828
"prettier-plugin-astro": "^0.14.1",
2929
"typescript": "^5.4.5",

docs/tutorialkit.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/gtag.js": "^0.0.20",
2828
"@types/react": "^18.3.3",
2929
"@types/react-dom": "^18.3.0",
30-
"astro": "^4.10.3",
30+
"astro": "^4.12.0",
3131
"fast-glob": "^3.3.2",
3232
"sass": "^1.77.6",
3333
"sharp": "^0.32.6",

packages/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tutorialkit/types": "workspace:*",
4242
"@types/react": "^18.3.3",
4343
"@webcontainer/api": "1.2.0",
44-
"astro": "^4.10.3",
44+
"astro": "^4.12.0",
4545
"astro-expressive-code": "^0.35.3",
4646
"chokidar": "3.6.0",
4747
"fast-glob": "^3.3.2",
@@ -70,6 +70,6 @@
7070
"vitest": "^1.6.0"
7171
},
7272
"peerDependencies": {
73-
"astro": "^4.10.2"
73+
"astro": "^4.12.0"
7474
}
7575
}

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^20.14.6",
2626
"@types/react": "^18.3.3",
2727
"@unocss/reset": "^0.59.4",
28-
"astro": "^4.10.3",
28+
"astro": "^4.12.0",
2929
"fast-glob": "^3.3.2",
3030
"prettier-plugin-astro": "^0.14.1",
3131
"typescript": "^5.4.5",

0 commit comments

Comments
 (0)