Skip to content

Commit

Permalink
Bump to Components.js 5.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 17, 2022
1 parent 2930894 commit 203a03b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/semver": "^7.3.4",
"@typescript-eslint/typescript-estree": "^4.6.1",
"comment-parser": "^0.7.6",
"componentsjs": "5.0.0-beta.0",
"componentsjs": "5.0.0-beta.3",
"jsonld-context-parser": "^2.1.5",
"lru-cache": "^6.0.0",
"minimist": "^1.2.5",
Expand Down
21 changes: 5 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2067,10 +2067,10 @@ component-emitter@^1.2.1:
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==

componentsjs@5.0.0-beta.0:
version "5.0.0-beta.0"
resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-5.0.0-beta.0.tgz#f55224e647e7e077e87387e1891a44478ae40e03"
integrity sha512-kdxIpCTDwpXhLFQNiccrm78LCuCxMDXLpWSer8WvaTnHu0RqknOe9IHFOu6qctBpiZyml02lEPIQrj+AEs1Wrw==
componentsjs@5.0.0-beta.3:
version "5.0.0-beta.3"
resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-5.0.0-beta.3.tgz#e03abbfc4f8d630ff8c9a8345ec92308d905ccc8"
integrity sha512-qAhUa4vJ4FsVCQGSg29OOeG00IP80uNzlyHd5eo03lA5qJZJrewzDQ9m6feAx1ljoj3oOr4nEsfxBtZ2ax/G7w==
dependencies:
"@rdfjs/types" "*"
"@types/minimist" "^1.2.0"
Expand All @@ -2079,7 +2079,7 @@ componentsjs@5.0.0-beta.0:
jsonld-context-parser "^2.1.1"
minimist "^1.2.0"
rdf-data-factory "^1.1.0"
rdf-object "^1.12.0"
rdf-object "^1.13.0"
rdf-parse "^1.9.1"
rdf-quad "^1.5.0"
rdf-terms "^1.7.0"
Expand Down Expand Up @@ -5541,17 +5541,6 @@ rdf-literal@^1.2.0:
"@types/rdf-js" "^4.0.0"
rdf-data-factory "^1.0.1"

rdf-object@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-1.12.0.tgz#76f786f333a5bd4eb9f11b10af8879950123249e"
integrity sha512-LF4LjYCneh2RJcUSPWbTfGgsYqRMcElmHDR3lPkMrJQ6azrCqY9DLdVWaqK7xRn1ujeHWiOkS34ThTZgzzvuUQ==
dependencies:
"@rdfjs/types" "*"
jsonld-context-parser "^2.0.2"
rdf-data-factory "^1.1.0"
rdf-string "^1.6.0"
streamify-array "^1.0.1"

rdf-object@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-1.13.0.tgz#8914d09de1430fcc76a197f2ee1ecab8c341e852"
Expand Down

0 comments on commit 203a03b

Please sign in to comment.