From 86df3b9422c7fb0987f2f7bc05235875b981b000 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 8 Apr 2020 18:54:20 -0700 Subject: [PATCH] Make sure we are using 1.44 types --- custom-editor-sample/package-lock.json | 8 ++++---- custom-editor-sample/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom-editor-sample/package-lock.json b/custom-editor-sample/package-lock.json index 5399d4ca..f3ba9f57 100644 --- a/custom-editor-sample/package-lock.json +++ b/custom-editor-sample/package-lock.json @@ -1,5 +1,5 @@ { - "name": "cat-edit", + "name": "cat-customs", "version": "0.0.1", "lockfileVersion": 1, "requires": true, @@ -31,9 +31,9 @@ "dev": true }, "@types/vscode": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.43.0.tgz", - "integrity": "sha512-kIaR9qzd80rJOxePKpCB/mdy00mz8Apt2QA5Y6rdrKFn13QNFNeP3Hzmsf37Bwh/3cS7QjtAeGSK7wSqAU0sYQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.44.0.tgz", + "integrity": "sha512-WJZtZlinE3meRdH+I7wTsIhpz/GLhqEQwmPGeh4s1irWLwMzCeTV8WZ+pgPTwrDXoafVUWwo1LiZ9HJVHFlJSQ==", "dev": true }, "ansi-styles": { diff --git a/custom-editor-sample/package.json b/custom-editor-sample/package.json index 6d356395..bd59d3e7 100644 --- a/custom-editor-sample/package.json +++ b/custom-editor-sample/package.json @@ -43,6 +43,6 @@ "@types/node": "^10.5.2", "tslint": "^5.16.0", "typescript": "^3.8.3", - "@types/vscode": "^1.43.0" + "@types/vscode": "^1.44.0" } -} \ No newline at end of file +}