Skip to content

Commit

Permalink
add(package.json): tiny-invariant lib
Browse files Browse the repository at this point in the history
  • Loading branch information
efrenaragon96 committed May 28, 2023
1 parent 5a1765a commit 3c2f0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25"
"@storybook/types": "7.1.0-alpha.25",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"typescript": "~4.9.3"
Expand Down
1 change: 1 addition & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5554,6 +5554,7 @@ __metadata:
"@storybook/manager-api": 7.1.0-alpha.25
"@storybook/preview-api": 7.1.0-alpha.25
"@storybook/types": 7.1.0-alpha.25
tiny-invariant: ^1.3.1
typescript: ~4.9.3
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down

0 comments on commit 3c2f0ba

Please sign in to comment.