From e2c83163b2a986bc340d6c824b494cbaa4703557 Mon Sep 17 00:00:00 2001 From: keindev Date: Tue, 29 Nov 2022 23:43:44 +0300 Subject: [PATCH] chore: fix vscode-shared-config version --- .sharedconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sharedconfig.yml b/.sharedconfig.yml index 8cf8a17..6261068 100644 --- a/.sharedconfig.yml +++ b/.sharedconfig.yml @@ -83,7 +83,7 @@ scripts: dependencies: - '@tagproject/docs-shared-config': '1.x' - - '@tagproject/vscode-shared-config': '2.X' + - '@tagproject/vscode-shared-config': '2.x' - '@types/jest' - '@types/node' - '@typescript-eslint/eslint-plugin': '5.x'