Skip to content

Commit

Permalink
Update dependency jasmine-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2023
1 parent 66123df commit 4c1c607
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.3.0",
"jasmine-core": "~4.6.0",
"jasmine-core": "~5.0.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": "5.60.1",
"eslint": "^8.25.0",
"filesize": "^9.0.11",
"jasmine-core": "~4.6.0",
"jasmine-core": "~5.0.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 @@ -6386,13 +6386,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.0
resolution: "jasmine-core@npm:4.6.0"
checksum: c5c5ce16c512cf0bc8b6b4f2d4f0ac7b23cae90624e0cd9d22da3baab3266e9a4da5a9363fb7937b16e0a4cf550bb79183cd74483ce55cfff4b6678434d599b7
languageName: node
linkType: hard

"jasmine-core@npm:~5.0.0":
version: 5.0.1
resolution: "jasmine-core@npm:5.0.1"
checksum: 2e1783e19b4f6fdf1a37a08bd62b81ae5a134bd395f06ad7d4c4064541e64892f27c97eddf173827cbd65911e08620a626a0728b68202c230abb5815ca518fc7
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 @@ -7275,7 +7282,7 @@ __metadata:
"@angular/platform-browser-dynamic": ^14.2.7
"@types/jasmine": ~4.3.0
filesize: ^9.0.11
jasmine-core: ~4.6.0
jasmine-core: ~5.0.0
karma: ~6.4.1
karma-chrome-launcher: ~3.2.0
karma-coverage: ~2.2.0
Expand Down Expand Up @@ -7317,7 +7324,7 @@ __metadata:
"@typescript-eslint/parser": 5.60.1
eslint: ^8.25.0
filesize: ^9.0.11
jasmine-core: ~4.6.0
jasmine-core: ~5.0.0
karma: ~6.4.1
karma-chrome-launcher: ~3.2.0
karma-coverage: ~2.2.0
Expand Down

0 comments on commit 4c1c607

Please sign in to comment.