mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates zone.js peer dependency versioon for core package to 0.15.0. PR Close #57431
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"name": "@angular/core",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the core framework",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
},
|
|
"exports": {
|
|
"./schematics/*": {
|
|
"default": "./schematics/*.js"
|
|
},
|
|
"./event-dispatch-contract.min.js": {
|
|
"default": "./event-dispatch-contract.min.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"ng-update": {
|
|
"migrations": "./schematics/migrations.json",
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"schematics": "./schematics/collection.json",
|
|
"sideEffects": false
|
|
}
|