Dependencies all updated to latest versions. Only affects development packages.

This commit is contained in:
Craig A. Hancock
2018-09-02 07:07:31 -06:00
parent 63b10b1d72
commit eed2d4f516
3 changed files with 941 additions and 1317 deletions

1
.gitignore vendored
View File

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

2235
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
"repository": "https://github.com/GodotExplorer/godot-tools",
"license": "MIT",
"engines": {
"vscode": "^1.16.1"
"vscode": "^1.1.21"
},
"categories": [
"Other"
@@ -64,7 +64,7 @@
},
"GodotTools.godotVersion": {
"type": "number",
"default": 3.0,
"default": 3,
"description": "The godot version of your project"
},
"GodotTools.parseTextScene": {
@@ -88,11 +88,11 @@
"description": "Turn on/off the 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",