Skip to content

Commit

Permalink
Update Comunica monorepo packages to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2022
1 parent 022ab40 commit 88108d1
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 26 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"node": ">=8.0"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/bus-query-operation": "^2.0.0",
"@comunica/bus-rdf-dereference": "^1.19.2",
"@comunica/bus-rdf-membership-filter": "^1.0.0",
"@comunica/bus-rdf-metadata-extract": "^1.19.2",
"@comunica/core": "^1.19.2",
"@comunica/bus-rdf-metadata-extract": "^2.0.0",
"@comunica/core": "^2.0.0",
"@rdfjs/data-model": "^2.0.0",
"@strictsoftware/typedoc-plugin-monorepo": "^0.4.0",
"@types/bloem": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-init-sparql-prov4itdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@comunica/actor-http-solid-auth-fetch": "^1.0.1",
"@comunica/actor-init-sparql": "^1.19.0",
"@comunica/runner": "^1.19.0",
"@comunica/runner-cli": "^1.19.0"
"@comunica/runner": "^2.0.0",
"@comunica/runner-cli": "^2.0.0"
},
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@comunica/core": "^1.19.2"
},
"devDependencies": {
"@comunica/bus-optimize-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-optimize-query-operation": "^2.0.0",
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@comunica/core": "^1.19.2"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-query-operation": "^2.0.0",
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@comunica/bus-rdf-metadata-extract": "^1.19.0"
},
"devDependencies": {
"@comunica/core": "^1.19.0",
"@comunica/bus-rdf-metadata-extract": "^1.19.0"
"@comunica/core": "^2.0.0",
"@comunica/bus-rdf-metadata-extract": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
10 changes: 5 additions & 5 deletions packages/actor-rdf-resolve-quad-pattern-federated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
],
"dependencies": {
"@prov4itdata/context-entries": "^1.0.0",
"@comunica/data-factory": "^1.17.0",
"@comunica/data-factory": "^2.0.0",
"@types/rdf-js": "*",
"asynciterator": "^3.0.3",
"rdf-data-factory": "^1.0.3",
"rdf-terms": "^1.6.2",
"sparqlalgebrajs": "^2.4.0"
},
"peerDependencies": {
"@comunica/bus-rdf-resolve-quad-pattern": "^1.0.0",
"@comunica/core": "^1.0.0"
"@comunica/bus-rdf-resolve-quad-pattern": "^1.0.0 || ^2.0.0",
"@comunica/core": "^1.0.0 || ^2.0.0"
},
"devDependencies": {
"@comunica/bus-rdf-resolve-quad-pattern": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-rdf-resolve-quad-pattern": "^2.0.0",
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
Loading

0 comments on commit 88108d1

Please sign in to comment.