Compare commits

...

2 Commits

Author SHA1 Message Date
Patel (US), Pratik
aae317edc1 Merge branch 'lock2' 2025-10-16 12:04:58 -05:00
Patel (US), Pratik
ca0141a5b3 Build with BSF arti 2025-10-16 12:00:34 -05:00
3 changed files with 9665 additions and 3 deletions

View File

@@ -32,6 +32,9 @@
},
"configurations": {
"production": {
"optimization" : {
"fonts": false
},
"budgets": [
{
"type": "initial",

9625
frontend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -34,8 +34,8 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "19.2.7",
"@angular/cli": "19.2.7",
"@angular/build": "<=19.2.7",
"@angular/cli": "<=19.2.7",
"@angular/compiler-cli": "^19.1.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.9.0",
@@ -44,6 +44,40 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.8.0"
"typescript": "~5.8.0",
"undici-types": "7.12.0",
"node-releases": "2.0.21",
"node-gyp": "11.4.2",
"tar": "7.4.3",
"minizlib": "3.0.2",
"immutable": "5.1.3",
"exponential-backoff": "3.1.2",
"emoji-regex": "10.5.0",
"electron-to-chromium": "1.5.221",
"caniuse-lite": "1.0.30001743"
},
"resolutions": {
"undici-types": "7.12.0",
"node-releases": "2.0.21",
"node-gyp": "11.4.2",
"tar": "7.4.3",
"minizlib": "3.0.2",
"immutable": "5.1.3",
"exponential-backoff": "3.1.2",
"emoji-regex": "10.5.0",
"electron-to-chromium": "1.5.221",
"caniuse-lite": "1.0.30001743"
},
"overrides": {
"undici-types": "7.12.0",
"node-releases": "2.0.21",
"node-gyp": "11.4.2",
"tar": "7.4.3",
"minizlib": "3.0.2",
"immutable": "5.1.3",
"exponential-backoff": "3.1.2",
"emoji-regex": "10.5.0",
"electron-to-chromium": "1.5.221",
"caniuse-lite": "1.0.30001743"
}
}