Skip to content

Commit

Permalink
fix(grid): added lit dependency (#3489)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com>
  • Loading branch information
Rajdeep Chandra and Rajdeep Chandra committed Jul 25, 2023
1 parent 815fa8d commit fb5f166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/grid/package.json
Expand Up @@ -65,7 +65,8 @@
"@lit-labs/observers": "^2.0.0",
"@lit-labs/virtualizer": "^2.0.2",
"@spectrum-web-components/base": "^0.34.0",
"@spectrum-web-components/reactive-controllers": "^0.34.0"
"@spectrum-web-components/reactive-controllers": "^0.34.0",
"lit": "^2.5.0"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down

0 comments on commit fb5f166

Please sign in to comment.