Compare commits

...

4 Commits

Author SHA1 Message Date
Tomasi Patrick
d27542c457
Merge pull request #41 from TomasiDeveloping/dependabot/npm_and_yarn/Ui/angular/compiler-21.2.4
Bump @angular/compiler from 21.1.4 to 21.2.4 in /Ui
2026-03-16 14:37:17 +01:00
dependabot[bot]
d53adf34a3
Bump @angular/compiler from 21.1.4 to 21.2.4 in /Ui
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.1.4 to 21.2.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 13:35:07 +00:00
Tomasi Patrick
dd7d223873
Merge pull request #42 from TomasiDeveloping/dependabot/npm_and_yarn/Ui/angular/core-21.2.4
Bump @angular/core from 21.1.4 to 21.2.4 in /Ui
2026-03-16 14:33:44 +01:00
dependabot[bot]
5988be9153
Bump @angular/core from 21.1.4 to 21.2.4 in /Ui
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.4 to 21.2.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 21.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 02:36:15 +00:00
2 changed files with 11 additions and 11 deletions

18
Ui/package-lock.json generated
View File

@ -10,8 +10,8 @@
"dependencies": { "dependencies": {
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4", "@angular/compiler": "^21.2.4",
"@angular/core": "^21.1.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",
"@angular/platform-browser": "^21.1.4", "@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4",
@ -1093,9 +1093,9 @@
} }
}, },
"node_modules/@angular/compiler": { "node_modules/@angular/compiler": {
"version": "21.1.4", "version": "21.2.4",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.4.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz",
"integrity": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==", "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -1165,9 +1165,9 @@
} }
}, },
"node_modules/@angular/core": { "node_modules/@angular/core": {
"version": "21.1.4", "version": "21.2.4",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.4.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz",
"integrity": "sha512-QBDO5SaVYTVQ0fIN9Qd7US9cUCgs2vM9x6K18PTUKmygIkHVHTFdzwm4MO5gpCOFzJseGbS+dNzqn+v0PaKf9g==", "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -1176,7 +1176,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0" "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/compiler": "21.1.4", "@angular/compiler": "21.2.4",
"rxjs": "^6.5.3 || ^7.4.0", "rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0" "zone.js": "~0.15.0 || ~0.16.0"
}, },

View File

@ -12,8 +12,8 @@
"dependencies": { "dependencies": {
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4", "@angular/compiler": "^21.2.4",
"@angular/core": "^21.1.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",
"@angular/platform-browser": "^21.1.4", "@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4",