Skip to content

Commit

Permalink
Merge pull request #24732 from storybookjs/dannyhw/fix-doctools-missi…
Browse files Browse the repository at this point in the history
…ng-dep

ReactNative: Fix missing assert dep in docs-tools
  • Loading branch information
shilman authored Nov 6, 2023
2 parents 0ca0061 + fa002ad commit 69ad2ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/lib/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@storybook/preview-api": "workspace:*",
"@storybook/types": "workspace:*",
"@types/doctrine": "^0.0.3",
"assert": "^2.1.0",
"doctrine": "^3.0.0",
"lodash": "^4.17.21"
},
Expand Down
3 changes: 2 additions & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7126,6 +7126,7 @@ __metadata:
"@storybook/preview-api": "workspace:*"
"@storybook/types": "workspace:*"
"@types/doctrine": "npm:^0.0.3"
assert: "npm:^2.1.0"
doctrine: "npm:^3.0.0"
jest-specific-snapshot: "npm:^8.0.0"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -11715,7 +11716,7 @@ __metadata:
languageName: node
linkType: hard

"assert@npm:^2.0.0":
"assert@npm:^2.0.0, assert@npm:^2.1.0":
version: 2.1.0
resolution: "assert@npm:2.1.0"
dependencies:
Expand Down

0 comments on commit 69ad2ce

Please sign in to comment.