소스 검색

Merge pull request #77 from fractile81/deps-updates

Dependencies all updated to latest versions.
Geequlim 7 년 전
부모
커밋
58e8626cac
3개의 변경된 파일322개의 추가작업 그리고 345개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 311 335
      package-lock.json
  3. 10 10
      package.json

+ 1 - 0
.gitignore

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 311 - 335
package-lock.json


+ 10 - 10
package.json

@@ -8,7 +8,7 @@
   "repository": "https://github.com/GodotExplorer/godot-tools",
   "license": "MIT",
   "engines": {
-    "vscode": "^1.16.1"
+    "vscode": "^1.1.21"
   },
   "categories": [
     "Other"
@@ -88,11 +88,11 @@
           "description": "Turn on/off syntax checking for GDScript"
         },
         "GodotTools.lint": {
-          "type":"object",
+          "type": "object",
           "default": {
-              "semicolon": false,
-              "conditionBrackets": false,
-              "unusedSymbols": true
+            "semicolon": false,
+            "conditionBrackets": false,
+            "unusedSymbols": true
           },
           "description": "Lint configurations"
         }
@@ -143,11 +143,11 @@
     "test": "node ./node_modules/vscode/bin/test"
   },
   "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": {
     "glob": "^7.1.1",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.