1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-16 10:33:43 +08:00

build: update @types/babel__core to version 7.1.14

This commit is contained in:
Renovate Bot 2021-03-20 08:06:33 +00:00 committed by Charles
parent caafc6923e
commit e36c7e3cec
2 changed files with 5 additions and 5 deletions

@ -91,7 +91,7 @@
"@bazel/typescript": "3.2.2",
"@discoveryjs/json-ext": "0.5.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/babel__core": "7.1.13",
"@types/babel__core": "7.1.14",
"@types/babel__template": "7.4.0",
"@types/cacache": "^15.0.0",
"@types/caniuse-lite": "^1.0.0",

@ -1565,10 +1565,10 @@
"@types/browserslist" "*"
postcss "7.x.x"
"@types/babel__core@7.1.13":
version "7.1.13"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.13.tgz#bc6eea53975fdf163aff66c086522c6f293ae4cf"
integrity sha512-CC6amBNND16pTk4K3ZqKIaba6VGKAQs3gMjEY17FVd56oI/ZWt9OhS6riYiWv9s8ENbYUi7p8lgqb0QHQvUKQQ==
"@types/babel__core@7.1.14":
version "7.1.14"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==
dependencies:
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"