Skip to content

Commit a2f8805

Browse files
committed
fixup! fix(scripts): remove ts-ignores and update lerna 5 apis
1 parent a741d33 commit a2f8805

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/monorepo/getDependencies.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const path = require('path');
2-
// @ts-ignore
3-
const Project = require('@lerna/project');
4-
// @ts-ignore
5-
const PackageGraph = /** @type {Map<any,any>}*/ require('@lerna/package-graph');
2+
3+
const { Project } = require('@lerna/project');
4+
5+
const { PackageGraph } = require('@lerna/package-graph');
66

77
const findGitRoot = require('./findGitRoot');
88

0 commit comments

Comments
 (0)