⬆️ language-python

Fixes #19062
This commit is contained in:
Max Brunsfeld
2019-04-07 14:42:55 -07:00
parent 386b153878
commit 404b94ca73
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -4574,11 +4574,11 @@
"integrity": "sha512-HD6HI41u57i0/Tu9catiriURhJsef0RDrzJDkGDtdFkE9F9KPxC9Fayq2JBLJrhIyADRVXFxwxsfwQ2Jmh6hxg=="
},
"language-python": {
"version": "https://www.atom.io/api/packages/language-python/versions/0.51.9/tarball",
"integrity": "sha512-lzGnQWARAoojTmM5q9JONDkufjbt+XGOOrTe0vOFByyVdZpqcMzsS0bzhzkBJ3GHnAOp0W5DB0idwfwNtuAsag==",
"version": "https://www.atom.io/api/packages/language-python/versions/0.51.10/tarball",
"integrity": "sha512-eLNjUIvrRw09tJ4r5N1Zb6hYTdpYLOQd/i0uHefEGTQgmrckJohqCtivXFFQQ3bnQfhyvRrx5cZrGlMddjnKOw==",
"requires": {
"atom-grammar-test": "^0.6.4",
"tree-sitter-python": "^0.13.6"
"tree-sitter-python": "^0.14.0"
}
},
"language-ruby": {
@@ -7083,9 +7083,9 @@
}
},
"tree-sitter-python": {
"version": "0.13.6",
"resolved": "https://registry.npmjs.org/tree-sitter-python/-/tree-sitter-python-0.13.6.tgz",
"integrity": "sha512-QGc7dNObFv5+kCIvknO+Jv9eHusgamlcxZpLkDioAK6/dZ/f+3vbn3KQ2y4PpS1qiAHaaxh2V4XgMyv6k/rS9g==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/tree-sitter-python/-/tree-sitter-python-0.14.0.tgz",
"integrity": "sha512-Kcj5AUdeI4/c/JLsQV8OFI0zLrwcQ1nKoqCRr+W73Tp5SIK+Dd1ILNC5TFHPw1IqOGstcg8AH0XTeU0uq3boZg==",
"requires": {
"nan": "^2.4.0"
}

View File

@@ -98,7 +98,7 @@
"language-perl": "https://www.atom.io/api/packages/language-perl/versions/0.38.1/tarball",
"language-php": "https://www.atom.io/api/packages/language-php/versions/0.44.1/tarball",
"language-property-list": "https://www.atom.io/api/packages/language-property-list/versions/0.9.1/tarball",
"language-python": "https://www.atom.io/api/packages/language-python/versions/0.51.9/tarball",
"language-python": "https://www.atom.io/api/packages/language-python/versions/0.51.10/tarball",
"language-ruby": "https://www.atom.io/api/packages/language-ruby/versions/0.72.16/tarball",
"language-ruby-on-rails": "https://www.atom.io/api/packages/language-ruby-on-rails/versions/0.25.3/tarball",
"language-rust-bundled": "file:packages/language-rust-bundled",
@@ -250,7 +250,7 @@
"language-perl": "0.38.1",
"language-php": "0.44.1",
"language-property-list": "0.9.1",
"language-python": "0.51.9",
"language-python": "0.51.10",
"language-ruby": "0.72.16",
"language-ruby-on-rails": "0.25.3",
"language-rust-bundled": "file:./packages/language-rust-bundled",