Skip to content

Commit 05bbfed

Browse files
committed
build: update dependency jasmine-core to v6
See associated pull request for more information.
1 parent e40c804 commit 05bbfed

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

examples/environments/angular/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/cli": "^21.1.0-rc",
3232
"@angular/compiler-cli": "^21.2.0-next",
3333
"@types/jasmine": "~5.1.0",
34-
"jasmine-core": "~5.13.0",
34+
"jasmine-core": "~6.0.0",
3535
"karma": "~6.4.0",
3636
"karma-chrome-launcher": "~3.2.0",
3737
"karma-coverage": "~2.2.0",

pnpm-lock.yaml

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

report-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/express": "^4.17.17",
3838
"@types/google.visualization": "^0.0.74",
3939
"@types/jasmine": "~5.1.0",
40-
"jasmine-core": "~5.13.0",
40+
"jasmine-core": "~6.0.0",
4141
"karma": "~6.4.0",
4242
"karma-chrome-launcher": "~3.2.0",
4343
"karma-coverage": "~2.2.0",

0 commit comments

Comments
 (0)