Skip to content

Commit 9413aec

Browse files
Update dependency @astrojs/compiler to ^0.21.0 (#69)
* Update dependency @astrojs/compiler to ^0.21.0 * update Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 305882b commit 9413aec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

explorer-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "patch-package"
1414
},
1515
"devDependencies": {
16-
"@astrojs/compiler": "^0.20.0",
16+
"@astrojs/compiler": "^0.21.0",
1717
"@astrojs/svelte": "^0.4.0",
1818
"astro": "^1.0.0-beta.40",
1919
"astro-eslint-parser": "file:..",

explorer-v3/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const { title } = Astro.props as Props;
1919
<body>
2020
<Header />
2121
<main class="main">
22-
<slot></slot>
22+
<slot />
2323
</main>
2424
<style is:global>
2525
a {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
4444
"dependencies": {
45-
"@astrojs/compiler": "^0.18.0 || ^0.19.0 || ^0.20.0",
45+
"@astrojs/compiler": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0",
4646
"@typescript-eslint/types": "^5.25.0",
4747
"debug": "^4.3.4",
4848
"eslint-visitor-keys": "^3.0.0",

0 commit comments

Comments
 (0)