Skip to content

Commit 04bd7a3

Browse files
committed
misc: update deps
1 parent b6f77b8 commit 04bd7a3

4 files changed

Lines changed: 1267 additions & 1642 deletions

File tree

flake.lock

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

nix/frontend.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let
1818
# pin pnpm version to avoid hash mismatches with differing pnpm versions
1919
# on nixos stable and unstable
2020
pnpm = callPackage (path + "/pkgs/development/tools/pnpm/generic.nix") {
21-
version = "10.26.1";
22-
hash = "sha256-6ObkmRKPaAT1ySIjzR8uP2JVcQLAxuJUzJm7KqIpu/k=";
21+
version = "10.28.0";
22+
hash = "sha256-mwsE5ueZRVZpF/hBG7b2X9Lz4VkEJpBOhQDhrMSzNWE=";
2323
};
2424
in
2525
stdenv.mkDerivation (finalAttrs: {
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4141
inherit (finalAttrs) pname version src;
4242
inherit pnpm;
4343
fetcherVersion = 3;
44-
hash = "sha256-qxtD5/fdS35z4DY2kaTwLlyhDBsHWSzn4aQ4861twzA=";
44+
hash = "sha256-7WxnBCsFiatBey2emxepuZWf0sbM74UJiDkoOPM/EiQ=";
4545
};
4646

4747
nativeBuildInputs = [

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/common": "^21.0.8",
17-
"@angular/compiler": "^21.0.8",
18-
"@angular/core": "^21.0.8",
19-
"@angular/forms": "^21.0.8",
20-
"@angular/platform-browser": "^21.0.8",
21-
"@angular/platform-server": "^21.0.8",
22-
"@angular/router": "^21.0.8",
23-
"@angular/ssr": "^21.0.5",
16+
"@angular/common": "^21.2.4",
17+
"@angular/compiler": "^21.2.4",
18+
"@angular/core": "^21.2.4",
19+
"@angular/forms": "^21.2.4",
20+
"@angular/platform-browser": "^21.2.4",
21+
"@angular/platform-server": "^21.2.4",
22+
"@angular/router": "^21.2.4",
23+
"@angular/ssr": "^21.2.2",
2424
"@feel/form": "^0.2.4",
2525
"@feel/style": "^0.2.4",
2626
"@fontsource/dm-mono": "^5.2.7",
2727
"@fontsource/dm-sans": "^5.2.8",
2828
"@nuschtos/fixx": "^0.1.1",
2929
"express": "^5.2.1",
3030
"rxjs": "~7.8.2",
31-
"tslib": "^2.8.1",
32-
"zone.js": "~0.15.1"
31+
"tslib": "^2.8.1"
3332
},
3433
"devDependencies": {
35-
"@angular/build": "^21.0.5",
36-
"@angular/cli": "^21.0.5",
37-
"@angular/compiler-cli": "^21.0.8",
34+
"@angular/build": "^21.2.2",
35+
"@angular/cli": "^21.2.2",
36+
"@angular/compiler-cli": "^21.2.4",
3837
"@types/express": "^5.0.6",
39-
"@types/jasmine": "~5.1.14",
40-
"@types/node": "^22.19.5",
41-
"jasmine-core": "~5.12.1",
38+
"@types/jasmine": "~6.0.0",
39+
"@types/node": "^22.19.15",
40+
"jasmine-core": "~6.1.0",
4241
"karma": "~6.4.4",
4342
"karma-chrome-launcher": "~3.2.0",
4443
"karma-coverage": "~2.2.1",
4544
"karma-jasmine": "~5.1.0",
46-
"karma-jasmine-html-reporter": "~2.1.0",
47-
"typescript": "~5.9.3"
45+
"karma-jasmine-html-reporter": "~2.2.0",
46+
"typescript": "~5.9.3",
47+
"zone.js": "~0.16.1"
4848
}
4949
}

0 commit comments

Comments
 (0)