Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,5 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

*.lscache
16 changes: 8 additions & 8 deletions ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build-pack-publish": "npm run build && npm run pack && npm run publish"
},
"dependencies": {
"@microsoft/dev-tunnels-ssh": "^3.12.22",
"@microsoft/dev-tunnels-ssh-tcp": "^3.12.22",
"@microsoft/dev-tunnels-ssh": "^3.12.29",
"@microsoft/dev-tunnels-ssh-tcp": "^3.12.29",
"await-semaphore": "^0.1.3",
"axios": "^1.13.5",
"buffer": "^5.2.1",
Expand Down
8 changes: 4 additions & 4 deletions ts/src/connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"buffer": "^5.2.1",
"debug": "^4.1.1",
"vscode-jsonrpc": "^4.0.0",
"@microsoft/dev-tunnels-contracts": ">1.3.43",
"@microsoft/dev-tunnels-management": "^1.3.38",
"@microsoft/dev-tunnels-contracts": ">1.3.50",
"@microsoft/dev-tunnels-management": ">1.3.50",
"uuid": "^3.3.3",
"await-semaphore": "^0.1.3",
"websocket": "^1.0.28",
"es5-ext": "0.10.64"
},
"peerDependencies": {
"@microsoft/dev-tunnels-ssh": "^3.12.22",
"@microsoft/dev-tunnels-ssh-tcp": "^3.12.22"
"@microsoft/dev-tunnels-ssh": "^3.12.29",
"@microsoft/dev-tunnels-ssh-tcp": "^3.12.29"
}
}
2 changes: 1 addition & 1 deletion ts/src/management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"buffer": "^5.2.1",
"debug": "^4.1.1",
"vscode-jsonrpc": "^4.0.0",
"@microsoft/dev-tunnels-contracts": ">1.3.43",
"@microsoft/dev-tunnels-contracts": ">1.3.50",
"axios": "^1.8.4"
}
}
Loading