Skip to content

Commit

Permalink
Update dependency jasmine-core to v5 (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 23, 2025
1 parent e60b375 commit a7a1ca7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ngx-filesize-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular/cli": "~14.2.6",
"@angular/compiler-cli": "^14.2.7",
"@types/jasmine": "~4.6.0",
"jasmine-core": "~4.6.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/parser": "6.21.0",
"eslint": "^8.25.0",
"filesize": "^9.0.11",
"jasmine-core": "~4.6.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6894,13 +6894,20 @@ __metadata:
languageName: node
linkType: hard

"jasmine-core@npm:^4.1.0, jasmine-core@npm:~4.6.0":
"jasmine-core@npm:^4.1.0":
version: 4.6.1
resolution: "jasmine-core@npm:4.6.1"
checksum: 10c0/3d038b7f6f6f0d3cb56cdb4d2f0323a9d84f3a64a03746f9329a2d5a5166ec5e0ad3232d72ceb4f357cf2f120fdb86310715eaeb174f325833515fd0792a6860
languageName: node
linkType: hard

"jasmine-core@npm:~5.6.0":
version: 5.6.0
resolution: "jasmine-core@npm:5.6.0"
checksum: 10c0/30abee5c22a1fab5b1973cefdc21ba874a8b93fcf5d7641d9c62dfc4dbf22c9dc745d928fa33a63d4343698263fa715b5caf3404b392b6814b018d6d5c055e06
languageName: node
linkType: hard

"jest-worker@npm:^27.4.5":
version: 27.5.1
resolution: "jest-worker@npm:27.5.1"
Expand Down Expand Up @@ -7991,7 +7998,7 @@ __metadata:
"@angular/platform-browser-dynamic": "npm:^14.2.7"
"@types/jasmine": "npm:~4.6.0"
filesize: "npm:^9.0.11"
jasmine-core: "npm:~4.6.0"
jasmine-core: "npm:~5.6.0"
karma: "npm:~6.4.1"
karma-chrome-launcher: "npm:~3.2.0"
karma-coverage: "npm:~2.2.0"
Expand Down Expand Up @@ -8033,7 +8040,7 @@ __metadata:
"@typescript-eslint/parser": "npm:6.21.0"
eslint: "npm:^8.25.0"
filesize: "npm:^9.0.11"
jasmine-core: "npm:~4.6.0"
jasmine-core: "npm:~5.6.0"
karma: "npm:~6.4.1"
karma-chrome-launcher: "npm:~3.2.0"
karma-coverage: "npm:~2.2.0"
Expand Down

0 comments on commit a7a1ca7

Please sign in to comment.