Skip to content

Commit 86dccdf

Browse files
authored
fix: use lerna typings provided by DefinitelyTyped project (googleapis#1351)
* chore: remove unused typings * chore(deps-dev): add @types/lerna* typings * fix: rename changed import
1 parent d3c5be5 commit 86dccdf

File tree

6 files changed

+8
-186
lines changed

6 files changed

+8
-186
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"@types/iarna__toml": "^2.0.1",
4343
"@types/js-yaml": "^4.0.0",
4444
"@types/jsonpath": "^0.2.0",
45+
"@types/lerna__collect-updates": "^4.0.0",
46+
"@types/lerna__package": "^4.0.2",
47+
"@types/lerna__package-graph": "^4.0.1",
48+
"@types/lerna__run-topologically": "^4.0.0",
4549
"@types/mocha": "^9.0.0",
4650
"@types/node": "^16.0.0",
4751
"@types/pino": "^7.0.0",

src/plugins/node-workspace.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
// limitations under the License.
1414

1515
import {PackageGraph} from '@lerna/package-graph';
16-
import {Package as LernaPackage, PackageJson} from '@lerna/package';
16+
import {
17+
Package as LernaPackage,
18+
RawManifest as PackageJson,
19+
} from '@lerna/package';
1720
import {GitHub} from '../github';
1821
import {logger} from '../util/logger';
1922
import {

typings/lerna__collect-updates.d.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

typings/lerna__package-graph.d.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

typings/lerna__package.d.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

typings/lerna__run-topologically.d.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)