Merge pull request #19603 from atom/update-fuzzy-finder

⬆️ fuzzy-finder@1.13.9
This commit is contained in:
Rafael Oleza
2019-06-26 18:56:22 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -3048,8 +3048,8 @@
"integrity": "sha1-gy9kifvodnaUWVmckUpnDsIpR+4="
},
"fuzzy-finder": {
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.8/tarball",
"integrity": "sha512-uhBHzD0B42k4KQ+CktomP16nxH/0fxlM9of3r/1bEAAxK4i0+/4Z22Qmxv3qsawo+4DxFUc3P9KCTgjxZHTaBA==",
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.9/tarball",
"integrity": "sha512-iN0jeWvQco7pHTzaGQkVZDEeKSc+bNo3m4udZXCx30SGD+4iMvW1jbs8ez2R//GJ9kbE3qinndooRFTt+MBiwg==",
"requires": {
"@atom/fuzzy-native": "^1.0.3",
"async": "0.2.6",

View File

@@ -62,7 +62,7 @@
"fs-plus": "^3.1.1",
"fstream": "0.1.24",
"fuzzaldrin": "^2.1",
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.8/tarball",
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.9/tarball",
"git-diff": "file:packages/git-diff",
"git-utils": "5.6.1",
"github": "https://www.atom.io/api/packages/github/versions/0.29.0/tarball",
@@ -201,7 +201,7 @@
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "0.218.14",
"fuzzy-finder": "1.13.8",
"fuzzy-finder": "1.13.9",
"github": "0.29.0",
"git-diff": "file:./packages/git-diff",
"go-to-line": "file:./packages/go-to-line",