diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index 3716c83d2..bf82b9b36 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -13,7 +13,7 @@ "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", "@angular/common": "17.3.12", - "@angular/compiler": "17.3.12", + "@angular/compiler": "19.2.17", "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "17.3.12", diff --git a/examples/fdc3-trade-simulator/js-order-book/package.json b/examples/fdc3-trade-simulator/js-order-book/package.json index bf49b95a2..d3766bc70 100644 --- a/examples/fdc3-trade-simulator/js-order-book/package.json +++ b/examples/fdc3-trade-simulator/js-order-book/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "17.3.10", diff --git a/examples/fdc3-trade-simulator/js-trader-app/package.json b/examples/fdc3-trade-simulator/js-trader-app/package.json index e96762809..2b4b701f1 100644 --- a/examples/fdc3-trade-simulator/js-trader-app/package.json +++ b/examples/fdc3-trade-simulator/js-trader-app/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.10", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.10", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index 0584466f3..ecb4b1a47 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -13,7 +13,7 @@ "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", "@angular/common": "17.3.12", - "@angular/compiler": "17.3.12", + "@angular/compiler": "19.2.17", "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "17.3.12", diff --git a/package-lock.json b/package-lock.json index 14b53ac5f..3ec432d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -191,7 +191,7 @@ "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", "@angular/common": "17.3.12", - "@angular/compiler": "17.3.12", + "@angular/compiler": "19.2.17", "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "17.3.12", @@ -443,7 +443,7 @@ "dependencies": { "@angular/animations": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "17.3.10", @@ -481,7 +481,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.10", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.10", @@ -681,7 +681,7 @@ "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", "@angular/common": "17.3.12", - "@angular/compiler": "17.3.12", + "@angular/compiler": "19.2.17", "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "17.3.12", @@ -1447,24 +1447,16 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", - "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "license": "MIT", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.3.12" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -35045,7 +35037,7 @@ "@angular/animations": "^17.2.3", "@angular/cdk": "^17.2.1", "@angular/common": "^17.2.3", - "@angular/compiler": "^17.2.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.2.3", "@angular/forms": "^17.2.3", "@angular/material": "^17.2.1", diff --git a/prototypes/process-explorer/oss-frontend/package.json b/prototypes/process-explorer/oss-frontend/package.json index 8a654cdc9..6da43d8e1 100644 --- a/prototypes/process-explorer/oss-frontend/package.json +++ b/prototypes/process-explorer/oss-frontend/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^17.2.3", "@angular/cdk": "^17.2.1", "@angular/common": "^17.2.3", - "@angular/compiler": "^17.2.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.2.3", "@angular/forms": "^17.2.3", "@angular/material": "^17.2.1",