Skip to content

Commit

Permalink
fix: update deps graph, fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicu authored and Westbrook committed Oct 18, 2023
1 parent d05bdc9 commit f633005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/menu/package.json
Expand Up @@ -91,6 +91,7 @@
"@spectrum-web-components/icon": "^0.39.2",
"@spectrum-web-components/icons-ui": "^0.39.2",
"@spectrum-web-components/overlay": "^0.39.2",
"@spectrum-web-components/popover": "^0.39.2",
"@spectrum-web-components/shared": "^0.39.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sidenav/src/Sidenav.ts
Expand Up @@ -23,7 +23,7 @@ import sidenavStyles from './sidenav.css.js';
import { Focusable } from '@spectrum-web-components/shared';
import { SideNavItem } from './SidenavItem.js';
import { SideNavHeading } from './SidenavHeading.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import { ifDefined } from '@spectrum-web-components/base/src/directives.js';

export interface SidenavSelectDetail {
value: string;
Expand Down
3 changes: 3 additions & 0 deletions tools/opacity-checkerboard/package.json
Expand Up @@ -42,6 +42,9 @@
"lit-element",
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.39.2"
},
"devDependencies": {
"@spectrum-css/opacitycheckerboard": "^1.0.4"
},
Expand Down

0 comments on commit f633005

Please sign in to comment.