mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
build: update tslib to version 2.0.0
This commit is contained in:
parent
82e8b27f2a
commit
f59fba5ebb
@ -216,7 +216,7 @@
|
||||
"tree-kill": "1.2.2",
|
||||
"ts-api-guardian": "0.5.0",
|
||||
"ts-node": "^5.0.0",
|
||||
"tslib": "^1.11.1",
|
||||
"tslib": "^2.0.0",
|
||||
"tslint": "^6.0.0",
|
||||
"tslint-no-circular-imports": "^0.7.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"@angular/compiler-cli": "10.0.0-next.8",
|
||||
"@angular-devkit/core": "0.0.0",
|
||||
"ng-packagr": "~10.0.0-next.0",
|
||||
"tslib": "^1.10.0"
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"tsickle": {
|
||||
|
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"loader-utils": "2.0.0",
|
||||
"source-map": "0.7.3",
|
||||
"tslib": "1.12.0",
|
||||
"tslib": "2.0.0",
|
||||
"webpack-sources": "1.4.3"
|
||||
}
|
||||
}
|
||||
|
10
yarn.lock
10
yarn.lock
@ -12075,12 +12075,12 @@ ts-pnp@^1.1.6:
|
||||
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
|
||||
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
|
||||
|
||||
tslib@1.12.0:
|
||||
version "1.12.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.12.0.tgz#d1fc9cacd06a1456c62f2902b361573e83d66473"
|
||||
integrity sha512-5rxCQkP0kytf4H1T4xz1imjxaUUPMvc5aWp0rJ/VMIN7ClRiH1FwFvBt8wOeMasp/epeUnmSW6CixSIePtiLqA==
|
||||
tslib@2.0.0, tslib@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
|
||||
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
|
||||
|
||||
tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
|
||||
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
|
||||
version "1.11.2"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
|
||||
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
|
||||
|
Loading…
x
Reference in New Issue
Block a user