diff --git a/package-lock.json b/package-lock.json index 33dc050..c110248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "20.0.0-next.1", "@angular/compiler": "20.0.0-next.1", - "@angular/core": "20.0.0-next.1", + "@angular/core": "20.3.16", "@angular/forms": "20.0.0-next.1", "@angular/platform-browser": "20.0.0-next.1", "@angular/platform-browser-dynamic": "20.0.0-next.1", @@ -1462,23 +1462,27 @@ } }, "node_modules/@angular/core": { - "version": "20.0.0-next.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.0-next.1.tgz", - "integrity": "sha512-QBJI6eG1qfDoEXddyc6rObyoWVrWbGBFsFNRfW8hzyKE6xILDyN9lca327CU0iPTysJBlzeeKPPrlaUZ1X0Hww==", + "version": "20.3.16", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", + "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.0.0-next.1", + "@angular/compiler": "20.3.16", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, "peerDependenciesMeta": { "@angular/compiler": { "optional": true + }, + "zone.js": { + "optional": true } } }, diff --git a/package.json b/package.json index ca51622..01206a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "20.0.0-next.1", "@angular/compiler": "20.0.0-next.1", - "@angular/core": "20.0.0-next.1", + "@angular/core": "20.3.16", "@angular/forms": "20.0.0-next.1", "@angular/platform-browser": "20.0.0-next.1", "@angular/platform-browser-dynamic": "20.0.0-next.1",