fix: update find-and-replace to v0.220.1

This commit is contained in:
Amin Yahyaabadi 2022-07-03 18:39:09 -07:00
parent 3177d3ee21
commit 4db8e31729
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -3471,7 +3471,7 @@
}
},
"find-and-replace": {
"version": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.tar.gz",
"version": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"requires": {
"binary-search": "^1.3.3",
"etch": "0.9.3",

View File

@ -58,7 +58,7 @@
"etch": "0.14.1",
"event-kit": "^2.5.3",
"exception-reporting": "file:packages/exception-reporting",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.tar.gz",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"find-parent-dir": "^0.3.0",
"first-mate": "7.4.3",
"focus-trap": "6.3.0",
@ -203,7 +203,7 @@
"dev-live-reload": "file:./packages/dev-live-reload",
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.tar.gz",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"fuzzy-finder": "1.14.3",
"github": "0.36.10",
"git-diff": "file:./packages/git-diff",