Skip to content

Commit 09340b3

Browse files
fix(deps): update fundamental ngx and angular
1 parent 3c72580 commit 09340b3

File tree

3 files changed

+33
-20
lines changed

3 files changed

+33
-20
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "3.6.2",
6060
"source-map-support": "0.5.21",
6161
"supertest": "7.1.4",
62-
"ts-jest": "29.4.4",
62+
"ts-jest": "29.4.5",
6363
"ts-loader": "9.5.4",
6464
"ts-node": "10.9.2",
6565
"tsconfig-paths": "4.2.0",

frontend/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "20.3.3",
21-
"@angular/common": "20.3.3",
22-
"@angular/compiler": "20.3.3",
23-
"@angular/core": "20.3.3",
24-
"@angular/elements": "20.3.3",
25-
"@angular/forms": "20.3.3",
26-
"@angular/localize": "20.3.3",
27-
"@angular/platform-browser": "20.3.3",
28-
"@angular/platform-browser-dynamic": "20.3.3",
29-
"@angular/router": "20.3.3",
20+
"@angular/animations": "20.3.9",
21+
"@angular/common": "20.3.9",
22+
"@angular/compiler": "20.3.9",
23+
"@angular/core": "20.3.9",
24+
"@angular/elements": "20.3.9",
25+
"@angular/forms": "20.3.9",
26+
"@angular/localize": "20.3.9",
27+
"@angular/platform-browser": "20.3.9",
28+
"@angular/platform-browser-dynamic": "20.3.9",
29+
"@angular/router": "20.3.9",
3030
"@fundamental-ngx/cdk": "0.57.3",
3131
"@fundamental-ngx/core": "0.57.3",
3232
"@fundamental-ngx/i18n": "0.57.3",
@@ -45,10 +45,10 @@
4545
},
4646
"devDependencies": {
4747
"@angular-builders/jest": "20.0.0",
48-
"@angular-devkit/build-angular": "20.3.3",
49-
"@angular/build": "20.3.3",
50-
"@angular/cli": "20.3.3",
51-
"@angular/compiler-cli": "20.3.3",
48+
"@angular-devkit/build-angular": "20.3.8",
49+
"@angular/build": "20.3.8",
50+
"@angular/cli": "20.3.8",
51+
"@angular/compiler-cli": "20.3.9",
5252
"@openmfp/config-prettier": "0.8.1",
5353
"@openmfp/eslint-config-typescript": "0.7.0",
5454
"@types/jest": "29.5.14",

0 commit comments

Comments
 (0)