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 16, 2022
1 parent 963a2e0 commit 7b2b92b
Show file tree
Hide file tree
Showing 10 changed files with 560 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"node": ">=8.0"
},
"devDependencies": {
"@comunica/core": "^1.19.0",
"@comunica/bus-query-operation": "^1.19.0",
"@comunica/core": "^2.0.0",
"@comunica/bus-query-operation": "^2.0.0",
"@comunica/bus-rdf-dereference": "^1.19.0",
"@comunica/bus-rdf-metadata-extract": "^1.19.0",
"@comunica/bus-rdf-metadata-extract": "^2.0.0",
"@comunica/bus-rdf-membership-filter": "^1.0.0",
"@rdfjs/data-model": "^1.1.1",
"@types/jest": "^26.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-init-sparql-amf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@comunica/actor-rdf-membership-filter-gcs": "^1.0.0",
"@comunica/actor-rdf-metadata-extract-membership": "^1.0.0",
"@comunica/bus-rdf-membership-filter": "^1.0.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 @@ -47,8 +47,8 @@
"@comunica/core": "^1.15.0"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.0",
"@comunica/core": "^1.15.0"
"@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 @@ -46,8 +46,8 @@
"@comunica/core": "^1.15.0"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.0",
"@comunica/core": "^1.15.0"
"@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 @@ -47,8 +47,8 @@
"@comunica/core": "^1.15.0"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.0",
"@comunica/core": "^1.15.0"
"@comunica/bus-query-operation": "^2.0.0",
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-membership-filter-bloom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@comunica/bus-rdf-membership-filter": "^1.0.0",
"@comunica/core": "^1.15.0"
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-membership-filter-gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@comunica/bus-rdf-membership-filter": "^1.0.0",
"@comunica/core": "^1.15.0"
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-rdf-metadata-extract-membership/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"devDependencies": {
"@comunica/bus-rdf-dereference": "^1.15.0",
"@comunica/bus-rdf-membership-filter": "^1.0.0",
"@comunica/bus-rdf-metadata-extract": "^1.15.0",
"@comunica/core": "^1.15.0"
"@comunica/bus-rdf-metadata-extract": "^2.0.0",
"@comunica/core": "^2.0.0"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bus-rdf-membership-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@comunica/core": "^1.15.0"
},
"devDependencies": {
"@comunica/core": "^1.15.0"
"@comunica/core": "^2.0.0"
},
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\"",
Expand Down
Loading

0 comments on commit 7b2b92b

Please sign in to comment.