Skip to content

Commit

Permalink
fix: make rdfjs/types a direct dependency since it forms part of the …
Browse files Browse the repository at this point in the history
…public api
  • Loading branch information
jeswr committed Feb 9, 2024
1 parent 4182416 commit a298148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"test"
],
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@types/jest": "^28.0.0",
"@types/minimist": "^1.2.0",
"coveralls": "^3.0.0",
Expand Down Expand Up @@ -77,6 +76,7 @@
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@rdfjs/types": "*",
"rdf-literal": "^1.3.2",
"sparqljson-parse": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@rdfjs/types@*", "@rdfjs/types@^1.1.0":
"@rdfjs/types@*":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@rdfjs/types/-/types-1.1.0.tgz#098f180b7cccb03bb416c7b4d03baaa9d480e36b"
integrity sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==
Expand Down

0 comments on commit a298148

Please sign in to comment.