From 3177d3ee21369551da0340826b9e41cd4c08fce6 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 3 Jul 2022 17:10:26 -0700 Subject: [PATCH 1/2] fix: update find-and-replace to v0.220.0 --- package-lock.json | 5 ++--- package.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fceebfb0349..ebf590c1dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atom", - "version": "1.61.0-dev", + "version": "1.63.0-dev", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3471,8 +3471,7 @@ } }, "find-and-replace": { - "version": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.8/tarball", - "integrity": "sha512-5jb+LoQFijsADkyD2t4vZl2vgSKN+4d157NMRZYwwEAytVNEvpDsq2QBZapbcTVISRIvOoznT5tu1RrqkWl+zw==", + "version": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.tar.gz", "requires": { "binary-search": "^1.3.3", "etch": "0.9.3", diff --git a/package.json b/package.json index 96b80746396..09b317c076e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "etch": "0.14.1", "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.219.8/tarball", + "find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.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": "0.219.8", + "find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.0.tar.gz", "fuzzy-finder": "1.14.3", "github": "0.36.10", "git-diff": "file:./packages/git-diff", From 4db8e31729ab54d59b77a7c4ddee77e3fa807d7e Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 3 Jul 2022 18:39:09 -0700 Subject: [PATCH 2/2] fix: update find-and-replace to v0.220.1 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebf590c1dbc..30d191d2243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 09b317c076e..32993f677c6 100644 --- a/package.json +++ b/package.json @@ -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",