Skip to content

Commit

Permalink
fix: chai as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 28, 2023
1 parent 5645919 commit 3c1dfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"bugs": "https://github.com/oclif/test/issues",
"dependencies": {
"@oclif/core": "^3.0.0-beta.17",
"chai": "^4.3.10",
"fancy-test": "^3.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10",
"@types/node": "^18",
"chai": "^4.3.10",
"eslint": "^8.49.0",
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/chai@*", "@types/chai@^4.3.6":
"@types/chai@*":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
integrity sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==
Expand Down

0 comments on commit 3c1dfbc

Please sign in to comment.