Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore(lit): update lit dependencies (#745)
Browse files Browse the repository at this point in the history
* chore(lit): update lit depencies

* chore: add yarn resolution
  • Loading branch information
abdonrd authored Nov 4, 2021
1 parent a5bcb85 commit 86b7d45
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
Binary file removed .yarn/offline-mirror/lit-element-2.3.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/lit-element-2.5.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/lit-html-1.3.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/lit-html-1.4.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/codesandbox/data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"carbon-components": "~10.34.0",
"carbon-web-components": "^1.0.0",
"lit-element": "^2.2.0",
"lit-html": "^1.1.0",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
"lodash-es": "^4.17.0"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@
},
"resolutions": {
"babel-plugin-transform-vue-jsx": "^4.0.0",
"lit-html": "^1.4.0",
"prettier": "^1.19.0"
},
"dependencies": {
"@babel/runtime": "^7.8.0",
"carbon-components": "10.47.0",
"lit-element": "2.3.1",
"lit-html": "1.3.0",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15681,17 +15681,17 @@ listr2@^3.2.2:
through "^2.3.8"
wrap-ansi "^7.0.0"

lit-element@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.3.1.tgz#73343b978fa1e73d60526c6bb6ad60f53a16c343"
integrity sha512-tOcUAmeO3BzwiQ7FGWdsshNvC0HVHcTFYw/TLIImmKwXYoV0E7zCBASa8IJ7DiP4cen/Yoj454gS0qqTnIGsFA==
lit-element@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.5.1.tgz#3fa74b121a6cd22902409ae3859b7847d01aa6b6"
integrity sha512-ogu7PiJTA33bEK0xGu1dmaX5vhcRjBXCFexPja0e7P7jqLhTpNKYRPmE+GmiCaRVAbiQKGkUgkh/i6+bh++dPQ==
dependencies:
lit-html "^1.1.1"

lit-html@1.3.0, lit-html@^1.1.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.3.0.tgz#c80f3cc5793a6dea6c07172be90a70ab20e56034"
integrity sha512-0Q1bwmaFH9O14vycPHw8C/IeHMk/uSDldVLIefu/kfbTBGIc44KGH6A8p1bDfxUfHdc8q6Ct7kQklWoHgr4t1Q==
lit-html@^1.1.1, lit-html@^1.4.0, lit-html@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0"
integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==

load-json-file@^1.0.0:
version "1.1.0"
Expand Down

0 comments on commit 86b7d45

Please sign in to comment.