Skip to content

Commit

Permalink
main - f1f0a94 build(shared-docs): move dependencies to peerDependenc…
Browse files Browse the repository at this point in the history
…ies (#2038)
  • Loading branch information
JeanMeche committed May 2, 2024
1 parent b519cea commit 8da226b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76716,7 +76716,7 @@ import * as fs4 from "fs";
import lockfile2 from "@yarnpkg/lockfile";
async function verifyNgDevToolIsUpToDate(workspacePath) {
var _a2, _b2, _c2;
const localVersion = `0.0.0-f4eba9a660ebd90430ba485702de4aae29db6846`;
const localVersion = `0.0.0-f1f0a9469f8d2593d22499cbe2729925be3e305d`;
const workspacePackageJsonFile = path5.join(workspacePath, workspaceRelativePackageJsonPath);
const workspaceDirLockFile = path5.join(workspacePath, workspaceRelativeYarnLockFilePath);
try {
Expand Down
2 changes: 1 addition & 1 deletion bundles/cli.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/ng-dev",
"version": "0.0.0-f4eba9a660ebd90430ba485702de4aae29db6846",
"version": "0.0.0-f1f0a9469f8d2593d22499cbe2729925be3e305d",
"type": "module",
"private": true,
"bin": {
Expand Down

0 comments on commit 8da226b

Please sign in to comment.