diff --git a/angular-contentful/package-lock.json b/angular-contentful/package-lock.json index 2e021747..b1bb42d1 100644 --- a/angular-contentful/package-lock.json +++ b/angular-contentful/package-lock.json @@ -1,18 +1,18 @@ { "name": "stackbit-angular-contentful", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stackbit-angular-contentful", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@angular/animations": "^14.0.2", "@angular/cdk": "^14.0.1", "@angular/common": "^14.0.2", - "@angular/compiler": "^14.0.2", + "@angular/compiler": "^19.2.17", "@angular/core": "^14.0.2", "@angular/forms": "^14.0.2", "@angular/material": "^14.0.1", @@ -419,22 +419,15 @@ } }, "node_modules/@angular/compiler": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.1.0.tgz", - "integrity": "sha512-aLbtpFDF3fp/DOEsWSdpszmoNZAb0To/zoKhHVmEReuUKkMtlPNd3+e6wkR2vrvR/cWgbKwdb7RQ1IQtGDu74A==", + "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", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" - }, - "peerDependencies": { - "@angular/core": "14.1.0" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -2674,6 +2667,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.1.0.tgz", "integrity": "sha512-d4U6ymDCXckVgfjYEv1Wjzd78ZSm0NKgq8mN6FdlrCupg02LPIODjeKyNr4c4zwMAOJeHkVNEZ+USoDEK3XSsw==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -14345,9 +14339,9 @@ } }, "@angular/compiler": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.1.0.tgz", - "integrity": "sha512-aLbtpFDF3fp/DOEsWSdpszmoNZAb0To/zoKhHVmEReuUKkMtlPNd3+e6wkR2vrvR/cWgbKwdb7RQ1IQtGDu74A==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-contentful/package.json b/angular-contentful/package.json index 7eff1006..e2fb3512 100644 --- a/angular-contentful/package.json +++ b/angular-contentful/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^14.0.2", "@angular/cdk": "^14.0.1", "@angular/common": "^14.0.2", - "@angular/compiler": "^14.0.2", + "@angular/compiler": "^19.2.17", "@angular/core": "^14.0.2", "@angular/forms": "^14.0.2", "@angular/material": "^14.0.1",