Skip to content

Commit

Permalink
test: use new major of oclif/test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 21, 2024
1 parent 5da1f54 commit 7369a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oclif/plugin-commands": "^3.3.3",
"@oclif/plugin-help": "^6",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "4.0.1-beta.4",
"@oclif/test": "^4",
"@types/chai": "^4.3.11",
"@types/fast-levenshtein": "^0.0.4",
"@types/mocha": "^10.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1112,10 +1112,10 @@
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==

"@oclif/test@4.0.1-beta.4":
version "4.0.1-beta.4"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.1-beta.4.tgz#001a261e750ab2efa1df620c7615b9fa1570ed41"
integrity sha512-gDKZERVna7tyoB4ZFOoCgm1LW6x+AQ3bXO7tb1XI5q4TcZg5dE9VU7cTboPZWPF9o+6mO62vApMHbCWrx4LKug==
"@oclif/test@^4":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.1.tgz#71db637ffeb36ca7e0dae1bd743cebfcc6df8d8c"
integrity sha512-/6qanxW7ImHe+ojCTqegtX+TRH0SZ5ArfDtgMUM6cQIZjkkFdp/2jIYdyGqvmcSLUtPV47fofvG9fSl2F/fsyA==
dependencies:
ansis "^3.2.0"
debug "^4.3.4"
Expand Down

0 comments on commit 7369a2e

Please sign in to comment.