Skip to content

Commit

Permalink
chore: upgrade ldhop to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Jan 25, 2025
1 parent 8a629af commit 5c162a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@inrupt/solid-client-authn-browser": "^2.3.0",
"@ldhop/core": "^0.0.1-alpha.16",
"@ldhop/react": "^0.0.1-alpha.16",
"@ldhop/core": "^0.1.0",
"@ldhop/react": "^0.1.0",
"@ldo/ldo": "^0.0.1-alpha.23",
"@ldo/rdf-utils": "^0.0.1-alpha.24",
"@rdfjs/types": "^1.1.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2922,22 +2922,22 @@
koa-compose "^4.1.0"
path-to-regexp "^6.3.0"

"@ldhop/core@^0.0.1-alpha.15", "@ldhop/core@^0.0.1-alpha.16":
version "0.0.1-alpha.16"
resolved "https://registry.npmjs.org/@ldhop/core/-/core-0.0.1-alpha.16.tgz#18957917157213cac85ef4d0a681c8539a9162d1"
integrity sha512-V3YvT3USbVfrbxf9/FSqUXH2Xu1vo1qFtRW8Kc4mWUkBYJ5/F6lwGf2BKSYpEJEH68f6tB3ZWnysvRhrh9w/Tg==
"@ldhop/core@^0.1.0":
version "0.1.0"
resolved "https://registry.npmjs.org/@ldhop/core/-/core-0.1.0.tgz#b67f1f3503cc4cf02d69c442e47c54db6376d32d"
integrity sha512-89LP9lwgKYXZWM49mcnQS5ZGkRp5cCXEirL8bopNLK9r84wBDhgQVKU9/YG5hgeJHjHcyP64dUCDwrmDcysANQ==
dependencies:
"@emotion/hash" "^0.9.1"
"@types/n3" "^1.16.4"
n3 "^1.17.2"
utility-types "^3.10.0"

"@ldhop/react@^0.0.1-alpha.16":
version "0.0.1-alpha.16"
resolved "https://registry.npmjs.org/@ldhop/react/-/react-0.0.1-alpha.16.tgz#4cda9316d075845f7759a03949ce27c4246e110c"
integrity sha512-kxDRI/DpUD/Fi5OYa+P+91lOMBrN213nxa/PWalY1gUILpc5jPK4JlLbCv7y+AfM83V5AW9cCqhZqkYIhTv8mg==
"@ldhop/react@^0.1.0":
version "0.1.0"
resolved "https://registry.npmjs.org/@ldhop/react/-/react-0.1.0.tgz#7522e0e017bb84cca79261b0890b0137daea0d3e"
integrity sha512-O3+QYo32twxM0ZLZkq5XkRs5DJ7fGJ/kZwIaa9QSBCMoNI+pCylu1Ilh8Oq4lSJhxP6ltwcdwvP/yL89zi1nkQ==
dependencies:
"@ldhop/core" "^0.0.1-alpha.15"
"@ldhop/core" "^0.1.0"
"@types/lodash" "^4.17.0"
lodash "^4.17.21"

Expand Down

0 comments on commit 5c162a8

Please sign in to comment.