Skip to content

Commit ec0186f

Browse files
committed
chore(wtr): make dependency on @vitest/spy explicit
1 parent 6185811 commit ec0186f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/@lwc/integration-not-karma/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@lwc/synthetic-shadow": "8.21.6",
1717
"@types/chai": "^5.2.2",
1818
"@types/jasmine": "^5.1.9",
19+
"@vitest/spy": "^3.2.4",
1920
"@web/dev-server-import-maps": "^0.2.1",
2021
"@web/dev-server-rollup": "^0.6.4",
2122
"@web/test-runner": "^0.20.2",

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,9 +2089,11 @@
20892089

20902090
"@lwc/eslint-plugin-lwc-internal@link:./scripts/eslint-plugin":
20912091
version "0.0.0"
2092+
uid ""
20922093

20932094
"@lwc/test-utils-lwc-internals@link:./scripts/test-utils":
20942095
version "0.0.0"
2096+
uid ""
20952097

20962098
"@napi-rs/wasm-runtime@0.2.4":
20972099
version "0.2.4"
@@ -3556,7 +3558,7 @@
35563558
magic-string "^0.30.12"
35573559
pathe "^1.1.2"
35583560

3559-
"@vitest/spy@3.2.4":
3561+
"@vitest/spy@3.2.4", "@vitest/spy@^3.2.4":
35603562
version "3.2.4"
35613563
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.2.4.tgz#cc18f26f40f3f028da6620046881f4e4518c2599"
35623564
integrity sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==

0 commit comments

Comments
 (0)