From eb5b075c013f8338fb8b2eb9239219095c85d59d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Oct 2022 14:24:20 +0200 Subject: update deps, move idb-bridge to node16 module resolution --- packages/idb-bridge/src/util/FakeEventTarget.ts | 2 +- packages/idb-bridge/src/util/normalizeKeyPath.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/idb-bridge/src/util') diff --git a/packages/idb-bridge/src/util/FakeEventTarget.ts b/packages/idb-bridge/src/util/FakeEventTarget.ts index 7ff220711..79f57cce3 100644 --- a/packages/idb-bridge/src/util/FakeEventTarget.ts +++ b/packages/idb-bridge/src/util/FakeEventTarget.ts @@ -21,7 +21,7 @@ import { Event, EventListenerOrEventListenerObject, EventListener, -} from "../idbtypes"; +} from "../idbtypes.js"; type EventTypeProp = | "onabort" diff --git a/packages/idb-bridge/src/util/normalizeKeyPath.ts b/packages/idb-bridge/src/util/normalizeKeyPath.ts index 4e194b2d1..b79f54fd1 100644 --- a/packages/idb-bridge/src/util/normalizeKeyPath.ts +++ b/packages/idb-bridge/src/util/normalizeKeyPath.ts @@ -15,7 +15,7 @@ permissions and limitations under the License. */ -import { IDBKeyPath } from "../idbtypes"; +import { IDBKeyPath } from "../idbtypes.js"; export function normalizeKeyPath( keyPath: IDBKeyPath | IDBKeyPath[], -- cgit v1.2.3