Skip to content

Commit

Permalink
use new version of @stellar/frontend-helpers and include settings in …
Browse files Browse the repository at this point in the history
…index.html
  • Loading branch information
piyalbasu committed Sep 23, 2021
1 parent be4d3be commit 9fb18e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"@stellar/design-system": "^0.4.0",
"@stellar/frontend-helpers": "^2.0.0",
"@stellar/frontend-helpers": "^2.0.1",
"@stellar/prettier-config": "^1.0.1",
"@stellar/wallet-sdk": "^0.5.0-rc.0",
"@testing-library/jest-dom": "^5.14.1",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Demo Wallet - Stellar</title>
<script src="%PUBLIC_URL%/settings/env-config.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2491,10 +2491,10 @@
resolved "https://registry.yarnpkg.com/@stellar/freighter-api/-/freighter-api-1.1.2.tgz#9529352c7e4ac59087e14d16620d69322fca2e76"
integrity sha512-2vrPsOn1N3DYTff1763lM1eOy+LNKfkQPH5A3mXlKb3mDUK50wsyM6U03Y1DK/C/9dlMA49FspQ9Es2RF6NpPw==

"@stellar/frontend-helpers@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@stellar/frontend-helpers/-/frontend-helpers-2.0.0.tgz#15fb898feeb3d851984539958437477201de10a8"
integrity sha512-TCHSsBn7vLyIhreWonldrPUx97f8dZelZ/u2bvMJZp/GETwOuZ4PtmSDvPO7J3Kj+kISRIAfa/iTQFkL3fvdxQ==
"@stellar/frontend-helpers@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@stellar/frontend-helpers/-/frontend-helpers-2.0.1.tgz#677b69bbb272413d2cb6bf7e541f9defbec45ed1"
integrity sha512-EHdiOYCOA2DKPd+EDCMQN04zD7Qz31mH0c8jdOmP4/6j1IXEcFKBXRtN/c9pP8BOoLBxCCxOuDLtjhOx4Q7yWQ==
dependencies:
"@sentry/browser" "^6.9.0"
"@sentry/tracing" "^6.9.0"
Expand Down

0 comments on commit 9fb18e0

Please sign in to comment.