Skip to content

Commit be07bd5

Browse files
committed
sync astro versions in all package.json files
1 parent 4217527 commit be07bd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tutorialkit/astro": "workspace:*",
2222
"@tutorialkit/theme": "workspace:*",
2323
"@tutorialkit/types": "workspace:*",
24-
"astro": "^4.12.0",
24+
"astro": "^4.15.0",
2525
"prettier-plugin-astro": "^0.14.1",
2626
"typescript": "^5.4.5"
2727
}

docs/tutorialkit.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/gtag.js": "^0.0.20",
2727
"@types/react": "^18.3.3",
2828
"@types/react-dom": "^18.3.0",
29-
"astro": "^4.12.0",
29+
"astro": "^4.15.0",
3030
"sass": "^1.77.6",
3131
"sharp": "^0.32.6",
3232
"starlight-links-validator": "^0.9.0",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^22.2.0",
2222
"@unocss/reset": "^0.59.4",
2323
"@unocss/transformer-directives": "^0.62.0",
24-
"astro": "^4.12.0",
24+
"astro": "^4.15.0",
2525
"fast-glob": "^3.3.2",
2626
"playwright": "^1.46.0",
2727
"react": "^18.3.1",

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"vitest": "^1.6.0"
7474
},
7575
"peerDependencies": {
76-
"astro": "^4.12.0"
76+
"astro": "^4.15.0"
7777
}
7878
}

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tutorialkit/types": "workspace:*",
2424
"@types/node": "^20.14.6",
2525
"@types/react": "^18.3.3",
26-
"astro": "^4.12.0",
26+
"astro": "^4.15.0",
2727
"prettier-plugin-astro": "^0.14.1",
2828
"typescript": "^5.4.5"
2929
}

0 commit comments

Comments
 (0)