mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-01 23:58:17 +03:00
test: roll to folio@0.4.0-alpha25 (#6863)
This commit is contained in:
parent
b2143a951b
commit
cc2c6917cf
53
package-lock.json
generated
53
package-lock.json
generated
@ -55,7 +55,7 @@
|
||||
"eslint-plugin-notice": "^0.9.10",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"file-loader": "^6.1.0",
|
||||
"folio": "=0.4.0-alpha21",
|
||||
"folio": "=0.4.0-alpha25",
|
||||
"formidable": "^1.2.2",
|
||||
"html-webpack-plugin": "^4.4.1",
|
||||
"ncp": "^2.0.0",
|
||||
@ -4185,9 +4185,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/folio": {
|
||||
"version": "0.4.0-alpha21",
|
||||
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha21.tgz",
|
||||
"integrity": "sha512-0xfSvwZStmE4nbSkeryBPRM5qen/58U/h+ca9SncPjFHFACtE7zpiCXgRlDb6UvdUD1x5fPnkfa2UKwzmwjMcA==",
|
||||
"version": "0.4.0-alpha25",
|
||||
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha25.tgz",
|
||||
"integrity": "sha512-2O+CdrjkOUNUBsnLaCtDEEiWY7/6uBjAExme/eYqeLEbvjzOQYTSlz1NaLXfdQfE6YXDegG9F+oJo2Yxpzxnzw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
@ -4215,9 +4215,8 @@
|
||||
"ms": "^2.1.2",
|
||||
"pirates": "^4.0.1",
|
||||
"pixelmatch": "^5.2.1",
|
||||
"pngjs": "^5.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"source-map-support": "^0.5.19",
|
||||
"source-map-support": "^0.4.18",
|
||||
"stack-utils": "^2.0.2"
|
||||
},
|
||||
"bin": {
|
||||
@ -4236,6 +4235,24 @@
|
||||
"@babel/highlight": "^7.12.13"
|
||||
}
|
||||
},
|
||||
"node_modules/folio/node_modules/source-map": {
|
||||
"version": "0.5.7",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
||||
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/folio/node_modules/source-map-support": {
|
||||
"version": "0.4.18",
|
||||
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
|
||||
"integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"source-map": "^0.5.6"
|
||||
}
|
||||
},
|
||||
"node_modules/for-in": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
|
||||
@ -13134,9 +13151,9 @@
|
||||
}
|
||||
},
|
||||
"folio": {
|
||||
"version": "0.4.0-alpha21",
|
||||
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha21.tgz",
|
||||
"integrity": "sha512-0xfSvwZStmE4nbSkeryBPRM5qen/58U/h+ca9SncPjFHFACtE7zpiCXgRlDb6UvdUD1x5fPnkfa2UKwzmwjMcA==",
|
||||
"version": "0.4.0-alpha25",
|
||||
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha25.tgz",
|
||||
"integrity": "sha512-2O+CdrjkOUNUBsnLaCtDEEiWY7/6uBjAExme/eYqeLEbvjzOQYTSlz1NaLXfdQfE6YXDegG9F+oJo2Yxpzxnzw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
@ -13164,9 +13181,8 @@
|
||||
"ms": "^2.1.2",
|
||||
"pirates": "^4.0.1",
|
||||
"pixelmatch": "^5.2.1",
|
||||
"pngjs": "^5.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"source-map-support": "^0.5.19",
|
||||
"source-map-support": "^0.4.18",
|
||||
"stack-utils": "^2.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -13178,6 +13194,21 @@
|
||||
"requires": {
|
||||
"@babel/highlight": "^7.12.13"
|
||||
}
|
||||
},
|
||||
"source-map": {
|
||||
"version": "0.5.7",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
||||
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
||||
"dev": true
|
||||
},
|
||||
"source-map-support": {
|
||||
"version": "0.4.18",
|
||||
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
|
||||
"integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"source-map": "^0.5.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -80,7 +80,7 @@
|
||||
"eslint-plugin-notice": "^0.9.10",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"file-loader": "^6.1.0",
|
||||
"folio": "=0.4.0-alpha21",
|
||||
"folio": "=0.4.0-alpha25",
|
||||
"formidable": "^1.2.2",
|
||||
"html-webpack-plugin": "^4.4.1",
|
||||
"ncp": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user