Skip to content

Commit

Permalink
Update lockfile and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Sep 9, 2023
1 parent 2051a74 commit 3a48ae8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmsnap/snap",
"version": "0.1.10",
"version": "0.1.11",
"description": "The Cosmos extension for your Metamask wallet.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.9",
"version": "0.1.11",
"description": "Cosmos Extension that adds Cosmos support to Metamask.",
"proposedName": "Cosmos Extension",
"repository": {
"type": "git",
"url": "https://github.com/cosmos/snap.git"
},
"source": {
"shasum": "DG8kMStRGvbWplBNOWVcCxhDC8ZDJVQZVLkIMuLIQXk=",
"shasum": "K1GF1TDVAZKDQ/MyqbyzZEyBka8M1lGheqS7CS1otPQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@cosmjs/crypto": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@cosmsnap/snapper": "0.1.12",
"@keplr-wallet/types": "0.12.12",
"@metamask/detect-provider": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"autoprefixer": "latest",
"gridjs": "^6.0.6",
"gridjs-svelte": "^2.1.1",
"svelte-ace": "^1.0.21",
"svelte-jsoneditor": "^0.18.3",
"svelte-preprocess": "^5.0.4",
"@keplr-wallet/types": "0.12.12"
"svelte-preprocess": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/ui/src/components/Info.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { QuestionCircleSolid, ChevronRightOutline } from 'flowbite-svelte-icons';
</script>

<div class="flex items-center text-sm font-light text-gray-500 dark:text-gray-400">
<div class="position-absolute flex items-center text-sm font-light text-gray-500 dark:text-gray-400">
<button id="b3">
<QuestionCircleSolid class="w-4 h-4 ml-1.5" />
<span class="sr-only">Show information</span>
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5457,6 +5457,7 @@ __metadata:
"@cosmjs/stargate": ^0.31.1
"@cosmsnap/snapper": 0.1.12
"@fullhuman/postcss-purgecss": ^5.0.0
"@keplr-wallet/types": 0.12.12
"@metamask/detect-provider": ^2.0.0
"@sveltejs/adapter-auto": ^2.0.0
"@sveltejs/adapter-node": ^1.3.1
Expand Down

0 comments on commit 3a48ae8

Please sign in to comment.