Skip to content

Commit

Permalink
Update Comunica monorepo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent a81d954 commit 035a599
Show file tree
Hide file tree
Showing 7 changed files with 3,591 additions and 1,428 deletions.
2 changes: 1 addition & 1 deletion engines/config-query-sparql-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"build:components": "componentsjs-generator"
},
"dependencies": {
"@comunica/config-query-sparql": "^2.2.0"
"@comunica/config-query-sparql": "^4.0.0"
}
}
6 changes: 3 additions & 3 deletions engines/query-sparql-ostrich/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"engine-default.js"
],
"dependencies": {
"@comunica/query-sparql": "^2.4.3",
"@comunica/actor-init-query": "^2.4.3",
"@comunica/runner-cli": "^2.4.0",
"@comunica/query-sparql": "^4.0.0",
"@comunica/actor-init-query": "^4.0.0",
"@comunica/runner-cli": "^4.0.0",
"@comunica/config-query-sparql-versioning": "^2.0.0",
"@comunica/actor-query-operation-contextify-version": "^2.0.0",
"@comunica/actor-rdf-resolve-quad-pattern-ostrich": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/core": "^7.16.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@comunica/jest": "^2.4.0",
"@comunica/jest": "^3.0.0",
"rdf-data-factory": "^1.1.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "^2.4.0",
"@comunica/core": "^4.0.0",
"@comunica/context-entries-versioning": "^2.0.0",
"@comunica/types-versioning": "^2.0.0",
"@comunica/bus-query-operation": "^2.4.0",
"@comunica/bus-query-operation": "^4.0.0",
"sparqlalgebrajs": "^4.0.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-rdf-resolve-quad-pattern-ostrich/package.json
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/context-entries": "^2.4.0",
"@comunica/core": "^4.0.0",
"@comunica/context-entries": "^4.0.0",
"@comunica/context-entries-versioning": "^2.0.0",
"@comunica/bus-rdf-resolve-quad-pattern": "^2.4.0",
"@comunica/types-versioning": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/context-entries-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lib/**/*.js.map"
],
"dependencies": {
"@comunica/core": "^2.2.0",
"@comunica/core": "^4.0.0",
"@comunica/types-versioning": "^2.0.0"
},
"scripts": {
Expand Down
4,999 changes: 3,581 additions & 1,418 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 035a599

Please sign in to comment.