Skip to content

Commit

Permalink
Update to rdf-data-factory v2
Browse files Browse the repository at this point in the history
This includes a bump to @rdfjs/[email protected],
which requires TypeScript 5 and Node 14+.
  • Loading branch information
rubensworks authored and joachimvh committed Jan 9, 2025
1 parent 6091dd6 commit 75ca1c0
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 59 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
Expand Down
156 changes: 103 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
"test": "jest"
},
"dependencies": {
"@rdfjs/types": "*",
"@types/sparqljs": "^3.1.3",
"fast-deep-equal": "^3.1.3",
"minimist": "^1.2.6",
"rdf-data-factory": "^1.1.0",
"rdf-isomorphic": "^1.3.0",
"rdf-string": "^1.6.0",
"rdf-terms": "^1.10.0",
"rdf-data-factory": "^2.0.1",
"rdf-isomorphic": "^2.0.0",
"rdf-string": "^2.0.0",
"rdf-terms": "^2.0.0",
"sparqljs": "^3.7.1"
},
"devDependencies": {
Expand Down

0 comments on commit 75ca1c0

Please sign in to comment.