Skip to content

Commit 0456a1e

Browse files
author
Jahed Ahmed
committed
chore: include pkg in dev deps to lock transitives
1 parent 73be6a6 commit 0456a1e

3 files changed

Lines changed: 1427 additions & 4 deletions

File tree

check-dependencies.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ export const config: Options = {
77
'jest-junit', // used in circleci
88
'tap-junit', // used in circleci
99
'lerna', // used in circleci
10-
'ts-loader', // Implicitly called build tools
11-
'webpack-cli', // Implicitly called build tools
10+
'ts-loader', // used by webpack
11+
'webpack-cli', // used in package.json scripts
12+
'pkg', // used for binary builds
1213
],
1314
ignoreDirs: ['node_modules', 'dist', 'fixtures', 'test-output'],
1415
};

0 commit comments

Comments
 (0)