File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:.." ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments