From 246255c6114353e093aaabf17bba9aec79cc7fd3 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 18 Jul 2022 15:39:55 -0400 Subject: [PATCH] Updates vscode required version --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5b6f6c0..3ef9077 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more", "version": "12.1.1", "engines": { - "vscode": "^1.64.0" + "vscode": "^1.69.0" }, "license": "SEE LICENSE IN LICENSE", "publisher": "eamodio", @@ -11231,7 +11231,7 @@ "@types/node": "16.11.43", "@types/sortablejs": "1.13.0", "@types/uuid": "8.3.4", - "@types/vscode": "1.64.0", + "@types/vscode": "1.69.0", "@typescript-eslint/eslint-plugin": "5.30.6", "@typescript-eslint/parser": "5.30.6", "@vscode/test-electron": "2.1.5", diff --git a/yarn.lock b/yarn.lock index 15ab444..49b9a26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -393,10 +393,10 @@ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== -"@types/vscode@1.64.0": - version "1.64.0" - resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.64.0.tgz#bfd82c8d92dc7824c1be084be1ab46ce20d7fb55" - integrity sha512-bSlAWz5WtcSL3cO9tAT/KpEH9rv5OBnm93OIIFwdCshaAiqr2bp1AUyEwW9MWeCvZBHEXc3V0fTYVdVyzDNwHA== +"@types/vscode@1.69.0": + version "1.69.0" + resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.69.0.tgz#a472011af392fbcf82cbb82f60b4c239c21b921c" + integrity sha512-RlzDAnGqUoo9wS6d4tthNyAdZLxOIddLiX3djMoWk29jFfSA1yJbIwr0epBYqqYarWB6s2Z+4VaZCQ80Jaa3kA== "@typescript-eslint/eslint-plugin@5.30.6": version "5.30.6"