Skip to content

Commit

Permalink
Merge pull request #26852 from storybookjs/kasper/remove-chai
Browse files Browse the repository at this point in the history
Test: Remove chai as dependency of @storybook/test
(cherry picked from commit 1de3a41)
  • Loading branch information
kasperpeulen authored and yannbf committed Apr 19, 2024
1 parent 19b1f79 commit b2f9480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/expect": "1.3.1",
"@vitest/spy": "^1.3.1",
"chai": "^4.4.1",
"util": "^0.12.4"
},
"devDependencies": {
"chai": "^4.4.1",
"ts-dedent": "^2.2.0",
"type-fest": "~2.19",
"typescript": "^5.3.2"
Expand Down

0 comments on commit b2f9480

Please sign in to comment.