Skip to content

Commit 5b038e0

Browse files
committed
update depcheck
1 parent 267bfb0 commit 5b038e0

File tree

3 files changed

+6
-40
lines changed

3 files changed

+6
-40
lines changed

.depcheckrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ ignores:
66
- retry # Use OperationOptions from retry in templates but not recognized by depcheck
77
- '@types/retry' # Corresponds to retry
88
- '@openapitools/openapi-generator-cli' # Used by openapi-generator-cli in `npm run renderTemplates`
9+
- '@types/node-fetch' # Used by multiple files for fetch types
10+
- chai # Used by multiple files for testing
11+
- sinon # Used by multiple files for testing
12+
- nock # Used by multiple files for testing to mock API calls
13+
- handlebars # Used by generation script to generate version.ts and top level index.ts files
14+
- fs-extra # Used by generation script and updateApis script

package-lock.json

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@
5757
"devDependencies": {
5858
"@commerce-apps/raml-toolkit": "^0.7.0",
5959
"@istanbuljs/nyc-config-typescript": "^1.0.2",
60-
"@types/chai": "^4.3.0",
61-
"@types/fs-extra": "^9.0.13",
6260
"@types/mocha": "^8.2.3",
6361
"@types/node-fetch": "^2.5.12",
6462
"@types/retry": "^0.12.1",
65-
"@types/sinon": "^9.0.11",
6663
"@typescript-eslint/eslint-plugin": "^5.58.0",
6764
"@typescript-eslint/parser": "^5.58.0",
6865
"chai": "^4.3.5",

0 commit comments

Comments
 (0)