Skip to content

Commit

Permalink
chore: Update dependencies (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Nov 16, 2023
1 parent 868c27c commit 051dee1
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 928 deletions.
2 changes: 1 addition & 1 deletion packages/adena-extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; default-src 'self'; img-src 'self' https: data:; font-src https://fonts.gstatic.com; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; connect-src 'self' data: *; prefetch-src https://*.openlogin.com; frame-src *;"
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; default-src 'self'; img-src 'self' https: data:; font-src https://fonts.gstatic.com; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; connect-src 'self' data: *; frame-src *;"
}
}
1 change: 0 additions & 1 deletion packages/adena-extension/public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
<div id="portal-root">
<div id="portal-popup"></div>
</div>
<script src="popup.js"></script>
</body>
</html>
6 changes: 2 additions & 4 deletions packages/adena-torus-signin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"@walletconnect/client": "^1.8.0",
"@walletconnect/sign-client": "^2.10.4",
"@web3auth/base": "7.1.0",
"@web3auth/modal": "^7.1.1",
"@web3auth/base-provider": "^7.1.1",
"@web3auth/no-modal": "^7.1.1",
"@web3auth/openlogin-adapter": "7.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -39,8 +40,5 @@
"dev": "rollup -w -c --environment FORMAT:esm",
"build:default": "rollup -c",
"build": "tsc"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}
Loading

0 comments on commit 051dee1

Please sign in to comment.