Skip to content

Commit 5e76fa0

Browse files
committed
feat: move DOM SSR to wesc/dom submodule
1 parent 30888a5 commit 5e76fa0

35 files changed

+1397
-706
lines changed

examples/astro/astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'astro/config';
2-
import wesc from 'wesc/astro';
2+
import wesc from 'wesc/dom/astro';
33

44
// https://astro.build/config
55
export default defineConfig({

examples/astro/package-lock.json

+83-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^4.0.0-beta.7",
14-
"media-chrome": "^1.5.4",
13+
"astro": "^4.2.6",
14+
"media-chrome": "^2.1.0",
1515
"wesc": "file:../.."
1616
}
1717
}

0 commit comments

Comments
 (0)