Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 2, 2023
1 parent c5fb109 commit 502151c
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 358 deletions.
6 changes: 6 additions & 0 deletions configs/ncu.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ 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',
],
// include only these
filter: [],
Expand Down
Loading

0 comments on commit 502151c

Please sign in to comment.