Skip to content

Commit 0e17c3e

Browse files
author
Angular Builds
committed
9d3071d build: update all non-major dependencies
1 parent f061a4a commit 0e17c3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "20.1.0-next.0+sha-2fbefc8",
3+
"version": "20.1.0-next.0+sha-9d3071d",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -50,7 +50,7 @@
5050
"rxjs": "7.8.2",
5151
"sass": "1.88.0",
5252
"sass-loader": "16.0.5",
53-
"semver": "7.7.1",
53+
"semver": "7.7.2",
5454
"source-map-loader": "5.0.0",
5555
"source-map-support": "0.5.21",
5656
"terser": "5.39.0",

src/utils/normalize-cache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = normalizeCacheOptions;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '20.1.0-next.0+sha-2fbefc8';
13+
const VERSION = '20.1.0-next.0+sha-9d3071d';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue May 13 2025 14:17:59 GMT+0000 (Coordinated Universal Time)
1+
Tue May 13 2025 14:35:21 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)