chore(misc): update lerna to 6.5.1 (#15482)
This commit is contained in:
parent
346334935a
commit
c447106eea
@ -183,7 +183,7 @@
|
|||||||
"jsonc-eslint-parser": "^2.1.0",
|
"jsonc-eslint-parser": "^2.1.0",
|
||||||
"jsonc-parser": "3.2.0",
|
"jsonc-parser": "3.2.0",
|
||||||
"kill-port": "^1.6.1",
|
"kill-port": "^1.6.1",
|
||||||
"lerna": "6.0.0",
|
"lerna": "6.5.1",
|
||||||
"less": "4.1.3",
|
"less": "4.1.3",
|
||||||
"less-loader": "11.1.0",
|
"less-loader": "11.1.0",
|
||||||
"license-webpack-plugin": "^4.0.2",
|
"license-webpack-plugin": "^4.0.2",
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
import * as yargs from 'yargs';
|
|
||||||
import { execSync } from 'child_process';
|
import { execSync } from 'child_process';
|
||||||
import { existsSync, readFileSync, writeFileSync } from 'fs';
|
import { existsSync, readFileSync, writeFileSync } from 'fs';
|
||||||
import { URL } from 'url';
|
|
||||||
import { join } from 'path';
|
import { join } from 'path';
|
||||||
|
import { URL } from 'url';
|
||||||
|
import * as yargs from 'yargs';
|
||||||
|
|
||||||
import { parse } from 'semver';
|
import { parse } from 'semver';
|
||||||
|
|
||||||
import * as version from '@lerna/version/index';
|
const version = require('lerna/commands/version');
|
||||||
import * as publish from '@lerna/publish/index';
|
const publish = require('lerna/commands/publish');
|
||||||
|
|
||||||
const lernaJsonPath = join(__dirname, '../lerna.json');
|
const lernaJsonPath = join(__dirname, '../lerna.json');
|
||||||
const originalLernaJson = readFileSync(lernaJsonPath);
|
const originalLernaJson = readFileSync(lernaJsonPath);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user