Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rdf-object to v3 #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"jsonld-context-parser": "^3.0.0",
"lru-cache": "^6.0.0",
"minimist": "^1.2.5",
"rdf-object": "^2.0.0",
"rdf-object": "^3.0.0",
"semver": "^7.3.2"
},
"devDependencies": {
Expand Down
41 changes: 40 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,15 @@ __metadata:
languageName: node
linkType: hard

"@rdfjs/types@npm:^2.0.0":
version: 2.0.0
resolution: "@rdfjs/types@npm:2.0.0"
dependencies:
"@types/node": "npm:*"
checksum: de53d967f9a29fd4ad729c426ea71db9bf0f51cfca98f47de504f288ccd7f9dd6e70bc6df76530b273cf267e3661a5c5163019c011c28af90d3851e5a1ace3fa
languageName: node
linkType: hard

"@rubensworks/eslint-config@npm:^3.0.0":
version: 3.0.0
resolution: "@rubensworks/eslint-config@npm:3.0.0"
Expand Down Expand Up @@ -3405,7 +3414,7 @@ __metadata:
lru-cache: "npm:^6.0.0"
manual-git-changelog: "npm:^1.0.1"
minimist: "npm:^1.2.5"
rdf-object: "npm:^2.0.0"
rdf-object: "npm:^3.0.0"
rimraf: "npm:latest"
semver: "npm:^7.3.2"
ts-jest: "npm:^29.1.2"
Expand Down Expand Up @@ -8184,6 +8193,15 @@ __metadata:
languageName: node
linkType: hard

"rdf-data-factory@npm:^2.0.0, rdf-data-factory@npm:^2.0.1":
version: 2.0.2
resolution: "rdf-data-factory@npm:2.0.2"
dependencies:
"@rdfjs/types": "npm:^2.0.0"
checksum: 5c72ebc22f4910fd35bf3efb1e1def10785aca6f8d22dd8cee34c9ffb764225698ebdfeaf09a2afba6c25e17733940ab52cefd5c751cc2720b29b5ee56ef32ee
languageName: node
linkType: hard

"rdf-isomorphic@npm:^1.3.0":
version: 1.3.1
resolution: "rdf-isomorphic@npm:1.3.1"
Expand Down Expand Up @@ -8228,6 +8246,18 @@ __metadata:
languageName: node
linkType: hard

"rdf-object@npm:^3.0.0":
version: 3.0.0
resolution: "rdf-object@npm:3.0.0"
dependencies:
jsonld-context-parser: "npm:^3.0.0"
rdf-data-factory: "npm:^2.0.1"
rdf-string: "npm:^2.0.0"
streamify-array: "npm:^1.0.1"
checksum: 3e348d01b1dfebf79b7b8bdb3dfa43d9be1c831e7bef2191caa5e43c30ed85c5f82254e28e7692bb1542fe44c5c60c1897c0950518bb14d5695dd289001b7458
languageName: node
linkType: hard

"rdf-parse@npm:^2.0.0":
version: 2.3.2
resolution: "rdf-parse@npm:2.3.2"
Expand Down Expand Up @@ -8281,6 +8311,15 @@ __metadata:
languageName: node
linkType: hard

"rdf-string@npm:^2.0.0":
version: 2.0.1
resolution: "rdf-string@npm:2.0.1"
dependencies:
rdf-data-factory: "npm:^2.0.0"
checksum: e3223a3d0baa0486b9c6d2ed91e8d8a9d42eca05faf5727f2798860890b17bde698a6c13faee8b1482c06b88c216c5d60aa579e3256af236dbf95224cb24c69d
languageName: node
linkType: hard

"rdf-terms@npm:^1.10.0, rdf-terms@npm:^1.7.0":
version: 1.11.0
resolution: "rdf-terms@npm:1.11.0"
Expand Down
Loading