Import upstream changes (53160aca58eab95c0d3ff4761714aadde13573e4)

This commit is contained in:
Lit Robot
2022-05-25 23:04:51 +00:00
parent ad1a384afd
commit 5f438eee02
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# @lit/lit-starter-ts # @lit/lit-starter-ts
## 1.0.4
### Patch Changes
- [#2922](https://github.com/lit/lit/pull/2922) [`da9db86a`](https://github.com/lit/lit/commit/da9db86a33cba710d439e254df2492f9f6dcbbee) - Update dependencies and remove unused dependencies
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@lit/lit-starter-ts", "name": "@lit/lit-starter-ts",
"private": true, "private": true,
"version": "1.0.3", "version": "1.0.4",
"description": "A simple web component", "description": "A simple web component",
"main": "my-element.js", "main": "my-element.js",
"module": "my-element.js", "module": "my-element.js",