Skip to content

Commit

Permalink
feat: upgrade lit to 2.1.1 (#156)
Browse files Browse the repository at this point in the history
wsuwt authored Jan 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b6fbe8e commit 358ca28
Showing 4 changed files with 2,206 additions and 2,956 deletions.
5,156 changes: 2,203 additions & 2,953 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"dependencies": {
"@juggle/resize-observer": "^3.3.1",
"@refinitiv-ui/utils": "^5.1.1",
"lit": "^2.0.0",
"lit": "~2.1.1",
"tslib": "^2.3.1"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"@webcomponents/template": "^1.4.2",
"@webcomponents/webcomponents-platform": "^1.0.0",
"core-js": "^3.14.0",
"lit": "^2.0.0",
"lit": "~2.1.1",
"shady-css-scoped-element": "0.0.2"
},
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/translate/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"dependencies": {
"@refinitiv-ui/i18n": "^5.2.5",
"@refinitiv-ui/phrasebook": "^5.4.0",
"lit": "^2.0.0",
"lit": "~2.1.1",
"tslib": "^2.3.1"
},
"devDependencies": {

0 comments on commit 358ca28

Please sign in to comment.