Skip to content

Commit

Permalink
fix: windows ci usage
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jan 1, 2024
1 parent 4c2278a commit 3d23b8b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"postpublish": "node ./scripts/postpublish.js"
},
"devDependencies": {
"cli-testing-library": "^2.0.1",
"cli-testing-library": "patch:cli-testing-library@https%3A//github.com/Waldeedle/cli-testing-library.git%23commit=ec90dd04342701ed2b6e9d1f269e7441704716e8#~/.yarn/patches/cli-testing-library-https-212434e605.patch",
"inquirer-directory": "^2.2.0",
"nyc": "^15.1.0",
"plop-pack-fancy-comments": "^0.2.1",
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2217,9 +2217,27 @@ __metadata:
languageName: node
linkType: hard

"cli-testing-library@npm:^2.0.1":
version: 2.0.1
resolution: "cli-testing-library@npm:2.0.1"
"cli-testing-library@https://github.com/Waldeedle/cli-testing-library.git#commit=ec90dd04342701ed2b6e9d1f269e7441704716e8":
version: 0.0.0-semantically-released
resolution: "cli-testing-library@https://github.com/Waldeedle/cli-testing-library.git#commit=ec90dd04342701ed2b6e9d1f269e7441704716e8"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
jest-matcher-utils: "npm:^27.4.2"
lz-string: "npm:^1.4.4"
pretty-format: "npm:^27.0.2"
redent: "npm:^3.0.0"
slice-ansi: "npm:^4.0.0"
strip-ansi: "npm:^6.0.1"
strip-final-newline: "npm:^2.0.0"
tree-kill: "npm:^1.2.2"
checksum: 4591bf69b1e3cb408646c3381f1936916c62829daf5b4200941a32228241dac5f2554fbb8d82dfff3984178317fd0c51031cc8cfc181fcdca5cf7386eaada704
languageName: node
linkType: hard

"cli-testing-library@patch:cli-testing-library@https%3A//github.com/Waldeedle/cli-testing-library.git%23commit=ec90dd04342701ed2b6e9d1f269e7441704716e8#~/.yarn/patches/cli-testing-library-https-212434e605.patch":
version: 0.0.0-semantically-released
resolution: "cli-testing-library@patch:cli-testing-library@https%3A//github.com/Waldeedle/cli-testing-library.git%23commit=ec90dd04342701ed2b6e9d1f269e7441704716e8#~/.yarn/patches/cli-testing-library-https-212434e605.patch::version=0.0.0-semantically-released&hash=08b8bd"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -2231,7 +2249,7 @@ __metadata:
strip-ansi: "npm:^6.0.1"
strip-final-newline: "npm:^2.0.0"
tree-kill: "npm:^1.2.2"
checksum: 7aa6917510a5cf8bbe88609553a3eb56b704d4c3668db3f372422ab5df35e83a6eb216fced96c2d85350ea2636251060c635d00c8ca018e13b681869a64af8dc
checksum: 63c01525b9ff49a200e0398474356cc466acb7c1dcbb5186abc3bee75e3c25504619cdbda691a37c37da603e4b8e2548d189e1c126990ca95ca9cd2e12306fab
languageName: node
linkType: hard

Expand Down Expand Up @@ -6580,7 +6598,7 @@ __metadata:
dependencies:
"@types/liftoff": "npm:^4.0.3"
chalk: "npm:^5.3.0"
cli-testing-library: "npm:^2.0.1"
cli-testing-library: "patch:cli-testing-library@https%3A//github.com/Waldeedle/cli-testing-library.git%23commit=ec90dd04342701ed2b6e9d1f269e7441704716e8#~/.yarn/patches/cli-testing-library-https-212434e605.patch"
inquirer-directory: "npm:^2.2.0"
interpret: "npm:^3.1.1"
liftoff: "npm:^4.0.0"
Expand Down

0 comments on commit 3d23b8b

Please sign in to comment.