@angular/cli migration - update-libraries-tslib
Update library projects to use tslib version 2 as a direct dependency. Read more about this here: https://v10.angular.io/guide/migration-update-libraries-tslib
This commit is contained in:
Родитель
76f888ba81
Коммит
5029106805
|
@ -61,7 +61,8 @@
|
|||
"dependencies": {
|
||||
"css-to-style": "^1.2.1",
|
||||
"classnames": "^2.2.6",
|
||||
"stylenames": "^1.1.6"
|
||||
"stylenames": "^1.1.6",
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"css-to-style",
|
||||
|
|
|
@ -43,6 +43,9 @@
|
|||
],
|
||||
"private": false,
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular-react/core": "^1.0.0",
|
||||
"@angular/common": "^9.1.13",
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"semantic-ui"
|
||||
],
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular-react/core": "^0.3.0-alpha1",
|
||||
"@angular/common": "^9.1.13",
|
||||
|
|
Загрузка…
Ссылка в новой задаче