Skip to content

Commit

Permalink
Narrow @rdfjs/types to v1 range
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 8, 2025
1 parent 96fa318 commit 85ec7a5
Show file tree
Hide file tree
Showing 2 changed files with 2,914 additions and 2,884 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdf-data-factory",
"version": "1.1.2",
"version": "1.1.3",
"description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.",
"keywords": [
"rdf",
Expand Down Expand Up @@ -28,7 +28,7 @@
"index.js"
],
"dependencies": {
"@rdfjs/types": "*"
"@rdfjs/types": "^1.0.0"
},
"pre-commit": [
"build",
Expand Down Expand Up @@ -87,7 +87,5 @@
"prepare": "npm run build",
"version": "manual-git-changelog onversion"
},
"resolutions": {
"@types/rdf-js": "4.0.1"
}
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit 85ec7a5

Please sign in to comment.