diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-04 18:45:23 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-10-04 13:54:13 -0500 |
commit | 227cb6e4cf592acc266959334efccab7365c1685 (patch) | |
tree | beb435bb043294ef7874fd97c9f896160191bd58 | |
parent | Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 (diff) | |
download | trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar.gz trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar.bz2 trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar.lz trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar.xz trinkets-227cb6e4cf592acc266959334efccab7365c1685.tar.zst trinkets-227cb6e4cf592acc266959334efccab7365c1685.zip |
Bump @types/wicg-file-system-access from 2020.9.8 to 2023.10.0
Bumps [@types/wicg-file-system-access](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-file-system-access) from 2020.9.8 to 2023.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-file-system-access)
---
updated-dependencies:
- dependency-name: "@types/wicg-file-system-access"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index e790ff5..64ec38f 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@tailwindcss/typography": "0.5.10", "@types/html-minifier-terser": "7.0.0", "@types/node": "20.8.2", - "@types/wicg-file-system-access": "2020.9.8", + "@types/wicg-file-system-access": "2023.10.0", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", "@vite-pwa/sveltekit": "0.2.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b1d9a2..c22cc8e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: 20.8.2 version: 20.8.2 '@types/wicg-file-system-access': - specifier: 2020.9.8 - version: 2020.9.8 + specifier: 2023.10.0 + version: 2023.10.0 '@typescript-eslint/eslint-plugin': specifier: 6.7.4 version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) @@ -1914,8 +1914,8 @@ packages: resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} dev: true - /@types/wicg-file-system-access@2020.9.8: - resolution: {integrity: sha512-ggMz8nOygG7d/stpH40WVaNvBwuyYLnrg5Mbyf6bmsj/8+gb6Ei4ZZ9/4PNpcPNTT8th9Q8sM8wYmWGjMWLX/A==} + /@types/wicg-file-system-access@2023.10.0: + resolution: {integrity: sha512-grp7HBsK3ypYBh2zf/ChIYi8FA44REm7/k4+wa7wN5Y2wBoEbEThTW3UfSxpbaRP44ddOapamnLS3CtM60SkvA==} dev: true /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2): |