chore(deps-dev): bump @types/vscode from 1.67.0 to 1.69.0 in /frontend (#303)

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.67.0 to 1.69.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

---
updated-dependencies:
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-01 23:21:26 +00:00
committed by GitHub
parent 7a40296011
commit 42e7a0c3e7
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.4",
"@types/vscode": "~1.67.0",
"@types/vscode": "~1.69.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@zerodevx/svelte-toast": "^0.7.2",
@@ -504,9 +504,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.69.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.69.0.tgz",
"integrity": "sha512-RlzDAnGqUoo9wS6d4tthNyAdZLxOIddLiX3djMoWk29jFfSA1yJbIwr0epBYqqYarWB6s2Z+4VaZCQ80Jaa3kA==",
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
@@ -5310,9 +5310,9 @@
}
},
"@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.69.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.69.0.tgz",
"integrity": "sha512-RlzDAnGqUoo9wS6d4tthNyAdZLxOIddLiX3djMoWk29jFfSA1yJbIwr0epBYqqYarWB6s2Z+4VaZCQ80Jaa3kA==",
"dev": true
},
"@typescript-eslint/eslint-plugin": {

View File

@@ -20,7 +20,7 @@
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.4",
"@types/vscode": "~1.67.0",
"@types/vscode": "~1.69.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@zerodevx/svelte-toast": "^0.7.2",