Browse Source

Merge pull request #77 from fractile81/deps-updates

Dependencies all updated to latest versions.
Geequlim 7 years ago
parent
commit
58e8626cac
3 changed files with 322 additions and 345 deletions
  1. 1 0
      .gitignore
  2. 311 335
      package-lock.json
  3. 10 10
      package.json

+ 1 - 0
.gitignore

@@ -6,3 +6,4 @@ test
 *.vsix
 *.vsix
 configurations/tmp.txt
 configurations/tmp.txt
 configurations/test.py
 configurations/test.py
+.vscode-test

File diff suppressed because it is too large
+ 311 - 335
package-lock.json


+ 10 - 10
package.json

@@ -8,7 +8,7 @@
   "repository": "https://github.com/GodotExplorer/godot-tools",
   "repository": "https://github.com/GodotExplorer/godot-tools",
   "license": "MIT",
   "license": "MIT",
   "engines": {
   "engines": {
-    "vscode": "^1.16.1"
+    "vscode": "^1.1.21"
   },
   },
   "categories": [
   "categories": [
     "Other"
     "Other"
@@ -88,11 +88,11 @@
           "description": "Turn on/off syntax checking for GDScript"
           "description": "Turn on/off syntax checking for GDScript"
         },
         },
         "GodotTools.lint": {
         "GodotTools.lint": {
-          "type":"object",
+          "type": "object",
           "default": {
           "default": {
-              "semicolon": false,
-              "conditionBrackets": false,
-              "unusedSymbols": true
+            "semicolon": false,
+            "conditionBrackets": false,
+            "unusedSymbols": true
           },
           },
           "description": "Lint configurations"
           "description": "Lint configurations"
         }
         }
@@ -143,11 +143,11 @@
     "test": "node ./node_modules/vscode/bin/test"
     "test": "node ./node_modules/vscode/bin/test"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "typescript": "^2.0.3",
-    "vscode": "^1.1.5",
-    "mocha": "^2.3.3",
-    "@types/node": "^6.0.40",
-    "@types/mocha": "^2.2.32"
+    "@types/mocha": "^5.2.5",
+    "@types/node": "^10.9.4",
+    "mocha": "^5.2.0",
+    "typescript": "^3.0.3",
+    "vscode": "^1.1.21"
   },
   },
   "dependencies": {
   "dependencies": {
     "glob": "^7.1.1",
     "glob": "^7.1.1",

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