Skip to content

Commit bd064cc

Browse files
committed
Upgrade wgutils to allow for blank line deletion in automerge PRs
1 parent f849df2 commit bd064cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"prettier": "^2.1.2",
7-
"wgutils": "^1.2.0-beta.0"
7+
"wgutils": "^1.2.1"
88
},
99
"prettier": {
1010
"proseWrap": "always"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
110110
dependencies:
111111
ansi-regex "^5.0.1"
112112

113-
wgutils@^1.2.0-beta.0:
114-
version "1.2.0-beta.0"
115-
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.2.0-beta.0.tgz#9742d2ee433c7c521bd17b0fea905741f790461a"
116-
integrity sha512-N09sJXrl6QOqTsMkS5PbyJPi0HTj3weY0XoFO6ULljGNB4QSCQURFDTHMMSi2Syezsb5UatPUAP4Ng03Ow3x+w==
113+
wgutils@^1.2.1:
114+
version "1.2.1"
115+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.2.1.tgz#eeb5855468f3c728d2d3143e68e96410220d9943"
116+
integrity sha512-3C7hG2oBZwpQtAgPdmdMox8v3MSEWt7ixSFS2zS4oP5RrE3mJDLToi6rbzIQvvm/VcheDbzvE6Tf27VkJ1l3NA==
117117
dependencies:
118118
date-fns "^2"
119119
date-fns-tz "^2.0.0"

0 commit comments

Comments
 (0)