⬆️ language-typescript

This commit is contained in:
Darangi
2020-01-27 22:56:39 +01:00
parent 67d61c0351
commit 081dd6019b
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -4150,10 +4150,10 @@
"integrity": "sha512-6xFDqM6nZpynmxGKUS85iUWY0yeub7GYvLyzSOqDejMuOL5UXAITnSNcb7jhr+hQA8KTj5dCmRjphkAQER4Ucg=="
},
"language-typescript": {
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.6.1/tarball",
"integrity": "sha512-shIBeRjXbEh0Mj6cPha2L5OfFEE4LLz6GueLvmyBHcwgu0O6f8c9v0pRarAi498nJbcU9wK8Rko5y2OsTrF6yw==",
"version": "https://www.atom.io/api/packages/language-typescript/versions/0.6.2/tarball",
"integrity": "sha512-aSqO4xj5plYfgDcYVZBxC431h1RRkR8U4tSEgw9dFehYnxh5WHLELhsQXoLC6uwGnEen5PD7dTtKy4Qs6ZSTQw==",
"requires": {
"tree-sitter-typescript": "^0.15.2"
"tree-sitter-typescript": "^0.16.1"
}
},
"language-xml": {
@@ -6791,9 +6791,9 @@
}
},
"tree-sitter-typescript": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/tree-sitter-typescript/-/tree-sitter-typescript-0.15.2.tgz",
"integrity": "sha512-L9K5VibChpn11oMi8k7tSo/cxrawg7qZKzaRRrzTdKEltXtLMNZeiO3Up9pANUl1qdYGWL5ymKgnpOVI7/3QHQ==",
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/tree-sitter-typescript/-/tree-sitter-typescript-0.16.1.tgz",
"integrity": "sha512-jyU5yl4W6JPn66v2YbzaO1ClDcdDnj+7YQNZz3STgEiUooSjpWI1Ucgw+S/qEGbf0fMXsC0fucpP+/M1uc9ubw==",
"requires": {
"nan": "^2.14.0"
}

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.6.1/tarball",
"language-typescript": "https://www.atom.io/api/packages/language-typescript/versions/0.6.2/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.6.1",
"language-typescript": "0.6.2",
"language-xml": "0.35.3",
"language-yaml": "0.32.0"
},