⬆️ atom-select-list

This commit is contained in:
Max Brunsfeld
2018-08-20 16:38:18 -07:00
parent a5c4ea993b
commit 4f1c38242b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -756,9 +756,9 @@
"integrity": "sha512-7UMEHdTtBV5sJONT0uMeQ6M8JFdfMQy/14rxuP6OuoFfSiDjxyZHuorIbv8gqhRB3FQMMLPzqONoFJE2cpHiCg=="
},
"atom-select-list": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.7.1.tgz",
"integrity": "sha1-wXk7fUZm3dongrTAu2oH99EZf+M=",
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.7.2.tgz",
"integrity": "sha512-a707OB1DhLGjzqtFrtMQKH7BBxFuCh8UBoUWxgFOrLrSwVh3g+/TlVPVDOz12+U0mDu3mIrnYLqQyhywQOTxhw==",
"requires": {
"etch": "^0.12.6",
"fuzzaldrin": "^2.1.0"

View File

@@ -25,7 +25,7 @@
"atom-keymap": "8.2.10",
"atom-light-syntax": "https://www.atom.io/api/packages/atom-light-syntax/versions/0.29.0/tarball",
"atom-light-ui": "https://www.atom.io/api/packages/atom-light-ui/versions/0.46.2/tarball",
"atom-select-list": "^0.7.0",
"atom-select-list": "^0.7.2",
"atom-ui": "0.4.1",
"autocomplete-atom-api": "https://www.atom.io/api/packages/autocomplete-atom-api/versions/0.10.7/tarball",
"autocomplete-css": "https://www.atom.io/api/packages/autocomplete-css/versions/0.17.5/tarball",