Skip to content

Commit

Permalink
Update to rdf-data-factory v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 9, 2025
1 parent b8fea5f commit f20676a
Show file tree
Hide file tree
Showing 3 changed files with 1,533 additions and 2,003 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"test"
],
"devDependencies": {
"@types/graphql": "^14.0.0",
"@types/jest": "^27.0.0",
"@types/minimist": "^1.2.0",
"coveralls": "^3.0.0",
Expand All @@ -50,7 +49,7 @@
"ts-jest": "^27.0.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^5.0.0"
"typescript": "^5.7.2"
},
"jest": {
"globals": {
Expand Down Expand Up @@ -83,10 +82,10 @@
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@rdfjs/types": "*",
"graphql-to-sparql": "^2.4.0",
"graphql-to-sparql": "^5.0.0",
"jsonld-context-parser": "^2.1.0",
"sparqlalgebrajs": "^3.0.2",
"sparqljson-to-tree": "^2.1.0"
}
"sparqlalgebrajs": "^5.0.0",
"sparqljson-to-tree": "^3.0.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit f20676a

Please sign in to comment.