Skip to content

Commit

Permalink
feat: upgrade portkey
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Nov 21, 2023
1 parent dd48a20 commit d337ada
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"pin": "sh -c '{ for X in {core,empty}; do lerna add @web3-react/$X --exact --no-bootstrap --scope=example-cra; done }'"
},
"dependencies": {
"@portkey/did-ui-react": "1.5.1-alpha.5",
"@portkey/types": "1.5.1-alpha.5",
"@portkey/did-ui-react": "1.5.1-alpha.6",
"@portkey/types": "1.5.1-alpha.6",
"@types/react-dom": "^18.0.0",
"aelf-web-login": "workspace:*",
"ahooks": "^3.7.7",
Expand Down
22 changes: 11 additions & 11 deletions packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aelf-web-login",
"version": "1.1.5-alpha.1",
"version": "1.1.5-alpha.2",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -49,13 +49,13 @@
},
"dependencies": {
"@aelf-react/core": "^0.1.19",
"@portkey/contracts": "1.5.1-alpha.5",
"@portkey/contracts": "1.5.1-alpha.6",
"@portkey/detect-provider": "1.0.1-alpha.0",
"@portkey/did-ui-react": "1.5.1-alpha.5",
"@portkey/did-ui-react": "1.5.1-alpha.6",
"@portkey/provider-types": "1.0.1-alpha.0",
"@portkey/services": "1.5.1-alpha.5",
"@portkey/types": "1.5.1-alpha.5",
"@portkey/utils": "1.5.1-alpha.5",
"@portkey/services": "1.5.1-alpha.6",
"@portkey/types": "1.5.1-alpha.6",
"@portkey/utils": "1.5.1-alpha.6",
"@types/bn.js": "^5.1.3",
"aelf-bridge": "^0.0.10",
"aelf-sdk": "^3.3.0",
Expand All @@ -72,10 +72,10 @@
"less": "^4.1.3"
},
"peerDependencies": {
"@portkey/contracts": "1.5.1-alpha.5",
"@portkey/did-ui-react": "1.5.1-alpha.5",
"@portkey/services": "1.5.1-alpha.5",
"@portkey/types": "1.5.1-alpha.5",
"@portkey/utils": "1.5.1-alpha.5"
"@portkey/contracts": "1.5.1-alpha.6",
"@portkey/did-ui-react": "1.5.1-alpha.6",
"@portkey/services": "1.5.1-alpha.6",
"@portkey/types": "1.5.1-alpha.6",
"@portkey/utils": "1.5.1-alpha.6"
}
}
Loading

0 comments on commit d337ada

Please sign in to comment.