mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dependency @types/chrome to ^0.0.180 (#45357)
PR Close #45357
This commit is contained in:
parent
650715062d
commit
9d8ff5d022
2 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@
|
|||
"@types/babel__traverse": "7.14.2",
|
||||
"@types/base64-js": "1.3.0",
|
||||
"@types/bluebird": "^3.5.27",
|
||||
"@types/chrome": "^0.0.179",
|
||||
"@types/chrome": "^0.0.180",
|
||||
"@types/convert-source-map": "^1.5.1",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/events": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -2239,10 +2239,10 @@
|
|||
"@types/node" "*"
|
||||
"@types/responselike" "*"
|
||||
|
||||
"@types/chrome@^0.0.179":
|
||||
version "0.0.179"
|
||||
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.179.tgz#57f93c9bd2e4ebf3a517698868d2012b870bb4df"
|
||||
integrity sha512-60zloNApIf88RwiG3Q7E+4NBG+znchhWmcaEVAAhUZahQbft5LWBzij4sinsfpAwbTtuWdFfUSpZsFhXTEFPVw==
|
||||
"@types/chrome@^0.0.180":
|
||||
version "0.0.180"
|
||||
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.180.tgz#b7fb831848f6b6c49abffd85410b73037c02381e"
|
||||
integrity sha512-A/CuuKAaHq2CHEpYBAtl0lp2ib7TTXK7VjJI4q+c+1U/HDvZLJ8IlsdEDzzHdvkNdh36bGONxrMnO9YZrKqbAw==
|
||||
dependencies:
|
||||
"@types/filesystem" "*"
|
||||
"@types/har-format" "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue