Skip to content

Commit 72c4cc2

Browse files
committed
chore: update test and script references
1 parent 4becf8c commit 72c4cc2

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

packages/demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"dependencies": {
1717
"@launchdarkly/js-client-sdk": "^0.11.0",
1818
"@launchdarkly/toolbar": "workspace:*",
19-
"launchdarkly-js-client-sdk": "^3.9.0",
2019
"launchdarkly-react-client-sdk": "^3.9.0",
2120
"msw": "^2.12.4",
2221
"react": "^19.2.3",

packages/toolbar/src/core/tests/context-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect, test, describe } from 'vitest';
2-
import type { LDContext, LDMultiKindContext, LDSingleKindContext } from 'launchdarkly-js-client-sdk';
2+
import type { LDContext, LDMultiKindContext, LDSingleKindContext } from '@launchdarkly/js-client-sdk';
33
import {
44
generateContextId,
55
areContextsEqual,

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)