add @types/wicg-file-system-access

This commit is contained in:
João Moreno 2021-03-29 11:32:24 +02:00
parent 8215a110a9
commit 288368cdc0
No known key found for this signature in database
GPG key ID: 896B853774D1A575
3 changed files with 8 additions and 1 deletions

View file

@ -109,6 +109,7 @@
"@types/trusted-types": "^1.0.6",
"@types/vscode-windows-registry": "^1.0.0",
"@types/webpack": "^4.41.25",
"@types/wicg-file-system-access": "^2020.9.1",
"@types/windows-foreground-love": "^0.3.0",
"@types/windows-mutex": "^0.4.0",
"@types/windows-process-tree": "^0.2.0",

View file

@ -12,7 +12,8 @@
"semver",
"sinon",
"winreg",
"trusted-types"
"trusted-types",
"wicg-file-system-access"
],
"plugins": [
{

View file

@ -570,6 +570,11 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"
"@types/wicg-file-system-access@^2020.9.1":
version "2020.9.1"
resolved "https://registry.yarnpkg.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.1.tgz#ae1f420b0ca70f545c8621a9b63ed29270ef724a"
integrity sha512-hEN/YpLwvDjhRJrKoBiyiKtIh2zNkmJ/GY9VWIXNgjy7TBZNM9upfb/rnWDGpOoLomnEQtlTBjFBFCDra1oxOQ==
"@types/windows-foreground-love@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@types/windows-foreground-love/-/windows-foreground-love-0.3.0.tgz#26bc230b2568aa7ab7c56d35bb5653c0a6965a42"