Skip to content

Commit

Permalink
Fix Quad type import in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur committed Feb 6, 2024
1 parent 1f215b0 commit 350f333
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rdfjs/types@*":
"@rdfjs/types@*", "@rdfjs/types@>=1.0.0", "@rdfjs/types@^1.1.0":
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 Expand Up @@ -1153,12 +1153,12 @@
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/n3@^1.10.3", "@types/n3@^1.4.4":
version "1.10.4"
resolved "https://registry.yarnpkg.com/@types/n3/-/n3-1.10.4.tgz#fd23d15fd7e47cf6d199d1f44ac5d6930cc50905"
integrity sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==
version "1.16.4"
resolved "https://registry.yarnpkg.com/@types/n3/-/n3-1.16.4.tgz#007f489eb848a6a8ac586b037b8eea281da5730f"
integrity sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w==
dependencies:
"@rdfjs/types" "^1.1.0"
"@types/node" "*"
rdf-js "^4.0.2"

"@types/node@*", "@types/node@^18.0.0":
version "18.15.3"
Expand Down Expand Up @@ -1214,11 +1214,11 @@
integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==

"@types/sparqljs@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@types/sparqljs/-/sparqljs-3.1.3.tgz#e4b9a2511bc2f14f564559ed6cf567835791a7e9"
integrity sha512-nmFgmR6ns4i8sg9fYu+293H+PMLKmDOZy34sgwgAeUEEiIqSs4guj5aCZRt3gq1g0yuKXkqrxLDq/684g7pGtQ==
version "3.1.10"
resolved "https://registry.yarnpkg.com/@types/sparqljs/-/sparqljs-3.1.10.tgz#69e914c4c58e6b9adf4d4e5853fedd3c6bc3acf8"
integrity sha512-rqMpUhl/d8B+vaACa6ZVdwPQ1JXw+KxiCc0cndgn/V6moRG3WjUAgoBnhSwfKtXD98wgMThDsc6R1+yRUuMsAg==
dependencies:
rdf-js "^4.0.2"
"@rdfjs/types" ">=1.0.0"

"@types/stack-utils@^2.0.0":
version "2.0.1"
Expand Down Expand Up @@ -3494,13 +3494,6 @@ rdf-isomorphic@^1.3.0:
rdf-string "^1.6.0"
rdf-terms "^1.7.0"

rdf-js@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/rdf-js/-/rdf-js-4.0.2.tgz#f01510528bbfc6e004012b71a8a533896c4c4c10"
integrity sha512-ApvlFa/WsQh8LpPK/6hctQwG06Z9ztQQGWVtrcrf9L6+sejHNXLPOqL+w7q3hF+iL0C4sv3AX1PUtGkLNzyZ0Q==
dependencies:
"@rdfjs/types" "*"

rdf-literal@^1.2.0, rdf-literal@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/rdf-literal/-/rdf-literal-1.3.0.tgz#7524f09e51ae25ca03b1d600260a0f6834fe0baf"
Expand Down

0 comments on commit 350f333

Please sign in to comment.