Browse Source

Change minimum vscode version from 1.61.0 to 1.31.0

Wasi Master 3 years ago
parent
commit
d17e6c639d
3 changed files with 9 additions and 9 deletions
  1. 0 0
      dist/extension.js.map
  2. 7 7
      package-lock.json
  3. 2 2
      package.json

File diff suppressed because it is too large
+ 0 - 0
dist/extension.js.map


+ 7 - 7
package-lock.json

@@ -19,7 +19,7 @@
         "@types/markdown-escape": "^1.1.0",
         "@types/mocha": "^9.0.0",
         "@types/node": "14.x",
-        "@types/vscode": "^1.63.0",
+        "@types/vscode": "1.31.0",
         "@typescript-eslint/eslint-plugin": "^5.9.1",
         "@typescript-eslint/parser": "^5.9.1",
         "@vscode/test-electron": "^2.0.3",
@@ -210,9 +210,9 @@
       "dev": true
     },
     "node_modules/@types/vscode": {
-      "version": "1.63.1",
-      "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz",
-      "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==",
+      "version": "1.31.0",
+      "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.31.0.tgz",
+      "integrity": "sha512-uUpjvtrQ14ZEqqRE/EGuBvGbm9GuxDp76mtsnw3goMogsWmEEYS/y4eL2Zwf0rbFMh/hg3hEs+E3CvuuNEs+GA==",
       "dev": true
     },
     "node_modules/@typescript-eslint/eslint-plugin": {
@@ -3667,9 +3667,9 @@
       "dev": true
     },
     "@types/vscode": {
-      "version": "1.63.1",
-      "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz",
-      "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==",
+      "version": "1.31.0",
+      "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.31.0.tgz",
+      "integrity": "sha512-uUpjvtrQ14ZEqqRE/EGuBvGbm9GuxDp76mtsnw3goMogsWmEEYS/y4eL2Zwf0rbFMh/hg3hEs+E3CvuuNEs+GA==",
       "dev": true
     },
     "@typescript-eslint/eslint-plugin": {

+ 2 - 2
package.json

@@ -15,7 +15,7 @@
     "url":"https://github.com/wasi-master/wikipedia-hyperlinker"
   },
   "engines": {
-    "vscode": "^0.10.0"
+    "vscode": "^1.63.0"
   },
   "categories": [
     "Other"
@@ -69,7 +69,7 @@
     "@types/markdown-escape": "^1.1.0",
     "@types/mocha": "^9.0.0",
     "@types/node": "14.x",
-    "@types/vscode": "^1.63.0",
+    "@types/vscode": "1.31.0",
     "@typescript-eslint/eslint-plugin": "^5.9.1",
     "@typescript-eslint/parser": "^5.9.1",
     "@vscode/test-electron": "^2.0.3",

Some files were not shown because too many files changed in this diff