File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import "@shoelace-style/shoelace/dist/themes/light.css"
2- import SlTextarea from "@shoelace-style/shoelace/dist/components/textarea/textarea.js"
2+ import SlTextarea from "@shoelace-style/shoelace/dist/components/textarea/textarea.component. js"
33
44import { html , css } from "lit"
55import { property , query , customElement } from "lit/decorators.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webwriter/ww-textarea" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " Let the user enter text" ,
55 "keywords" : [
66 " webwriter-widget"
1010 "main" : " index.ts" ,
1111 "scripts" : {},
1212 "dependencies" : {
13- "@shoelace-style/shoelace" : " ^2.5.1 " ,
14- "@webwriter/lit" : " ^0.4.1 " ,
15- "lit" : " ^2.3.1 "
13+ "@shoelace-style/shoelace" : " ^2.10.0 " ,
14+ "@webwriter/lit" : " ^0.4.2 " ,
15+ "lit" : " ^2.8.0 "
1616 },
1717 "publishConfig" : {
1818 "access" : " public"
1919 },
2020 "type" : " module" ,
2121 "gitHead" : " 0fd0c30304aba6738f14ee1ec687b3d4614f7c60"
22- }
22+ }
You can’t perform that action at this time.
0 commit comments