Skip to content

Commit 00c2081

Browse files
committed
Fix some lint issues
1 parent 18aa82b commit 00c2081

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

packages/snaps-cli/.depcheckrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"assert",
1212
"browser-pack",
1313
"buffer",
14+
"core-js-compat",
1415
"eslint-config-*",
1516
"eslint-plugin-*",
1617
"events",

packages/snaps-sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"@metamask/eslint-config-typescript": "^12.1.0",
7777
"@metamask/snaps-storybook": "workspace:^",
7878
"@storybook/addon-controls": "^8.1.11",
79+
"@storybook/types": "^8.1.11",
7980
"@swc/core": "1.3.78",
8081
"@types/jest": "^27.5.1",
8182
"@typescript-eslint/eslint-plugin": "^5.42.1",

packages/snaps-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
],
2929
"scripts": {
3030
"test": "jest && yarn posttest",
31-
"test:ci": "yarn test",
3231
"posttest": "jest-it-up --margin 0.25",
32+
"test:ci": "yarn test",
3333
"clean": "rimraf '*.tsbuildinfo' 'dist'",
3434
"start": "storybook dev --port 7000 --no-open",
3535
"build": "tsup --clean && yarn build:types",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6297,6 +6297,7 @@ __metadata:
62976297
"@metamask/snaps-storybook": "workspace:^"
62986298
"@metamask/utils": ^8.3.0
62996299
"@storybook/addon-controls": ^8.1.11
6300+
"@storybook/types": ^8.1.11
63006301
"@swc/core": 1.3.78
63016302
"@types/jest": ^27.5.1
63026303
"@typescript-eslint/eslint-plugin": ^5.42.1

0 commit comments

Comments
 (0)