chore(misc): update lerna to 6.5.1 (#15482)

This commit is contained in:
Austin Fahsl 2023-03-09 14:31:39 -07:00 committed by GitHub
parent 346334935a
commit c447106eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 519 additions and 961 deletions

View File

@ -183,7 +183,7 @@
"jsonc-eslint-parser": "^2.1.0",
"jsonc-parser": "3.2.0",
"kill-port": "^1.6.1",
"lerna": "6.0.0",
"lerna": "6.5.1",
"less": "4.1.3",
"less-loader": "11.1.0",
"license-webpack-plugin": "^4.0.2",

View File

@ -1,14 +1,14 @@
#!/usr/bin/env node
import * as yargs from 'yargs';
import { execSync } from 'child_process';
import { existsSync, readFileSync, writeFileSync } from 'fs';
import { URL } from 'url';
import { join } from 'path';
import { URL } from 'url';
import * as yargs from 'yargs';
import { parse } from 'semver';
import * as version from '@lerna/version/index';
import * as publish from '@lerna/publish/index';
const version = require('lerna/commands/version');
const publish = require('lerna/commands/publish');
const lernaJsonPath = join(__dirname, '../lerna.json');
const originalLernaJson = readFileSync(lernaJsonPath);

1470
yarn.lock

File diff suppressed because it is too large Load Diff