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 55d9a90 commit 939d28d
Show file tree
Hide file tree
Showing 7 changed files with 695 additions and 1,707 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": "^4.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": "^4.0.0",
"@comunica/core": "^4.0.0",
"@rdfjs/data-model": "^2.0.0",
"@strictsoftware/typedoc-plugin-monorepo": "^0.4.0",
"@types/bloem": "^0.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-init-sparql-prov4itdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"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/actor-init-sparql": "^3.0.0",
"@comunica/runner": "^4.0.0",
"@comunica/runner-cli": "^4.0.0"
},
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"index.js"
],
"peerDependencies": {
"@comunica/bus-optimize-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-optimize-query-operation": "^4.0.0",
"@comunica/core": "^4.0.0"
},
"devDependencies": {
"@comunica/bus-optimize-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-optimize-query-operation": "^4.0.0",
"@comunica/core": "^4.0.0"
},
"jest": {
"globals": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"index.js"
],
"peerDependencies": {
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-query-operation": "^4.0.0",
"@comunica/core": "^4.0.0"
},
"devDependencies": {
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
"@comunica/bus-query-operation": "^4.0.0",
"@comunica/core": "^4.0.0"
},
"jest": {
"globals": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"rdf-string": "^1.4.2"
},
"peerDependencies": {
"@comunica/core": "^1.19.0",
"@comunica/bus-rdf-metadata-extract": "^1.19.0"
"@comunica/core": "^4.0.0",
"@comunica/bus-rdf-metadata-extract": "^4.0.0"
},
"devDependencies": {
"@comunica/core": "^1.19.0",
"@comunica/bus-rdf-metadata-extract": "^1.19.0"
"@comunica/core": "^4.0.0",
"@comunica/bus-rdf-metadata-extract": "^4.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": "^3.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": "^2.0.0",
"@comunica/core": "^4.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": "^4.0.0"
},
"jest": {
"globals": {
Expand Down
Loading

0 comments on commit 939d28d

Please sign in to comment.