Skip to content

Commit

Permalink
build(deps): lit v3 (#174)
Browse files Browse the repository at this point in the history
* build(deps): lit v3

* build(deps): lit v3
  • Loading branch information
tpluscode authored Aug 15, 2024
1 parent 815ce37 commit ff2a29e
Show file tree
Hide file tree
Showing 9 changed files with 716 additions and 184 deletions.
10 changes: 10 additions & 0 deletions .changeset/silly-countries-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@rdfjs-elements/editor-base': patch
'@rdfjs-elements/lit-helpers': patch
'@rdfjs-elements/rdf-editor': patch
'@rdfjs-elements/rdf-snippet': patch
'rdfjs-elements-demos': patch
'@rdfjs-elements/sparql-editor': patch
---

Updated lit to v3
864 changes: 693 additions & 171 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rdfjs-elements",
"version": "0.0.0",
"description": "RDJ/JS Web Components",
"description": "RDF/JS Web Components",
"main": "index.js",
"type": "module",
"author": "Zazuko GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tpluscode/rdf-ns-builders": ">=3.0.2",
"@vanillawc/wc-codemirror": "^1.9.7",
"codemirror": "^5.61.1",
"lit": "^2",
"lit": "^3",
"throttle-debounce": "^3.0.1"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tpluscode/rdf-ns-builders": ">=3.0.2",
"@ungap/event-target": "^0.2.3",
"clownface": "^2",
"lit": "^2"
"lit": "^3"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +35,7 @@
"@types/clownface": "^2.0.7"
},
"devDependencies": {
"@open-wc/testing": "^3.1.6",
"@open-wc/testing": "^4.0.0",
"@rdfine/rdfs": "^0.8.4",
"@rdfjs/types": "^1.1.0",
"@tpluscode/rdfine": "^0.7.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdf-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"string-to-stream": "^3.0.1"
},
"devDependencies": {
"@open-wc/testing": "^3.0.3",
"@open-wc/testing": "^4.0.0",
"@rdfjs-elements/testing": "^0.1.0",
"api-viewer-element": "^1.0.0-pre.3"
"api-viewer-element": "^1.0.0-pre.10"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/rdf-snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"homepage": "https://zazuko.github.io/rdfjs-elements/rdf-snippet/",
"dependencies": {
"@rdfjs-elements/rdf-editor": "^0.5.3",
"lit": "^2"
"lit": "^3"
},
"devDependencies": {
"@open-wc/testing": "^3.0.3",
"@open-wc/testing-helpers": "^2.0.2",
"@open-wc/testing": "^4.0.0",
"@open-wc/testing-helpers": "^3.0.1",
"@rdfjs-elements/testing": "^0.1.0",
"api-viewer-element": "^1.0.0-pre.3"
"api-viewer-element": "^1.0.0-pre.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/rdfjs-elements-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"analyze:lit": "lit-analyzer --strict --quiet --rules.no-invalid-css off"
},
"dependencies": {
"lit": "^2",
"lit": "^3",
"@rdfjs-elements/rdf-editor": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/sparql-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"sparqljs": "^3.6.2"
},
"devDependencies": {
"@open-wc/testing": "^3",
"@open-wc/testing": "^4.0.0",
"@rdfjs-elements/testing": "^0.1.0",
"api-viewer-element": "^1.0.0-pre.3"
"api-viewer-element": "^1.0.0-pre.10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ff2a29e

Please sign in to comment.