Skip to content

Commit

Permalink
fix: https component
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Feb 4, 2025
1 parent 40711cd commit 98d4c9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@arconnect/components": "^1.0.0",
"@arconnect/components-rebrand": "github:arconnectio/components-rebrand.git#master",
"@arconnect/components-rebrand": "https://github.com/arconnectio/components-rebrand.git#master",
"@arconnect/keystone-sdk": "^0.0.5",
"@arconnect/webext-bridge": "^5.0.6",
"@iconicicons/react": "^1.5.0",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.24"

"@arconnect/components-rebrand@github:arconnectio/components-rebrand.git#master":
"@arconnect/components-rebrand@https://github.com/arconnectio/components-rebrand.git#master":
version "1.0.0"
resolved "git+ssh://git@github.com/arconnectio/components-rebrand.git#d8d6f0698f2f651391d3ca082af32e3c98ca03da"
resolved "https://github.com/arconnectio/components-rebrand.git#d8d6f0698f2f651391d3ca082af32e3c98ca03da"
dependencies:
"@iconicicons/react" "^1.5.1"
"@untitled-ui/icons-react" "^0.1.4"
Expand Down Expand Up @@ -10703,6 +10703,7 @@ wouter@^3.3.5:
use-sync-external-store "^1.0.0"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down

0 comments on commit 98d4c9d

Please sign in to comment.