Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 12, 2024
1 parent 98aeb78 commit b3c999a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/examples/packages/preinstalled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@metamask/snaps-cli": "workspace:^",
"@metamask/snaps-controllers": "workspace:^",
"@metamask/snaps-jest": "workspace:^",
"@metamask/utils": "^9.2.1",
"@swc/core": "1.3.78",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { PreinstalledSnap } from '@metamask/snaps-controllers';
import type { SnapId } from '@metamask/snaps-sdk';
import { getErrorMessage } from '@metamask/snaps-sdk';
import { getErrorMessage } from '@metamask/utils';
import { readFile, stat, writeFile } from 'fs/promises';
import { dirname, join } from 'path';
import { fileURLToPath } from 'url';
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5304,6 +5304,7 @@ __metadata:
"@metamask/snaps-controllers": "workspace:^"
"@metamask/snaps-jest": "workspace:^"
"@metamask/snaps-sdk": "workspace:^"
"@metamask/utils": "npm:^9.2.1"
"@swc/core": "npm:1.3.78"
"@swc/jest": "npm:^0.2.26"
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
Expand Down

0 comments on commit b3c999a

Please sign in to comment.