Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/build-pus…
Browse files Browse the repository at this point in the history
…h-action-6.13.0
  • Loading branch information
ddeboer authored Feb 3, 2025
2 parents 15a29fc + 203cdc2 commit ce6957a
Show file tree
Hide file tree
Showing 7 changed files with 650 additions and 160 deletions.
780 changes: 635 additions & 145 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.6.0",
"@qiwi/multi-semantic-release": "^5.0.0",
"@rdfjs/types": "^1.1.2",
"@rdfjs/types": "^2.0.1",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"gts": "^5.3.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-coverage-thresholds-bumper": "^1.1.0",
"typescript": "^5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{
"@id": "https://data.cultureelerfgoed.nl/PoolParty/sparql/term/id/abr",
"@type": "DataDownload",
"contentUrl": "https://data.cultureelerfgoed.nl/PoolParty/sparql/term/id/abr",
"contentUrl": "https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/abr",
"encodingFormat": "application/sparql-query",
"potentialAction": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/network-of-terms-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/rdf-ext": "^2.5.0",
"gts": "^5.3.1",
"jsonld-streaming-parser": "^4.0.1",
"rdf-data-factory": "^1.1.2",
"rdf-data-factory": "^2.0.2",
"rdf-ext": "^2.5.2",
"rdf-validate-shacl": "^0.5.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/network-of-terms-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"build/"
],
"dependencies": {
"@fastify/cors": "10.0.1",
"@fastify/cors": "10.0.2",
"@hapi/hoek": "11.0.7",
"@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*",
"@netwerk-digitaal-erfgoed/network-of-terms-query": "*",
"@rdfjs/data-model": "2.0.2",
"@rdfjs/data-model": "2.1.0",
"env-schema": "6.0.0",
"fastify": "5.1.0",
"fastify": "5.2.1",
"joi": "17.13.3",
"mercurius": "15.1.0",
"mercurius-logging": "2.0.0"
},
"devDependencies": {
"@types/rdfjs__data-model": "2.0.8",
"@types/rdfjs__data-model": "2.0.9",
"jest-dev-server": "11.0.0",
"ts-node-dev": "2.0.0",
"tsc-watch": "6.2.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/network-of-terms-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@comunica/utils-bindings-factory": "^4.0.2",
"@hapi/hoek": "^11.0.7",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-metrics-otlp-proto": "0.57.0",
"@opentelemetry/resources": "1.30.0",
"@opentelemetry/sdk-metrics": "1.30.0",
"@opentelemetry/exporter-metrics-otlp-proto": "0.57.1",
"@opentelemetry/resources": "1.30.1",
"@opentelemetry/sdk-metrics": "1.30.1",
"@opentelemetry/semantic-conventions": "1.28.0",
"@rdfjs/data-model": "^2.0.2",
"@rdfjs/data-model": "^2.1.0",
"env-schema": "^6.0.0",
"joi": "^17.13.3",
"pino": "^9.4.0",
"pino-pretty": "^13.0.0",
"pretty-ms": "^9.2.0",
"rdf-data-factory": "^1.1.2",
"rdf-data-factory": "^2.0.2",
"rdf-store-stream": "^2.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/network-of-terms-reconciliation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"dependencies": {
"@fastify/accepts": "5.0.1",
"@fastify/cors": "10.0.1",
"@fastify/cors": "10.0.2",
"@fastify/formbody": "8.0.1",
"@hapi/hoek": "11.0.7",
"@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*",
"@netwerk-digitaal-erfgoed/network-of-terms-query": "*",
"env-schema": "6.0.0",
"fastify": "5.1.0",
"fastify": "5.2.1",
"string-comparison": "1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit ce6957a

Please sign in to comment.