From 4490cc9bc7216adcea1198912db8ba395b9259f3 Mon Sep 17 00:00:00 2001 From: Ian Flanigan Date: Sun, 13 Aug 2023 00:47:18 +0200 Subject: [PATCH] Update `@types/wicg-file-system-access` (#196) With the latest TypeScript, there was a difference between `libdom` and `wicg-file-system-access` that caused weird errors. Updating this fixes them. --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5997fb..b2d0538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/jest": "^29.5.2", "@types/jest-image-snapshot": "^4.3.1", "@types/micromodal": "^0.3.2", - "@types/wicg-file-system-access": "^2020.9.5", + "@types/wicg-file-system-access": "^2020.9.6", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "ajv": "^6.12.0", @@ -3248,9 +3248,9 @@ "dev": true }, "node_modules/@types/wicg-file-system-access": { - "version": "2020.9.5", - "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.5.tgz", - "integrity": "sha512-UYK244awtmcUYQfs7FR8710MJcefL2WvkyHMjA8yJzxd1mo0Gfn88sRZ1Bls7hiUhA2w7ne1gpJ9T5g3G0wOyA==", + "version": "2020.9.6", + "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.6.tgz", + "integrity": "sha512-6hogE75Hl2Ov/jgp8ZhDaGmIF/q3J07GtXf8nCJCwKTHq7971po5+DId7grft09zG7plBwpF6ZU0yx9Du4/e1A==", "dev": true }, "node_modules/@types/ws": { @@ -16964,9 +16964,9 @@ "dev": true }, "@types/wicg-file-system-access": { - "version": "2020.9.5", - "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.5.tgz", - "integrity": "sha512-UYK244awtmcUYQfs7FR8710MJcefL2WvkyHMjA8yJzxd1mo0Gfn88sRZ1Bls7hiUhA2w7ne1gpJ9T5g3G0wOyA==", + "version": "2020.9.6", + "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.6.tgz", + "integrity": "sha512-6hogE75Hl2Ov/jgp8ZhDaGmIF/q3J07GtXf8nCJCwKTHq7971po5+DId7grft09zG7plBwpF6ZU0yx9Du4/e1A==", "dev": true }, "@types/ws": { diff --git a/package.json b/package.json index bd947b0..8ac6ae7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "^29.5.2", "@types/jest-image-snapshot": "^4.3.1", "@types/micromodal": "^0.3.2", - "@types/wicg-file-system-access": "^2020.9.5", + "@types/wicg-file-system-access": "^2020.9.6", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "ajv": "^6.12.0",