Skip to content

Commit 84190aa

Browse files
[ci] release (#12774)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d0aaac3 commit 84190aa

File tree

29 files changed

+57
-59
lines changed

29 files changed

+57
-59
lines changed

.changeset/loud-emus-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-spoons-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.16.17"
14+
"astro": "^4.16.18"
1515
}
1616
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^3.1.9",
1515
"@astrojs/rss": "^4.0.9",
1616
"@astrojs/sitemap": "^3.2.1",
17-
"astro": "^4.16.17"
17+
"astro": "^4.16.18"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^4.16.17"
18+
"astro": "^4.16.18"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"@astrojs/react": "^3.6.3",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.4.0",
1515
"@types/alpinejs": "^3.13.11",
1616
"alpinejs": "^3.14.3",
17-
"astro": "^4.16.17"
17+
"astro": "^4.16.18"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^4.3.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"lit": "^3.2.1"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/vue": "^4.5.3",
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
21-
"astro": "^4.16.17",
21+
"astro": "^4.16.18",
2222
"preact": "^10.25.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.5.4",
1515
"@preact/signals": "^1.3.0",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"preact": "^10.25.0"
1818
}
1919
}

0 commit comments

Comments
 (0)