Skip to content

Commit 4800689

Browse files
chore(deps-dev): bump @typescript/vfs from 1.6.0 to 1.6.1
Bumps [@typescript/vfs](https://github.com/microsoft/TypeScript-Website/tree/HEAD/packages/create-typescript-playground-plugin) from 1.6.0 to 1.6.1. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4ef852 commit 4800689

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.22.0",
81-
"@typescript/vfs": "^1.6.0",
81+
"@typescript/vfs": "^1.6.1",
8282
"@vitest/coverage-v8": "^2.1.8",
8383
"@vitest/eslint-plugin": "^1.1.25",
8484
"bumpp": "^9.9.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,14 +1018,14 @@ __metadata:
10181018
languageName: node
10191019
linkType: hard
10201020

1021-
"@typescript/vfs@npm:^1.6.0":
1022-
version: 1.6.0
1023-
resolution: "@typescript/vfs@npm:1.6.0"
1021+
"@typescript/vfs@npm:^1.6.1":
1022+
version: 1.6.1
1023+
resolution: "@typescript/vfs@npm:1.6.1"
10241024
dependencies:
10251025
debug: "npm:^4.1.1"
10261026
peerDependencies:
10271027
typescript: "*"
1028-
checksum: 10c0/35e17d92f0d4f33c4be12fc4468196788794bc2edc1a371f1023c42314f6d1e0e851f07b45732a634ef750e61e2ef8769e8ab4f6a6c511cea8da397fa87852ff
1028+
checksum: 10c0/3878686aff4bf26813dad9242aa8e01c5c9734f4d37f31035f93e9c8b850f15ec6a4480f04cf3a3a1cbf78a4e796ae1be5d6c54f7f7c91556eafee913a8d0da4
10291029
languageName: node
10301030
linkType: hard
10311031

@@ -2141,7 +2141,7 @@ __metadata:
21412141
"@typescript-eslint/rule-tester": "npm:^8.22.0"
21422142
"@typescript-eslint/scope-manager": "npm:^8.19.1"
21432143
"@typescript-eslint/utils": "npm:^8.19.1"
2144-
"@typescript/vfs": "npm:^1.6.0"
2144+
"@typescript/vfs": "npm:^1.6.1"
21452145
"@vitest/coverage-v8": "npm:^2.1.8"
21462146
"@vitest/eslint-plugin": "npm:^1.1.25"
21472147
bumpp: "npm:^9.9.3"

0 commit comments

Comments
 (0)