Skip to content

Commit

Permalink
feat: portkey upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Oct 30, 2023
1 parent 249f61c commit 2d3d1f4
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.0-alpha.22",
"@portkey/types": "^1.5.0-alpha.22",
"@portkey/did-ui-react": "1.5.0",
"@portkey/types": "1.5.0",
"@types/react-dom": "^18.0.0",
"aelf-web-login": "workspace:*",
"ahooks": "^3.7.7",
Expand Down
12 changes: 6 additions & 6 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.4-alpha.1",
"version": "1.1.4-alpha.2",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -48,13 +48,13 @@
},
"dependencies": {
"@aelf-react/core": "^0.1.19",
"@portkey/contracts": "^1.5.0-alpha.22",
"@portkey/contracts": "1.5.0",
"@portkey/detect-provider": "1.0.1-alpha.0",
"@portkey/did-ui-react": "^1.5.0-alpha.22",
"@portkey/did-ui-react": "1.5.0",
"@portkey/provider-types": "1.0.1-alpha.0",
"@portkey/services": "^1.5.0-alpha.22",
"@portkey/types": "^1.5.0-alpha.22",
"@portkey/utils": "^1.5.0-alpha.22",
"@portkey/services": "1.5.0",
"@portkey/types": "1.5.0",
"@portkey/utils": "1.5.0",
"@types/bn.js": "^5.1.3",
"aelf-bridge": "^0.0.10",
"aelf-sdk": "^3.2.40",
Expand Down
Loading

0 comments on commit 2d3d1f4

Please sign in to comment.