formbuilder-lhcforms 9.7.5 → 9.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formbuilder-lhcforms",
3
- "version": "9.7.5",
3
+ "version": "9.7.6",
4
4
  "description": "Build LHC-Forms and FHIR Questionnaires",
5
5
  "homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -43,30 +43,30 @@
43
43
  "dist/formbuilder-lhcforms"
44
44
  ],
45
45
  "dependencies": {
46
- "@angular-builders/custom-webpack": "^17.0.2",
47
- "@angular/animations": "~17.3.9",
48
- "@angular/cdk": "^17.3.9",
49
- "@angular/common": "~17.3.9",
50
- "@angular/compiler": "~17.3.9",
51
- "@angular/core": "^17.3.9",
52
- "@angular/forms": "~17.3.9",
53
- "@angular/localize": "~17.3.9",
54
- "@angular/material": "^17.3.9",
55
- "@angular/platform-browser": "~17.3.9",
56
- "@angular/platform-browser-dynamic": "~17.3.9",
57
- "@angular/router": "~17.3.9",
46
+ "@angular-builders/custom-webpack": "^19.0.0",
47
+ "@angular/animations": "~19.1.4",
48
+ "@angular/cdk": "^19.1.2",
49
+ "@angular/common": "~19.1.4",
50
+ "@angular/compiler": "~19.1.4",
51
+ "@angular/core": "^19.1.4",
52
+ "@angular/forms": "~19.1.4",
53
+ "@angular/localize": "~19.1.4",
54
+ "@angular/material": "^19.1.2",
55
+ "@angular/platform-browser": "~19.1.4",
56
+ "@angular/platform-browser-dynamic": "~19.1.4",
57
+ "@angular/router": "~19.1.4",
58
58
  "@bugsplat/angular-tree-component": "^13.0.1",
59
59
  "@ctrl/ngx-codemirror": "^7.0.0",
60
- "@fortawesome/angular-fontawesome": "^0.14.1",
61
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
62
- "@fortawesome/free-regular-svg-icons": "^6.6.0",
63
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
64
- "@fullcalendar/core": "^6.1.5",
65
- "@lhncbc/ngx-schema-form": "2.11.0-forked3",
66
- "@ng-bootstrap/ng-bootstrap": "^16.0.0",
60
+ "@fortawesome/angular-fontawesome": "^1.0.0",
61
+ "@fortawesome/fontawesome-svg-core": "^6.7.2",
62
+ "@fortawesome/free-regular-svg-icons": "^6.7.2",
63
+ "@fortawesome/free-solid-svg-icons": "^6.7.2",
64
+ "@fullcalendar/core": "^6.1.15",
65
+ "@lhncbc/ngx-schema-form": "2.13.1-forked",
66
+ "@ng-bootstrap/ng-bootstrap": "^18.0.0",
67
67
  "@types/fhir": "^0.0.36",
68
- "bootstrap": "^5.2.3",
69
- "codemirror": "^5.65.16",
68
+ "bootstrap": "^5.3.3",
69
+ "codemirror": "^5.65.18",
70
70
  "date-fns": "^2.30.0",
71
71
  "fast-copy": "^2.1.1",
72
72
  "fhirclient": "^2.5.2",
@@ -78,21 +78,21 @@
78
78
  "lforms-loader": "^3.0.3",
79
79
  "lodash-es": "^4.17.21",
80
80
  "math-to-fhirpath": "NLMLHC/math-to-fhirpath",
81
- "rxjs": "~7.4.0",
81
+ "rxjs": "~7.8.1",
82
82
  "traverse": "^0.6.6",
83
83
  "tslib": "^2.1.0",
84
- "z-schema": "~4.2.2",
85
- "zone.js": "~0.14.5"
84
+ "z-schema": "~6.0.2",
85
+ "zone.js": "~0.15.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@angular-eslint/builder": "17.4.1",
89
- "@angular-eslint/eslint-plugin": "17.4.1",
90
- "@angular-eslint/eslint-plugin-template": "17.4.1",
91
- "@angular-eslint/schematics": "17.4.1",
92
- "@angular-eslint/template-parser": "17.4.1",
93
- "@angular/cli": "^17.3.7",
94
- "@angular/compiler-cli": "~17.3.9",
95
- "@angular/language-service": "~17.3.9",
88
+ "@angular-eslint/builder": "19.0.2",
89
+ "@angular-eslint/eslint-plugin": "19.0.2",
90
+ "@angular-eslint/eslint-plugin-template": "19.0.2",
91
+ "@angular-eslint/schematics": "19.0.2",
92
+ "@angular-eslint/template-parser": "19.0.2",
93
+ "@angular/cli": "^19.1.5",
94
+ "@angular/compiler-cli": "~19.1.4",
95
+ "@angular/language-service": "~19.1.4",
96
96
  "@cypress/schematic": "^2.5.1",
97
97
  "@playwright/test": "^1.42.1",
98
98
  "@types/hapi": "18.0.8",