Skip to content

Commit f9d5a4c

Browse files
committed
fix: resolving any type build issues
1 parent 8136f0f commit f9d5a4c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@
2626
"@salesforce/plugin-command-reference": "^1.4.7",
2727
"@salesforce/prettier-config": "^0.0.3",
2828
"@salesforce/ts-sinon": "^1",
29+
"@types/chai": "^4.3.19",
2930
"@types/jsforce": "^1.11.5",
31+
"@types/mocha": "^10.0.7",
32+
"@types/sinon": "^17.0.3",
3033
"@typescript-eslint/eslint-plugin": "^4.2.0",
3134
"@typescript-eslint/parser": "^4.2.0",
32-
"chai": "^4.4.1",
35+
"chai": "^4.5.0",
3336
"eslint": "^7.27.0",
3437
"eslint-config-oclif": "^3.1",
3538
"eslint-config-prettier": "^8",
@@ -47,7 +50,7 @@
4750
"nyc": "^15.1.0",
4851
"prettier": "^2.8.8",
4952
"pretty-quick": "^3.3.1",
50-
"sinon": "10.0.0",
53+
"sinon": "^10.0.0",
5154
"ts-node": "^10.9.2",
5255
"typescript": "^4.9.5"
5356
},

0 commit comments

Comments
 (0)