mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update typescript to v4.5.5 (#8042)
Co-authored-by: Randolf Jung <jrandolf@chromium.org>
This commit is contained in:
parent
f0a2b517f5
commit
c5e01efdef
@ -113,6 +113,6 @@
|
||||
"standard-version": "9.3.2",
|
||||
"text-diff": "1.0.1",
|
||||
"ts-node": "10.5.0",
|
||||
"typescript": "4.4.4"
|
||||
"typescript": "4.5.5"
|
||||
}
|
||||
}
|
||||
|
@ -411,21 +411,21 @@ function compareDocumentations(actual, expected) {
|
||||
'Method ElementHandle.dragEnter() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method ElementHandle.dragOver() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method ElementHandle.drop() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -509,7 +509,7 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Mouse.dragEnter() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -523,7 +523,7 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Mouse.dragOver() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -537,7 +537,7 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Mouse.drop() data',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'DragData',
|
||||
expectedName: 'Protocol.Input.DragData',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -723,7 +723,7 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Page.setUserAgent() userAgentMetadata',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'UserAgentMetadata',
|
||||
expectedName: 'Protocol.Emulation.UserAgentMetadata',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -828,14 +828,14 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Page.setCookie() ...cookies',
|
||||
{
|
||||
actualName: '...Object',
|
||||
expectedName: '...CookieParam',
|
||||
expectedName: '...Protocol.Network.CookieParam',
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method Page.emulateVisionDeficiency() type',
|
||||
{
|
||||
actualName: 'string',
|
||||
expectedName: 'Object',
|
||||
expectedName: 'Protocol.Emulation.SetEmulatedVisionDeficiencyRequest',
|
||||
},
|
||||
],
|
||||
[
|
||||
@ -996,7 +996,7 @@ function compareDocumentations(actual, expected) {
|
||||
'Method Page.deleteCookie() ...cookies',
|
||||
{
|
||||
actualName: '...Object',
|
||||
expectedName: '...DeleteCookiesRequest',
|
||||
expectedName: '...Protocol.Network.DeleteCookiesRequest',
|
||||
},
|
||||
],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user