Skip to content

Commit ac75b11

Browse files
chore: upgrade greenwood v0.34.0-alpha.2
1 parent 69e8379 commit ac75b11

6 files changed

Lines changed: 46 additions & 24 deletions

File tree

package-lock.json

Lines changed: 38 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@eslint/json": "^0.5.0",
4646
"@eslint/markdown": "^6.2.0",
4747
"@esm-bundle/chai": "^4.3.4-fix.0",
48-
"@greenwood/cli": "^0.34.0-alpha.1",
49-
"@greenwood/plugin-css-modules": "^0.34.0-alpha.1",
50-
"@greenwood/plugin-import-raw": "^0.34.0-alpha.1",
51-
"@greenwood/plugin-markdown": "^0.34.0-alpha.1",
48+
"@greenwood/cli": "^0.34.0-alpha.2",
49+
"@greenwood/plugin-css-modules": "^0.34.0-alpha.2",
50+
"@greenwood/plugin-import-raw": "^0.34.0-alpha.2",
51+
"@greenwood/plugin-markdown": "^0.34.0-alpha.2",
5252
"@ls-lint/ls-lint": "^1.10.0",
5353
"@mapbox/rehype-prism": "^0.9.0",
5454
"@storybook/addon-essentials": "^8.0.6",

src/layouts/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<app-header current-route="${globalThis.page.route}"></app-header>
3333

3434
<main class="page-content">
35-
<page-outlet></page-outlet>
35+
<output for="page"></output>
3636
</main>
3737

3838
<app-footer></app-footer>

src/layouts/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<body>
1010
<article>
11-
<content-outlet></content-outlet>
11+
<output for="content"></output>
1212
</article>
1313
</body>
1414
</html>

src/layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<app-toc route="${globalThis.page.route}"></app-toc>
3030

3131
<div class="content-outlet">
32-
<content-outlet></content-outlet>
32+
<output for="content"></output>
3333
<app-edit-on-github route="${globalThis.page.route}"></app-edit-on-github>
3434
</div>
3535
</body>

src/layouts/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<app-toc route="${globalThis.page.route}"></app-toc>
3030

3131
<div class="content-outlet">
32-
<content-outlet></content-outlet>
32+
<output for="content"></output>
3333
<app-edit-on-github route="${globalThis.page.route}"></app-edit-on-github>
3434
</div>
3535
</body>

0 commit comments

Comments
 (0)