feat(elements): update package.json with latest (#22413)
PR Close #22413
This commit is contained in:
parent
fe21437232
commit
2e450f6fda
|
@ -9,7 +9,7 @@
|
||||||
"author": "angular",
|
"author": "angular",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^1.7.1"
|
"tslib": "^1.9.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||||
|
@ -19,5 +19,9 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/angular/angular.git"
|
"url": "https://github.com/angular/angular.git"
|
||||||
}
|
},
|
||||||
|
"ng-update": {
|
||||||
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
|
},
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue