Skip to content

Commit

Permalink
main - eb7a257 build: update dependency firebase-functions to v5 (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed May 2, 2024
1 parent 9b429aa commit 9a9eb30
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-382cb79bdb8cf6c6227633b0617fa59c2e72ad97`;
const localVersion = `0.0.0-eb7a25754cabf9196305a03ec9d8032acb73976b`;
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-382cb79bdb8cf6c6227633b0617fa59c2e72ad97",
"version": "0.0.0-eb7a25754cabf9196305a03ec9d8032acb73976b",
"type": "module",
"private": true,
"bin": {
Expand Down

0 comments on commit 9a9eb30

Please sign in to comment.