Skip to content

Commit

Permalink
chore: deps and types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 21, 2023
1 parent b3cdd79 commit 47ac243
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 121 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"filsnap-adapter": "*",
"filsnap-adapter-react": "*",
"iso-base": "^2.0.1",
"iso-filecoin": "^3.0.0",
"iso-filecoin": "^3.0.1",
"preact": "^10.17.1",
"react-hook-form": "^7.46.2",
"viem": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/fil-forwarder-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"filsnap-adapter": "*",
"iso-base": "^2.0.1",
"iso-filecoin": "^3.0.0",
"iso-filecoin": "^3.0.1",
"prettier": "3.0.3",
"viem": "^1.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"filsnap": "workspace:^",
"iso-filecoin": "^3.0.0"
"iso-filecoin": "^3.0.1"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@metamask/key-tree": "^9.0.0",
"@metamask/snaps-ui": "^1.0.2",
"iso-base": "^2.0.1",
"iso-filecoin": "^3.0.0",
"iso-filecoin": "^3.0.1",
"merge-options": "^3.0.4",
"viem": "^1.11.1",
"zod": "^3.22.2"
Expand Down Expand Up @@ -114,9 +114,6 @@
"never"
]
},
"parserOptions": {
"project": "./tsconfig.json"
},
"env": {
"mocha": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/snap/src/rpc/configure.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-expect-error - no types for this package
import merge from 'merge-options'
import { copyable, panel, text } from '@metamask/snaps-ui'
import { snapConfig } from '../schemas'
Expand Down
Loading

0 comments on commit 47ac243

Please sign in to comment.