Skip to content

Commit

Permalink
Update Comunica monorepo packages to v2.5.1 (comunica#87)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 17, 2022
1 parent b5e71b2 commit b2c19e6
Show file tree
Hide file tree
Showing 6 changed files with 2,148 additions and 269 deletions.
8 changes: 4 additions & 4 deletions engines/query-sparql-link-traversal-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth": "^0.0.1",
"@comunica/context-entries-link-traversal": "^0.0.1",
"@comunica/config-query-sparql-link-traversal": "^0.0.1",
"@comunica/actor-init-query": "2.4.3",
"@comunica/context-entries": "2.4.0",
"@comunica/core": "2.4.0",
"@comunica/runner-cli": "2.4.0"
"@comunica/actor-init-query": "2.5.1",
"@comunica/context-entries": "2.5.1",
"@comunica/core": "2.5.1",
"@comunica/runner-cli": "2.5.1"
},
"scripts": {
"build": "npm run build:ts",
Expand Down
2 changes: 1 addition & 1 deletion engines/query-sparql-link-traversal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"engine-default.js"
],
"dependencies": {
"@comunica/query-sparql": "2.4.3",
"@comunica/query-sparql": "2.5.1",
"@comunica/actor-optimize-query-operation-set-seed-sources-quadpattern-iris": "^0.0.1",
"@comunica/actor-rdf-join-entries-sort-traversal-zero-knowledge": "^0.0.1",
"@comunica/actor-rdf-metadata-extract-traverse": "^0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"resolutions": {
"@types/yargs": "17.0.13",
"@types/node": "^18.0.0",
"@comunica/actor-rdf-resolve-quad-pattern-federated": "2.4.0",
"@comunica/actor-rdf-join-inner-multi-bind": "2.4.0"
"@comunica/actor-rdf-resolve-quad-pattern-federated": "2.5.1",
"@comunica/actor-rdf-join-inner-multi-bind": "2.5.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "2.4.0",
"@comunica/bus-rdf-resolve-hypermedia-links": "2.4.0",
"@comunica/core": "2.5.1",
"@comunica/bus-rdf-resolve-hypermedia-links": "2.5.1",
"@comunica/context-entries-link-traversal": "^0.0.1",
"rdf-data-factory": "^1.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@comunica/bus-rdf-resolve-hypermedia-links": "^2.0.1",
"@comunica/context-entries": "2.4.0",
"@comunica/context-entries": "2.5.1",
"@comunica/context-entries-link-traversal": "^0.0.1",
"@comunica/core": "^2.0.1"
},
Expand Down
Loading

0 comments on commit b2c19e6

Please sign in to comment.