Skip to content

Commit

Permalink
Import upstream changes (d0ecfd7c3c7395a72a2938b5aba0867ab3e44282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Aug 5, 2024
1 parent 3477324 commit 6abfcfa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit/lit-starter-ts

## 2.0.2

### Patch Changes

- [#4682](https://github.com/lit/lit/pull/4682) [`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c) - Update typescript to 5.5.0

- [#4681](https://github.com/lit/lit/pull/4681) [`5463b104`](https://github.com/lit/lit/commit/5463b1046e0589c9ce7041e67cd539ddfba2e5a7) - Update Rollup and Terser dependencies

- Updated dependencies [[`feccc1ba`](https://github.com/lit/lit/commit/feccc1ba8e82b36d07a0e2576381bf2819926b98)]:
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit/lit-starter-ts",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"author": "Google LLC",
"license": "BSD-3-Clause",
"dependencies": {
"lit": "^3.0.0"
"lit": "^3.2.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
Expand Down

0 comments on commit 6abfcfa

Please sign in to comment.