We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8136f0f commit f9d5a4cCopy full SHA for f9d5a4c
package.json
@@ -26,10 +26,13 @@
26
"@salesforce/plugin-command-reference": "^1.4.7",
27
"@salesforce/prettier-config": "^0.0.3",
28
"@salesforce/ts-sinon": "^1",
29
+ "@types/chai": "^4.3.19",
30
"@types/jsforce": "^1.11.5",
31
+ "@types/mocha": "^10.0.7",
32
+ "@types/sinon": "^17.0.3",
33
"@typescript-eslint/eslint-plugin": "^4.2.0",
34
"@typescript-eslint/parser": "^4.2.0",
- "chai": "^4.4.1",
35
+ "chai": "^4.5.0",
36
"eslint": "^7.27.0",
37
"eslint-config-oclif": "^3.1",
38
"eslint-config-prettier": "^8",
@@ -47,7 +50,7 @@
47
50
"nyc": "^15.1.0",
48
51
"prettier": "^2.8.8",
49
52
"pretty-quick": "^3.3.1",
- "sinon": "10.0.0",
53
+ "sinon": "^10.0.0",
54
"ts-node": "^10.9.2",
55
"typescript": "^4.9.5"
56
},
0 commit comments