test: roll to folio@0.4.0-alpha26 (#6877)

This commit is contained in:
Dmitry Gozman 2021-06-03 13:40:00 -07:00 committed by GitHub
parent d7c202ca3c
commit 0830c85dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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-alpha25",
"folio": "=0.4.0-alpha26",
"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-alpha25",
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha25.tgz",
"integrity": "sha512-2O+CdrjkOUNUBsnLaCtDEEiWY7/6uBjAExme/eYqeLEbvjzOQYTSlz1NaLXfdQfE6YXDegG9F+oJo2Yxpzxnzw==",
"version": "0.4.0-alpha26",
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha26.tgz",
"integrity": "sha512-OTBrLhzv2iZbaawCiQ9tMnHB41TdORiTd9IsRtuDHljhcgQUlvNEemVoliYuZeiyPbWuxRuzHuO10sKnnx23CA==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.12.13",
@ -13151,9 +13151,9 @@
}
},
"folio": {
"version": "0.4.0-alpha25",
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha25.tgz",
"integrity": "sha512-2O+CdrjkOUNUBsnLaCtDEEiWY7/6uBjAExme/eYqeLEbvjzOQYTSlz1NaLXfdQfE6YXDegG9F+oJo2Yxpzxnzw==",
"version": "0.4.0-alpha26",
"resolved": "https://registry.npmjs.org/folio/-/folio-0.4.0-alpha26.tgz",
"integrity": "sha512-OTBrLhzv2iZbaawCiQ9tMnHB41TdORiTd9IsRtuDHljhcgQUlvNEemVoliYuZeiyPbWuxRuzHuO10sKnnx23CA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.12.13",

View File

@ -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-alpha25",
"folio": "=0.4.0-alpha26",
"formidable": "^1.2.2",
"html-webpack-plugin": "^4.4.1",
"ncp": "^2.0.0",