Skip to content

Commit 69ad2ce

Browse files
authored
Merge pull request #24732 from storybookjs/dannyhw/fix-doctools-missing-dep
ReactNative: Fix missing assert dep in docs-tools
2 parents 0ca0061 + fa002ad commit 69ad2ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

code/lib/docs-tools/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@storybook/preview-api": "workspace:*",
4949
"@storybook/types": "workspace:*",
5050
"@types/doctrine": "^0.0.3",
51+
"assert": "^2.1.0",
5152
"doctrine": "^3.0.0",
5253
"lodash": "^4.17.21"
5354
},

code/yarn.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -7126,6 +7126,7 @@ __metadata:
71267126
"@storybook/preview-api": "workspace:*"
71277127
"@storybook/types": "workspace:*"
71287128
"@types/doctrine": "npm:^0.0.3"
7129+
assert: "npm:^2.1.0"
71297130
doctrine: "npm:^3.0.0"
71307131
jest-specific-snapshot: "npm:^8.0.0"
71317132
lodash: "npm:^4.17.21"
@@ -11715,7 +11716,7 @@ __metadata:
1171511716
languageName: node
1171611717
linkType: hard
1171711718

11718-
"assert@npm:^2.0.0":
11719+
"assert@npm:^2.0.0, assert@npm:^2.1.0":
1171911720
version: 2.1.0
1172011721
resolution: "assert@npm:2.1.0"
1172111722
dependencies:

0 commit comments

Comments
 (0)