-
- Downloads
dependency updates
... | @@ -146,16 +146,16 @@ | ... | @@ -146,16 +146,16 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/mocha": "^7.0.2", | "@types/mocha": "^7.0.2", | ||
"@types/node": "^14.6.4", | "@types/node": "^14.11.2", | ||
"@typescript-eslint/parser": "^2.34.0", | "@typescript-eslint/parser": "^2.34.0", | ||
"eslint": "^7.8.1", | "eslint": "^7.9.0", | ||
"mocha": "^7.2.0", | "mocha": "^7.2.0", | ||
"typescript": "^3.9.7" | "typescript": "^3.9.7" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/ndjson": "^1.5.0", | "@types/ndjson": "^1.5.0", | ||
"@types/stream-to-array": "^2.3.0", | "@types/stream-to-array": "^2.3.0", | ||
"@types/vscode": "^1.48.0", | "@types/vscode": "^1.49.0", | ||
"b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v1.5.0.tar.gz", | "b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v1.5.0.tar.gz", | ||
"clean": "^4.0.2", | "clean": "^4.0.2", | ||
"error": "^10.4.0", | "error": "^10.4.0", | ||
... | ... |
Please register or sign in to comment