Skip to content

Commit 11e5e56

Browse files
committed
chore: fix Windows CI errors
1 parent 4c2278a commit 11e5e56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/plop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"postpublish": "node ./scripts/postpublish.js"
3333
},
3434
"devDependencies": {
35-
"cli-testing-library": "^2.0.1",
35+
"cli-testing-library": "^2.0.2",
3636
"inquirer-directory": "^2.2.0",
3737
"nyc": "^15.1.0",
3838
"plop-pack-fancy-comments": "^0.2.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,9 +2217,9 @@ __metadata:
22172217
languageName: node
22182218
linkType: hard
22192219

2220-
"cli-testing-library@npm:^2.0.1":
2221-
version: 2.0.1
2222-
resolution: "cli-testing-library@npm:2.0.1"
2220+
"cli-testing-library@npm:^2.0.2":
2221+
version: 2.0.2
2222+
resolution: "cli-testing-library@npm:2.0.2"
22232223
dependencies:
22242224
"@babel/code-frame": "npm:^7.10.4"
22252225
"@babel/runtime": "npm:^7.12.5"
@@ -2231,7 +2231,7 @@ __metadata:
22312231
strip-ansi: "npm:^6.0.1"
22322232
strip-final-newline: "npm:^2.0.0"
22332233
tree-kill: "npm:^1.2.2"
2234-
checksum: 7aa6917510a5cf8bbe88609553a3eb56b704d4c3668db3f372422ab5df35e83a6eb216fced96c2d85350ea2636251060c635d00c8ca018e13b681869a64af8dc
2234+
checksum: c74ce125a3d222f78ff9482f7590dc5a6ce0e233386abbe3fdcf0819505d74ec1455ba71a2e51a194690af34db8c5675ffc1f791acaa4e27adc3207ae057dec3
22352235
languageName: node
22362236
linkType: hard
22372237

@@ -6580,7 +6580,7 @@ __metadata:
65806580
dependencies:
65816581
"@types/liftoff": "npm:^4.0.3"
65826582
chalk: "npm:^5.3.0"
6583-
cli-testing-library: "npm:^2.0.1"
6583+
cli-testing-library: "npm:^2.0.2"
65846584
inquirer-directory: "npm:^2.2.0"
65856585
interpret: "npm:^3.1.1"
65866586
liftoff: "npm:^4.0.0"

0 commit comments

Comments
 (0)