Skip to content

Commit

Permalink
fix: include all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Jul 20, 2022
1 parent a140dde commit c80d244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/swatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
"lit-html"
],
"dependencies": {
"@lit-labs/observers": "^1.0.1",
"@spectrum-web-components/base": "^0.5.8",
"@spectrum-web-components/icon": "^0.11.11",
"@spectrum-web-components/icons-ui": "^0.8.11",
"@spectrum-web-components/reactive-controllers": "^0.2.4",
"@spectrum-web-components/shared": "^0.14.4",
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/swatch/src/SwatchGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import {
SpectrumElement,
TemplateResult,
} from '@spectrum-web-components/base';
import { property } from '@spectrum-web-components/base/src/decorators.js';
import { RovingTabindexController } from '@spectrum-web-components/reactive-controllers/src/RovingTabindex.js';
import { MutationController } from '@lit-labs/observers/mutation_controller.js';
import { property } from 'lit/decorators.js';

import styles from './swatch-group.css.js';
import type {
Expand Down

0 comments on commit c80d244

Please sign in to comment.