Skip to content

Commit 2235d1a

Browse files
committed
fix: remove unused vfs dep
Signed-off-by: Christian Stewart <[email protected]>
1 parent 41b42af commit 2235d1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
},
5757
"dependencies": {
5858
"@aptre/protobuf-es-lite": "^0.5.2",
59-
"@typescript/vfs": "1.6.2",
6059
"starpc": "^0.39.5"
6160
},
6261
"resolutions": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
"@typescript-eslint/types" "8.46.3"
834834
eslint-visitor-keys "^4.2.1"
835835

836-
"@typescript/vfs@1.6.2", "@typescript/vfs@^1.5.0":
836+
"@typescript/vfs@^1.5.0":
837837
version "1.6.2"
838838
resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.6.2.tgz#e66883c5a8dcc5d2794dfa05c8f9749d767219f8"
839839
integrity sha512-hoBwJwcbKHmvd2QVebiytN1aELvpk9B74B4L1mFm/XT1Q/VOYAWl2vQ9AWRFtQq8zmz6enTpfTV8WRc4ATjW/g==

0 commit comments

Comments
 (0)