File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111 " assert" ,
1212 " browser-pack" ,
1313 " buffer" ,
14+ " core-js-compat" ,
1415 " eslint-config-*" ,
1516 " eslint-plugin-*" ,
1617 " events" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments