Skip to content

Commit

Permalink
Merge pull request #169 from Vidminas/deps-update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
JPinkney authored Aug 6, 2019
2 parents 4aff48d + 85d69bc commit c1a9c2e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 70 deletions.
113 changes: 54 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,32 @@
"url": "https://github.com/redhat-developer/yaml-language-server.git"
},
"dependencies": {
"js-yaml": "^3.13.1",
"jsonc-parser": "^2.1.0",
"request-light": "^0.2.4",
"vscode-json-languageservice": "3.2.0",
"vscode-json-languageservice": "^3.3.0",
"vscode-languageserver": "^5.2.1",
"vscode-languageserver-types": "^3.14.0",
"vscode-uri": "^2.0.2",
"yaml-ast-parser-custom-tags": "0.0.43",
"js-yaml": "^3.13.1"
"vscode-nls": "^4.1.1",
"vscode-uri": "^2.0.3",
"yaml-ast-parser-custom-tags": "0.0.43"
},
"optionalDependencies": {
"prettier": "^1.17.1"
"prettier": "^1.18.2"
},
"devDependencies": {
"@types/mocha": "2.2.48",
"@types/node": "^9.4.7",
"@types/prettier": "^1.13.2",
"coveralls": "^3.0.3",
"@types/prettier": "^1.18.0",
"coveralls": "^3.0.5",
"mocha": "5.0.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"source-map-support": "^0.5.4",
"source-map-support": "^0.5.12",
"ts-node": "^5.0.1",
"tslint": "5.17.0",
"typescript": "^3.5.1",
"typescript-tslint-plugin": "^0.4.0"
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"typescript-tslint-plugin": "^0.5.4"
},
"scripts": {
"compile": "installServerIntoExtension ./out ./package.json ./tsconfig.json && tsc -p .",
Expand Down

0 comments on commit c1a9c2e

Please sign in to comment.