Skip to content

Commit e907603

Browse files
committed
main - e48bbe5 build: lock file maintenance (#2694)
1 parent cd019d4 commit e907603

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bundles/cli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39955,7 +39955,7 @@ import * as fs3 from "fs";
3995539955
import lockfile from "@yarnpkg/lockfile";
3995639956
var import_dependency_path = __toESM(require_lib7());
3995739957
async function verifyNgDevToolIsUpToDate(workspacePath) {
39958-
const localVersion = `0.0.0-dee025926cf7d4166e53d6c236c919127bfcd6e5`;
39958+
const localVersion = `0.0.0-e48bbe5dd9506bdabff6707bb7193d5e26ef7089`;
3995939959
const workspacePackageJsonFile = path6.join(workspacePath, workspaceRelativePackageJsonPath);
3996039960
const pnpmLockFile = path6.join(workspacePath, "pnpm-lock.yaml");
3996139961
const yarnLockFile = path6.join(workspacePath, "yarn.lock");

bundles/cli.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/ng-dev",
3-
"version": "0.0.0-dee025926cf7d4166e53d6c236c919127bfcd6e5",
3+
"version": "0.0.0-e48bbe5dd9506bdabff6707bb7193d5e26ef7089",
44
"type": "module",
55
"private": true,
66
"bin": "./bundles/cli.mjs",

utils/version-check.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/version-check.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { tryGetPackageId } from '@pnpm/dependency-path';
2323
*/
2424
export async function verifyNgDevToolIsUpToDate(workspacePath) {
2525
// The placeholder will be replaced by the `pkg_npm` substitutions.
26-
const localVersion = `0.0.0-dee025926cf7d4166e53d6c236c919127bfcd6e5`;
26+
const localVersion = `0.0.0-e48bbe5dd9506bdabff6707bb7193d5e26ef7089`;
2727
const workspacePackageJsonFile = path.join(workspacePath, workspaceRelativePackageJsonPath);
2828
const pnpmLockFile = path.join(workspacePath, 'pnpm-lock.yaml');
2929
const yarnLockFile = path.join(workspacePath, 'yarn.lock');

0 commit comments

Comments
 (0)