Skip to content

Commit 5453964

Browse files
committed
chore: updated jasmine version to latest in package.json files
Signed-off-by: Mihail Penchev (c) <[email protected]>
1 parent 514ea0a commit 5453964

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

typescript/vro-scripting-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fs-extra": "^11.2.0",
2525
"gulp": "^5.0.0",
2626
"gulp-typescript": "^6.0.0-alpha.1",
27-
"jasmine": "^5.5.0",
27+
"jasmine": "^5.6.0",
2828
"rimraf": "^6.0.1",
2929
"rollup": "^4.28.0",
3030
"@rollup/plugin-terser": "^0.4.4",

typescript/vro-scripting-api/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:coverage": "nyc npm run test && nyc report"
88
},
99
"devDependencies": {
10-
"jasmine": "^5.5.0",
10+
"jasmine": "^5.6.0",
1111
"nyc": "^15.1.0"
1212
}
1313
}

typescript/vropkg/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@types/command-line-args": "^5.2.3",
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/gulp": "^4.0.17",
37-
"@types/gulp-jasmine": "^2.4.6",
3837
"@types/jasmine": "^5.1.5",
3938
"@types/node": "^22.10.1",
4039
"@types/node-forge": "^1.3.11",
@@ -45,9 +44,9 @@
4544
"chokidar": "^4.0.1",
4645
"gulp": "^5.0.0",
4746
"gulp-cli": "^3.0.0",
48-
"gulp-jasmine": "^4.0.0",
4947
"gulp-typescript": "^6.0.0-alpha.1",
50-
"jasmine": "^5.5.0",
48+
"jasmine": "^5.6.0",
49+
"jasmine-reporters": "^2.5.2",
5150
"rollup": "^4.28.0",
5251
"rollup-plugin-natives": "^0.7.8",
5352
"source-map": "0.7.4",

typescript/vrotest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"fast-xml-parser": "^4.5.0",
4040
"gulp": "5.0.0",
4141
"gulp-typescript": "6.0.0-alpha.1",
42-
"jasmine": "^5.5.0",
42+
"jasmine": "^5.6.0",
4343
"jasmine-reporters": "2.5.2",
4444
"jszip": "3.10.1",
4545
"minimist": "1.2.8",

typescript/vrotest/test-framework-templates/jasmine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"test": "node run-jasmine.js"
77
},
88
"devDependencies": {
9-
"ansi-colors": "^4.1.1",
10-
"jasmine": "^5.5.0",
9+
"ansi-colors": "^4.1.3",
10+
"jasmine": "^5.6.0",
1111
"jasmine-reporters": "^2.5.2"
1212
}
1313
}

0 commit comments

Comments
 (0)