Skip to content

Commit 3dc0b5a

Browse files
wilfred-smanirajv06
authored andcommitted
[YUNIKORN-3224] update webapp build dependencies (apache#252)
Build time dependency updates for the web application. Closes: apache#252 Signed-off-by: Manikandan R <manirajv06@gmail.com>
1 parent a1ab49e commit 3dc0b5a

File tree

3 files changed

+397
-482
lines changed

3 files changed

+397
-482
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ NPM := npm
133133
endif
134134

135135
# pnpm
136-
PNPM_VERSION=10.28.0
136+
PNPM_VERSION=10.28.2
137137
PNPM_BIN=$(TOOLS_DIR)/bin/pnpm
138138

139139
# @angular/cli
140-
ANGULAR_CLI_VERSION=20.3.14
140+
ANGULAR_CLI_VERSION=20.3.15
141141
NG_BIN=$(TOOLS_DIR)/bin/ng
142142

143143
WEB_SHA=$(shell git rev-parse --short=12 HEAD)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@angular/build": "^20.3.14",
68-
"@angular/cli": "^20.3.14",
68+
"@angular/cli": "^20.3.15",
6969
"@angular/compiler-cli": "^20.3.16",
7070
"@types/color": "^4.2.0",
7171
"@types/jasmine": "~5.1.15",
@@ -84,12 +84,12 @@
8484
"lint-staged": "^15.5.2",
8585
"ng-mocks": "^14.15.0",
8686
"prettier": "^3.7.4",
87-
"puppeteer": "^24.35.0",
87+
"puppeteer": "^24.36.0",
8888
"typescript": "5.8.3"
8989
},
9090
"engines": {
9191
"node": ">=20.20.0",
9292
"pnpm": "10.x"
9393
},
94-
"packageManager": "pnpm@10.28.0"
94+
"packageManager": "pnpm@10.28.2"
9595
}

0 commit comments

Comments
 (0)