Skip to content

Commit

Permalink
Merge branch 'develop' into fix/fix-signed-data-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Jul 3, 2024
2 parents 2240211 + f90fe58 commit d2c8b05
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 131 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@amplitude/analytics-node": "1.3.6",
"@ledgerhq/hw-app-eth": "6.36.1",
"@ledgerhq/hw-app-eth": "6.37.1",
"@ledgerhq/hw-transport-node-hid": "6.28.6",
"@ledgerhq/logs": "6.12.0",
"@types/webpack-dev-server": "4.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@iota/sdk": "1.1.5",
"@iota/util.js": "2.0.0-rc.2",
"@metamask/eth-sig-util": "7.0.2",
"@spruceid/siwe-parser": "2.0.2",
"@spruceid/siwe-parser": "2.1.2",
"@sveltejs/svelte-virtual-list": "3.0.1",
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/notify-client": "1.4.1",
Expand All @@ -36,7 +36,7 @@
"test": "jest"
},
"devDependencies": {
"@swc/core": "1.5.24",
"@swc/core": "1.6.6",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/sanitize-html": "2.11.0",
Expand All @@ -46,9 +46,9 @@
"lokijs": "1.5.12",
"postcss": "8.4.38",
"postcss-cli": "11.0.0",
"svelte-loader": "3.2.0",
"svelte-loader": "3.2.3",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"tslib": "2.6.3",
"valid-url": "1.0.9",
"zxcvbn": "4.4.2"
}
Expand Down
Loading

0 comments on commit d2c8b05

Please sign in to comment.