File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
"@storybook/preview-api" : " workspace:*" ,
49
49
"@storybook/types" : " workspace:*" ,
50
50
"@types/doctrine" : " ^0.0.3" ,
51
+ "assert" : " ^2.1.0" ,
51
52
"doctrine" : " ^3.0.0" ,
52
53
"lodash" : " ^4.17.21"
53
54
},
Original file line number Diff line number Diff line change @@ -7126,6 +7126,7 @@ __metadata:
7126
7126
"@storybook/preview-api": "workspace:*"
7127
7127
"@storybook/types": "workspace:*"
7128
7128
"@types/doctrine": "npm:^0.0.3"
7129
+ assert: "npm:^2.1.0"
7129
7130
doctrine: "npm:^3.0.0"
7130
7131
jest-specific-snapshot: "npm:^8.0.0"
7131
7132
lodash: "npm:^4.17.21"
@@ -11715,7 +11716,7 @@ __metadata:
11715
11716
languageName: node
11716
11717
linkType: hard
11717
11718
11718
- "assert@npm:^2.0.0":
11719
+ "assert@npm:^2.0.0, assert@npm:^2.1.0 ":
11719
11720
version: 2.1.0
11720
11721
resolution: "assert@npm:2.1.0"
11721
11722
dependencies:
You can’t perform that action at this time.
0 commit comments