formbuilder-lhcforms 9.4.3 → 9.5.1

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.4.3",
3
+ "version": "9.5.1",
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",
@@ -33,32 +33,31 @@
33
33
  "pw-run": "npx playwright test",
34
34
  "e2e:pw-run": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} pw-run",
35
35
  "e2e:prod": "start-test e2e:start-server http://localhost:${npm_package_config_testPort} e2e:start-second-server http://localhost:${npm_package_config_testPortSecond} cy-pw-run",
36
- "cy-pw-run": "npm run cy-run && npm run pw-run",
37
- "postinstall": "ngcc"
36
+ "cy-pw-run": "npm run cy-run && npm run pw-run"
38
37
  },
39
38
  "files": [
40
39
  "dist/formbuilder-lhcforms"
41
40
  ],
42
41
  "dependencies": {
43
- "@angular-builders/custom-webpack": "^15.0.0",
44
- "@angular/animations": "~15.2.4",
45
- "@angular/cdk": "~15.2.3",
46
- "@angular/common": "~15.2.4",
47
- "@angular/compiler": "~15.2.4",
48
- "@angular/core": "~15.2.4",
49
- "@angular/forms": "~15.2.4",
50
- "@angular/localize": "~15.2.4",
51
- "@angular/material": "~15.2.3",
52
- "@angular/platform-browser": "~15.2.4",
53
- "@angular/platform-browser-dynamic": "~15.2.4",
54
- "@angular/router": "~15.2.4",
42
+ "@angular-builders/custom-webpack": "^17.0.2",
43
+ "@angular/animations": "~17.3.9",
44
+ "@angular/cdk": "^17.3.9",
45
+ "@angular/common": "~17.3.9",
46
+ "@angular/compiler": "~17.3.9",
47
+ "@angular/core": "^17.3.9",
48
+ "@angular/forms": "~17.3.9",
49
+ "@angular/localize": "~17.3.9",
50
+ "@angular/material": "^17.3.9",
51
+ "@angular/platform-browser": "~17.3.9",
52
+ "@angular/platform-browser-dynamic": "~17.3.9",
53
+ "@angular/router": "~17.3.9",
55
54
  "@bugsplat/angular-tree-component": "^13.0.1",
56
- "@fortawesome/angular-fontawesome": "^0.12.1",
55
+ "@fortawesome/angular-fontawesome": "^0.14.1",
57
56
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
58
57
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
59
58
  "@fullcalendar/core": "^6.1.5",
60
- "@lhncbc/ngx-schema-form": "2.9.0-forked",
61
- "@ng-bootstrap/ng-bootstrap": "^14.0.1",
59
+ "@lhncbc/ngx-schema-form": "2.11.0-forked",
60
+ "@ng-bootstrap/ng-bootstrap": "^16.0.0",
62
61
  "@types/fhir": "^0.0.36",
63
62
  "ace-builds": "^1.16.0",
64
63
  "bootstrap": "^5.2.3",
@@ -77,30 +76,30 @@
77
76
  "traverse": "^0.6.6",
78
77
  "tslib": "^2.1.0",
79
78
  "z-schema": "~4.2.2",
80
- "zone.js": "~0.11.4"
79
+ "zone.js": "~0.14.5"
81
80
  },
82
81
  "devDependencies": {
83
- "@angular-eslint/builder": "15.2.1",
84
- "@angular-eslint/eslint-plugin": "15.2.1",
85
- "@angular-eslint/eslint-plugin-template": "15.2.1",
86
- "@angular-eslint/schematics": "15.2.1",
87
- "@angular-eslint/template-parser": "15.2.1",
88
- "@angular/cli": "~15.2.4",
89
- "@angular/compiler-cli": "~15.2.4",
90
- "@angular/language-service": "~15.2.4",
82
+ "@angular-eslint/builder": "17.4.1",
83
+ "@angular-eslint/eslint-plugin": "17.4.1",
84
+ "@angular-eslint/eslint-plugin-template": "17.4.1",
85
+ "@angular-eslint/schematics": "17.4.1",
86
+ "@angular-eslint/template-parser": "17.4.1",
87
+ "@angular/cli": "^17.3.7",
88
+ "@angular/compiler-cli": "~17.3.9",
89
+ "@angular/language-service": "~17.3.9",
91
90
  "@cypress/schematic": "^2.5.1",
92
91
  "@playwright/test": "^1.42.1",
93
92
  "@types/hapi": "18.0.8",
94
93
  "@types/jasmine": "~4.3.1",
95
94
  "@types/jasminewd2": "~2.0.10",
96
95
  "@types/node": "^18.15.5",
97
- "@typescript-eslint/eslint-plugin": "5.48.2",
98
- "@typescript-eslint/parser": "5.48.2",
96
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
97
+ "@typescript-eslint/parser": "^7.2.0",
99
98
  "@webcomponents/webcomponentsjs": "^2.7.0",
100
99
  "angular-http-server": "^1.11.1",
101
- "cypress": "13.6.4",
100
+ "cypress": "^13.6.4",
102
101
  "cypress-fail-on-console-error": "^4.0.2",
103
- "eslint": "^8.33.0",
102
+ "eslint": "^8.57.0",
104
103
  "jasmine-core": "^4.6.0",
105
104
  "jasmine-spec-reporter": "~7.0.0",
106
105
  "json-pointer": "^0.6.1",
@@ -113,6 +112,6 @@
113
112
  "postcss": "^8.3.0",
114
113
  "start-server-and-test": "2.0.3",
115
114
  "ts-node": "~9.1.1",
116
- "typescript": "^4.8.4"
115
+ "typescript": "^5.4.5"
117
116
  }
118
117
  }