Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 911b1c2

Browse files
committed
chore(deps): remove @preact/signals-core dependency
1 parent d65de7d commit 911b1c2

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

deno.jsonc

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"preact": "npm:[email protected]",
4343
"react": "npm:[email protected]/compat",
4444
"react-dom": "npm:[email protected]/compat",
45-
"@preact/signals": "npm:@preact/[email protected]",
46-
"@preact/signals-core": "npm:@preact/[email protected]"
45+
"@preact/signals": "npm:@preact/[email protected]"
4746
}
4847
}

lib/components/blocks/plot.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @deno-types="npm:@types/[email protected]"
22
import * as React from "react";
33

4-
import { type Signal } from "@preact/signals-core";
4+
import { type Signal } from "@preact/signals";
55
import { IS_BROWSER } from "fresh/runtime.ts";
66
import { createElement as h } from "preact";
77
import * as Plot from "../../deps/@observablehq/plot.ts";

tests/fixture-plugins-mdx/deno.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"react": "npm:[email protected]/compat",
4040
"react-dom": "npm:[email protected]/compat",
4141
"@preact/signals": "npm:@preact/[email protected]",
42-
"@preact/signals-core": "npm:@preact/[email protected]",
4342
"@std/dotenv": "jsr:@std/[email protected]"
4443
}
4544
}

tests/fixture-plugins-unocss/deno.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"react": "npm:[email protected]/compat",
3434
"react-dom": "npm:[email protected]/compat",
3535
"@preact/signals": "npm:@preact/[email protected]",
36-
"@preact/signals-core": "npm:@preact/[email protected]",
3736
"@std/dotenv": "jsr:@std/[email protected]"
3837
}
3938
}

0 commit comments

Comments
 (0)