Merge pull request #19505 from atom/as/update-find-and-replace

Upgrade find-and-replace@0.218.13
This commit is contained in:
Antonio Scandurra 2019-06-12 18:01:03 +02:00 committed by GitHub
commit 22c578e824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -2863,8 +2863,8 @@
}
},
"find-and-replace": {
"version": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.12/tarball",
"integrity": "sha512-ykte8V/n4L+kLrm1tXK0SODYLtPa9go9O0GOoOC5JOhErYMnTP9MRSygUug1bDkiyWOJ2brYrua4abSz/GPajA==",
"version": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.13/tarball",
"integrity": "sha512-pLWj62GTg/i2p3IKYLz3sbYtY7SDJvR6ZSOFBJuYNsGde6GBxIY5RLuITmgaHISbwt3q/jIy8DVYGbxVpeFm6A==",
"requires": {
"binary-search": "^1.3.3",
"element-resize-detector": "^1.1.10",

View File

@ -54,7 +54,7 @@
"etch": "^0.12.6",
"event-kit": "^2.5.3",
"exception-reporting": "file:packages/exception-reporting",
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.12/tarball",
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.13/tarball",
"find-parent-dir": "^0.3.0",
"first-mate": "7.4.0",
"focus-trap": "2.4.5",
@ -200,7 +200,7 @@
"dev-live-reload": "file:./packages/dev-live-reload",
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "0.218.12",
"find-and-replace": "0.218.13",
"fuzzy-finder": "1.13.7",
"github": "0.29.0",
"git-diff": "file:./packages/git-diff",