Skip to content

Commit 82c095c

Browse files
chore(deps-dev): bump @typescript/vfs from 1.6.1 to 1.6.2
Bumps [@typescript/vfs](https://github.com/microsoft/TypeScript-Website/tree/HEAD/packages/create-typescript-playground-plugin) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/microsoft/TypeScript-Website/releases) - [Changelog](https://github.com/microsoft/TypeScript-Website/blob/v2/packages/create-typescript-playground-plugin/CHANGELOG.md) - [Commits](https://github.com/microsoft/TypeScript-Website/commits/@typescript/[email protected]/packages/create-typescript-playground-plugin) --- updated-dependencies: - dependency-name: "@typescript/vfs" dependency-version: 1.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25562e3 commit 82c095c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/common-tags": "^1.8.4",
7979
"@types/node": "~18.18.0",
8080
"@typescript-eslint/rule-tester": "^8.46.2",
81-
"@typescript/vfs": "^1.6.1",
81+
"@typescript/vfs": "^1.6.2",
8282
"@vitest/coverage-v8": "^3.2.4",
8383
"@vitest/eslint-plugin": "^1.4.0",
8484
"bumpp": "^10.3.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,14 +973,14 @@ __metadata:
973973
languageName: node
974974
linkType: hard
975975

976-
"@typescript/vfs@npm:^1.6.1":
977-
version: 1.6.1
978-
resolution: "@typescript/vfs@npm:1.6.1"
976+
"@typescript/vfs@npm:^1.6.2":
977+
version: 1.6.2
978+
resolution: "@typescript/vfs@npm:1.6.2"
979979
dependencies:
980980
debug: "npm:^4.1.1"
981981
peerDependencies:
982982
typescript: "*"
983-
checksum: 10c0/3878686aff4bf26813dad9242aa8e01c5c9734f4d37f31035f93e9c8b850f15ec6a4480f04cf3a3a1cbf78a4e796ae1be5d6c54f7f7c91556eafee913a8d0da4
983+
checksum: 10c0/72e9a551337aa5478e39d6e0568bcf00d30fad68eae456a68b7436d2b5c7a35d78dd1d121242433fb6c8dc02ca618dfb5fe09916de88dabe746b3fb6b224793a
984984
languageName: node
985985
linkType: hard
986986

@@ -2190,7 +2190,7 @@ __metadata:
21902190
"@typescript-eslint/rule-tester": "npm:^8.46.2"
21912191
"@typescript-eslint/scope-manager": "npm:^8.19.1"
21922192
"@typescript-eslint/utils": "npm:^8.19.1"
2193-
"@typescript/vfs": "npm:^1.6.1"
2193+
"@typescript/vfs": "npm:^1.6.2"
21942194
"@vitest/coverage-v8": "npm:^3.2.4"
21952195
"@vitest/eslint-plugin": "npm:^1.4.0"
21962196
bumpp: "npm:^10.3.1"

0 commit comments

Comments
 (0)