Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 8, 2024
1 parent 3e09e18 commit 034551c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions code/lib/instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
"bundler": {
"entries": [
"./src/index.ts"
],
"noExternal": [
"@testing-library/dom",
"@testing-library/jest-dom",
"@testing-library/user-event",
"chai",
"@vitest/expect",
"@vitest/spy",
"@vitest/utils"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
Expand Down
5 changes: 4 additions & 1 deletion code/lib/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@
"@testing-library/dom",
"@testing-library/jest-dom",
"@testing-library/user-event",
"chai"
"chai",
"@vitest/expect",
"@vitest/spy",
"@vitest/utils"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2871,14 +2871,14 @@ __metadata:

"@storybook/instrumenter@file:../../../code/lib/instrumenter::locator=portable-stories-nextjs%40workspace%3A.":
version: 8.2.0-alpha.6
resolution: "@storybook/instrumenter@file:../../../code/lib/instrumenter#../../../code/lib/instrumenter::hash=7fa0c2&locator=portable-stories-nextjs%40workspace%3A."
resolution: "@storybook/instrumenter@file:../../../code/lib/instrumenter#../../../code/lib/instrumenter::hash=9cd649&locator=portable-stories-nextjs%40workspace%3A."
dependencies:
"@storybook/global": "npm:^5.0.0"
"@vitest/utils": "npm:^1.3.1"
util: "npm:^0.12.4"
peerDependencies:
"@storybook/core": "workspace:*"
checksum: 10/033a30e20902f170d5fe8b36301a32d3151cec31c094abf061edaf64fa3cd49c6e0072b7309e08a90ab099fb46eeec2b22601fd71b4bea919c018ffcbbb47d59
checksum: 10/1a857fc93c4513b39c1b0e2edc0ff96f97d41277fe58d746ca45d90f59088d6b8b48b468a1a552a7f1919c0fcd23c0312687530b574b9df722dff3f93d67339c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3036,7 +3036,7 @@ __metadata:

"@storybook/test@file:../../../code/lib/test::locator=portable-stories-nextjs%40workspace%3A.":
version: 8.2.0-alpha.6
resolution: "@storybook/test@file:../../../code/lib/test#../../../code/lib/test::hash=8c99f9&locator=portable-stories-nextjs%40workspace%3A."
resolution: "@storybook/test@file:../../../code/lib/test#../../../code/lib/test::hash=3d010e&locator=portable-stories-nextjs%40workspace%3A."
dependencies:
"@storybook/instrumenter": "workspace:*"
"@testing-library/dom": "npm:10.1.0"
Expand All @@ -3047,7 +3047,7 @@ __metadata:
util: "npm:^0.12.4"
peerDependencies:
"@storybook/core": "workspace:*"
checksum: 10/ff0049420c3d5a9b04554f45a485515c75165a03cb4b8c7c714531ff6199e2893676e9dd644161c4fa3dd9a5537358f7722f449902793a882ea1d3a19a426a8b
checksum: 10/a837e7bb6d41740ed43d1468a133ac0a71b381acc428918156666180fcf35c831efc8d022aba62640ef116351e54e6fc31973f2b08a7bcce3410f5789c92e247
languageName: node
linkType: hard

Expand Down

0 comments on commit 034551c

Please sign in to comment.