Skip to content

Commit

Permalink
build(deps): bump lit from 2.8.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/[email protected]/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 020f4ff commit ebed28a
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 18 deletions.
167 changes: 152 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"npm": ">=10.1 < 11"
},
"dependencies": {
"lit": "^2.7.6"
"lit": "^3.0.2"
},
"devDependencies": {
"@babel/core": "7.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lib/**/*.js"
],
"dependencies": {
"lit": "^2.3.1"
"lit": "^3.0.2"
},
"scripts": {
"build": "tsc --build --force && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lib/**/*.js"
],
"dependencies": {
"lit": "^2.2.2"
"lit": "^3.0.2"
},
"scripts": {
"build": "npm run build:cssprops && tsc --build --force && rollup -c rollup.config.js",
Expand Down

0 comments on commit ebed28a

Please sign in to comment.