Skip to content

Commit 091c816

Browse files
authored
chore(integration-karma): add @types/jasmine (#4485)
1 parent 46fe8a6 commit 091c816

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@lwc/engine-server": "7.2.2",
2323
"@lwc/rollup-plugin": "7.2.2",
2424
"@lwc/synthetic-shadow": "7.2.2",
25+
"@types/jasmine": "^5.1.4",
2526
"chokidar": "^3.6.0",
2627
"istanbul-lib-coverage": "^3.2.2",
2728
"istanbul-lib-report": "^3.0.1",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -2970,6 +2970,11 @@
29702970
dependencies:
29712971
"@types/istanbul-lib-report" "*"
29722972

2973+
"@types/jasmine@^5.1.4":
2974+
version "5.1.4"
2975+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-5.1.4.tgz#0de3f6ca753e10d1600ce1864ae42cfd47cf9924"
2976+
integrity sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==
2977+
29732978
"@types/json5@^0.0.29":
29742979
version "0.0.29"
29752980
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"

0 commit comments

Comments
 (0)