⬆️language-typescript@0.6.1

This commit is contained in:
Darangi 2019-12-06 18:47:23 +01:00
parent 8a1acbf5f9
commit 228c064c18
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -4144,10 +4144,10 @@
"integrity": "sha512-6xFDqM6nZpynmxGKUS85iUWY0yeub7GYvLyzSOqDejMuOL5UXAITnSNcb7jhr+hQA8KTj5dCmRjphkAQER4Ucg=="
},
"language-typescript": {
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.5.3/tarball",
"integrity": "sha512-L6lMJyk/Ze8YSyIbNsOnGxqgywVxJMcauo2UnHdOi7GZ2oKbPz+5kjEpeBRmz9PrHtslyZH7JiMLkEU/OLFdPw==",
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.6.1/tarball",
"integrity": "sha512-shIBeRjXbEh0Mj6cPha2L5OfFEE4LLz6GueLvmyBHcwgu0O6f8c9v0pRarAi498nJbcU9wK8Rko5y2OsTrF6yw==",
"requires": {
"tree-sitter-typescript": "^0.15.1"
"tree-sitter-typescript": "^0.15.2"
}
},
"language-xml": {
@ -6785,11 +6785,11 @@
}
},
"tree-sitter-typescript": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tree-sitter-typescript/-/tree-sitter-typescript-0.15.1.tgz",
"integrity": "sha512-xntREG9BE+zknNgcwmeVuq5/AT+lVCSUKvhX6T6KoZLk5OPY5EfHrTqGTxS97KDlSRiGfGPheOPMNzIgk/kwNQ==",
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/tree-sitter-typescript/-/tree-sitter-typescript-0.15.2.tgz",
"integrity": "sha512-L9K5VibChpn11oMi8k7tSo/cxrawg7qZKzaRRrzTdKEltXtLMNZeiO3Up9pANUl1qdYGWL5ymKgnpOVI7/3QHQ==",
"requires": {
"nan": "^2.10.0"
"nan": "^2.14.0"
}
},
"tree-view": {

View File

@ -108,7 +108,7 @@
"language-text": "https://www.atom.io/api/packages/language-text/versions/0.7.4/tarball",
"language-todo": "https://www.atom.io/api/packages/language-todo/versions/0.29.4/tarball",
"language-toml": "https://www.atom.io/api/packages/language-toml/versions/0.20.0/tarball",
"language-typescript": "https://www.atom.io/api/packages/language-typescript/versions/0.5.3/tarball",
"language-typescript": "https://www.atom.io/api/packages/language-typescript/versions/0.6.1/tarball",
"language-xml": "https://www.atom.io/api/packages/language-xml/versions/0.35.3/tarball",
"language-yaml": "https://www.atom.io/api/packages/language-yaml/versions/0.32.0/tarball",
"less-cache": "1.1.0",
@ -259,7 +259,7 @@
"language-text": "0.7.4",
"language-todo": "0.29.4",
"language-toml": "0.20.0",
"language-typescript": "0.5.3",
"language-typescript": "0.6.1",
"language-xml": "0.35.3",
"language-yaml": "0.32.0"
},