Skip to content

Commit

Permalink
fix: Align lit versions (#183)
Browse files Browse the repository at this point in the history
* align lit versions

* upgrade turbo

* upgrade to latest lit
  • Loading branch information
madsrasmussen authored and iOvergaard committed Apr 13, 2022
1 parent 1da28ee commit e15536e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
31 changes: 17 additions & 14 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 @@ -59,7 +59,7 @@
"npm": ">=8.0.0 < 9"
},
"dependencies": {
"lit": "2.2.1"
"lit": "^2.2.2"
},
"devDependencies": {
"@babel/core": "7.17.8",
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 @@ -24,7 +24,7 @@
"lib/**/*.js"
],
"dependencies": {
"lit": "^2.0.0"
"lit": "^2.2.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.0.0"
"lit": "^2.2.2"
},
"scripts": {
"build": "npm run build:cssprops && tsc --build --force && rollup -c rollup.config.js",
Expand Down

0 comments on commit e15536e

Please sign in to comment.