Skip to content

Commit

Permalink
fix: resolving any type build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vsushmita committed Sep 3, 2024
1 parent 8136f0f commit f9d5a4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
"@salesforce/plugin-command-reference": "^1.4.7",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1",
"@types/chai": "^4.3.19",
"@types/jsforce": "^1.11.5",
"@types/mocha": "^10.0.7",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^7.27.0",
"eslint-config-oclif": "^3.1",
"eslint-config-prettier": "^8",
Expand All @@ -47,7 +50,7 @@
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"sinon": "10.0.0",
"sinon": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit f9d5a4c

Please sign in to comment.