Skip to content

Commit

Permalink
Update dependency jasmine-core to ~5.5.0 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandroBot authored Dec 5, 2024
1 parent 5e44e01 commit ceeccc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion nix/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-m6u7BNVB+pkaMNAAGGBa76fsKrprHiR+o8JEbp0j0u0=";
hash = "sha256-V071PyhVsOQpa2FKgpPUACrVeZj7pKjlF2DNH4xpDWU=";
};

nativeBuildInputs = [ nodejs pnpm.configHook ];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^18.2.12",
"@angular/language-service": "^18.2.12",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.4.0",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceeccc2

Please sign in to comment.