Skip to content

Commit

Permalink
[patch] update lit version
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 20, 2023
1 parent ff37321 commit 142c4d5
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 54 deletions.
11 changes: 2 additions & 9 deletions configs/ncu.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ export const ncuConfig: RunOptions = {
// exclude these
reject: [
...baseNcuConfig.reject,
/** Not ready for v3 yet. */
'lit',
/**
* Version >1.0.0 can't handle the decorator we're using in declarative-element.ts. See
* https://github.com/modernweb-dev/web/blob/78226ea9b507c4cc236043d7fb930d28c3c1177c/packages/dev-server-esbuild/CHANGELOG.md#major-changes
*/
'@web/dev-server-esbuild',
/** Not ready for version 5 yet. */
'vite',
/** Other deps aren't ready for 5.3 yet. */
'typescript',
],
// include only these
filter: [],
Expand Down
139 changes: 101 additions & 38 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-vir",
"version": "17.0.0",
"version": "17.0.1",
"keywords": [
"custom",
"web",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@augment-vir/common": "^22.0.0",
"lit": "^2.8.0",
"lit-css-vars": "^3.0.3",
"lit": "^3.1.0",
"lit-css-vars": "^3.0.4",
"object-shape-tester": "^1.0.2",
"run-time-assertions": "^0.2.1"
},
Expand Down Expand Up @@ -86,9 +86,6 @@
"vite-tsconfig-paths": "^4.2.1"
},
"overrides": {
"@lit/reactive-element": "^1.6.3",
"@open-wc/scoped-elements": "2.2.3",
"@open-wc/testing-helpers": "2.3.0",
"semver": "^7.5.4"
"lit": "^3.1.0"
}
}

0 comments on commit 142c4d5

Please sign in to comment.