diff --git a/demo b/demo index 950c246e62..84ea3852e4 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 950c246e628d3346354c1fde60d925e92e263236 +Subproject commit 84ea3852e425e9bfe253dca8d4caa76445d20c13 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 688ca78b55..6df1f1c11e 100644 --- a/extension/src/cli/dvc/contract.ts +++ b/extension/src/cli/dvc/contract.ts @@ -1,7 +1,7 @@ import { Plot } from '../../plots/webview/contract' export const MIN_CLI_VERSION = '2.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.45.1' +export const LATEST_TESTED_CLI_VERSION = '2.47.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }