Skip to content

Commit

Permalink
fix: lit dependencies (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Dec 12, 2023
1 parent 91fc4d0 commit 4be919e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion card-overlay.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css, html, LitElement } from 'lit-element';
import { css, html, LitElement } from 'lit';
import { bodyStandardStyles } from '@brightspace-ui/core/components/typography/styles.js';
import { SkeletonMixin } from '@brightspace-ui/core/components/skeleton/skeleton-mixin.js';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"dependencies": {
"@brightspace-ui/core": "^2",
"lit-element": "^3"
"lit": "^2"
}
}

0 comments on commit 4be919e

Please sign in to comment.