Skip to content

Commit 16ee295

Browse files
author
Angular Builds
committed
cb8f859 fix(@angular-devkit/build-angular): update vite to 5.4.15
1 parent a85f65b commit 16ee295

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "17.3.13+sha-a4d473e",
3+
"version": "17.3.13+sha-cb8f859",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.3.0",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a4d473e",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#a4d473e",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#a4d473e",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cb8f859",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#cb8f859",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#cb8f859",
1313
"@babel/core": "7.26.10",
1414
"@babel/generator": "7.26.10",
1515
"@babel/helper-annotate-as-pure": "7.25.9",
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "7.26.9",
2121
"@babel/runtime": "7.26.10",
2222
"@discoveryjs/json-ext": "0.5.7",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#a4d473e",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#cb8f859",
2424
"@vitejs/plugin-basic-ssl": "1.1.0",
2525
"ansi-colors": "4.1.3",
2626
"autoprefixer": "10.4.18",
@@ -62,7 +62,7 @@
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
6464
"undici": "6.11.1",
65-
"vite": "5.4.14",
65+
"vite": "5.4.15",
6666
"watchpack": "2.4.0",
6767
"webpack": "5.94.0",
6868
"webpack-dev-middleware": "6.1.2",

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Mar 13 2025 11:57:26 GMT+0000 (Coordinated Universal Time)
1+
Wed Mar 26 2025 08:34:06 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)