Skip to content

Commit

Permalink
Update Comunica monorepo packages to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 9f2e8c3 commit 54925b2
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 112 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test"
],
"devDependencies": {
"@comunica/runner": "^2.0.3",
"@comunica/runner": "^3.0.0",
"@types/jest": "^29.0.0",
"@types/n3": "^1.10.4",
"arrayify-stream": "^1.0.0",
Expand Down Expand Up @@ -91,27 +91,27 @@
"spec-clean": "rm -r .rdf-test-suite-cache/"
},
"dependencies": {
"@comunica/actor-http-fetch": "^2.0.1",
"@comunica/actor-http-proxy": "^2.0.1",
"@comunica/actor-rdf-parse-html": "^2.0.1",
"@comunica/actor-rdf-parse-html-microdata": "^2.0.1",
"@comunica/actor-rdf-parse-html-rdfa": "^2.0.1",
"@comunica/actor-rdf-parse-html-script": "^2.0.1",
"@comunica/actor-rdf-parse-jsonld": "^2.0.1",
"@comunica/actor-rdf-parse-n3": "^2.0.1",
"@comunica/actor-rdf-parse-rdfxml": "^2.0.1",
"@comunica/actor-rdf-parse-shaclc": "^2.6.2",
"@comunica/actor-rdf-parse-xml-rdfa": "^2.0.1",
"@comunica/bus-http": "^2.0.1",
"@comunica/bus-init": "^2.0.1",
"@comunica/bus-rdf-parse": "^2.0.1",
"@comunica/bus-rdf-parse-html": "^2.0.1",
"@comunica/config-query-sparql": "^2.0.1",
"@comunica/core": "^2.0.1",
"@comunica/mediator-combine-pipeline": "^2.0.1",
"@comunica/mediator-combine-union": "^2.0.1",
"@comunica/mediator-number": "^2.0.1",
"@comunica/mediator-race": "^2.0.1",
"@comunica/actor-http-fetch": "^3.0.0",
"@comunica/actor-http-proxy": "^3.0.0",
"@comunica/actor-rdf-parse-html": "^3.0.0",
"@comunica/actor-rdf-parse-html-microdata": "^3.0.0",
"@comunica/actor-rdf-parse-html-rdfa": "^3.0.0",
"@comunica/actor-rdf-parse-html-script": "^3.0.0",
"@comunica/actor-rdf-parse-jsonld": "^3.0.0",
"@comunica/actor-rdf-parse-n3": "^3.0.0",
"@comunica/actor-rdf-parse-rdfxml": "^3.0.0",
"@comunica/actor-rdf-parse-shaclc": "^3.0.0",
"@comunica/actor-rdf-parse-xml-rdfa": "^3.0.0",
"@comunica/bus-http": "^3.0.0",
"@comunica/bus-init": "^3.0.0",
"@comunica/bus-rdf-parse": "^3.0.0",
"@comunica/bus-rdf-parse-html": "^3.0.0",
"@comunica/config-query-sparql": "^3.0.0",
"@comunica/core": "^3.0.0",
"@comunica/mediator-combine-pipeline": "^3.0.0",
"@comunica/mediator-combine-union": "^3.0.0",
"@comunica/mediator-number": "^3.0.0",
"@comunica/mediator-race": "^3.0.0",
"@rdfjs/types": "*",
"readable-stream": "^4.3.0",
"stream-to-string": "^1.2.0"
Expand Down
Loading

0 comments on commit 54925b2

Please sign in to comment.