Skip to content

Commit cfb229b

Browse files
committed
upgraded to [email protected]
1 parent aff6e9e commit cfb229b

File tree

4 files changed

+62
-56
lines changed

4 files changed

+62
-56
lines changed

deno.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"fullsoak": "jsr:@fullsoak/fullsoak@0.14.0",
4-
"preact": "npm:[email protected].2",
3+
"fullsoak": "jsr:@fullsoak/fullsoak@0.15.0",
4+
"preact": "npm:[email protected].4",
55
"preact-iso": "npm:[email protected]",
66
"@std/testing": "jsr:@std/testing@^1.0.9"
77
},

deno.lock

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

tests/__snapshots__/MyComponent.test.ts.snap

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ export const snapshot = {};
33
snapshot[`MyComponent 1`] = `
44
'<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0"/><title></title><script type="importmap">{
55
"imports": {
6-
"preact": "https://esm.sh/[email protected]",
7-
"preact/hooks": "https://esm.sh/[email protected]/hooks",
8-
"react": "https://esm.sh/[email protected]",
9-
"react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
10-
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
11-
"react-dom": "https://esm.sh/[email protected]/compat/",
12-
"react-dom/*": "https://esm.sh/[email protected]/compat/*",
6+
"preact": "https://esm.sh/[email protected]",
7+
"preact/hooks": "https://esm.sh/[email protected]/hooks",
8+
"preact/debug": "https://esm.sh/[email protected]/debug",
9+
"preact/devtools": "https://esm.sh/[email protected]/devtools",
10+
"react": "https://esm.sh/[email protected]",
11+
"react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
12+
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
13+
"react-dom": "https://esm.sh/[email protected]/compat/",
14+
"react-dom/*": "https://esm.sh/[email protected]/compat/*",
1315
"htm/preact": "https://esm.sh/[email protected]/preact?external=preact",
1416
"preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1517
"preact-iso/prerender": "/fullsoak",
18+
"@preact/signals": "https://esm.sh/@preact/signals",
1619
"fullsoak/preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1720
"@fullsoak/fullsoak/preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1821
"fullsoak": "/fullsoak",

tests/__snapshots__/MyRouteAwareComponent.test.ts.snap

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ export const snapshot = {};
33
snapshot[`MyRouteAwareComponent 1`] = `
44
'<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0"/><title></title><script type="importmap">{
55
"imports": {
6-
"preact": "https://esm.sh/[email protected]",
7-
"preact/hooks": "https://esm.sh/[email protected]/hooks",
8-
"react": "https://esm.sh/[email protected]",
9-
"react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
10-
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
11-
"react-dom": "https://esm.sh/[email protected]/compat/",
12-
"react-dom/*": "https://esm.sh/[email protected]/compat/*",
6+
"preact": "https://esm.sh/[email protected]",
7+
"preact/hooks": "https://esm.sh/[email protected]/hooks",
8+
"preact/debug": "https://esm.sh/[email protected]/debug",
9+
"preact/devtools": "https://esm.sh/[email protected]/devtools",
10+
"react": "https://esm.sh/[email protected]",
11+
"react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
12+
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
13+
"react-dom": "https://esm.sh/[email protected]/compat/",
14+
"react-dom/*": "https://esm.sh/[email protected]/compat/*",
1315
"htm/preact": "https://esm.sh/[email protected]/preact?external=preact",
1416
"preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1517
"preact-iso/prerender": "/fullsoak",
18+
"@preact/signals": "https://esm.sh/@preact/signals",
1619
"fullsoak/preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1720
"@fullsoak/fullsoak/preact-iso": "https://esm.sh/preact-iso@^2.9.0?external=preact",
1821
"fullsoak": "/fullsoak",

0 commit comments

Comments
 (0)