@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:
Zoran Liu 2021-12-16 17:02:22 +08:00
Родитель 76f888ba81
Коммит 5029106805
3 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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",