mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
RxJS 7 versions prior to 7.4.0 export ES5 code, whereas Angular applications using RxJS 6 today use ES2015. This was fixed in RxJS 7.4.0 which exposes ES2015 entrypoints as well. This commit updates Angular's peer dependencies to require the newer RxJS. PR Close #43748
38 lines
No EOL
847 B
JSON
38 lines
No EOL
847 B
JSON
{
|
|
"name": "@angular/common",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - commonly needed directives and services",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
|
|
},
|
|
"locales": "locales",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"exports": {
|
|
"./locales/global/*": {
|
|
"default": "./locales/global/*.js"
|
|
},
|
|
"./locales/*": {
|
|
"default": "./locales/*.mjs"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/common"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": [
|
|
"**/global/*.js",
|
|
"**/closure-locale.*"
|
|
]
|
|
} |