Skip to content

Commit 97cbff0

Browse files
committed
use harness.io for package resolution and bump angular deps
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent c3aef9d commit 97cbff0

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

components/builder-web/.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
registry=https://pkg.harness.io/pkg/ct8onj8YTdaXtKaFsYCRLg/org-chef-npm/npm/
2+
@jsr:registry=https://pkg.harness.io/pkg/ct8onj8YTdaXtKaFsYCRLg/org-chef-npm/npm/
3+
ignore-scripts=true
4+
# cooldown in days (14 days)
5+
min-release-age=14

components/builder-web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"travis": "npm run test-unit && npm run test-e2e-record"
3838
},
3939
"dependencies": {
40-
"@angular/animations": "^21.2.0",
41-
"@angular/cdk": "^21.2.0",
42-
"@angular/common": "^21.2.0",
43-
"@angular/compiler": "^21.2.0",
44-
"@angular/core": "^21.2.0",
45-
"@angular/forms": "^21.2.0",
46-
"@angular/material": "^21.2.0",
47-
"@angular/platform-browser": "^21.2.0",
48-
"@angular/platform-browser-dynamic": "^21.2.0",
49-
"@angular/router": "^21.2.0",
40+
"@angular/animations": "21.2.17",
41+
"@angular/cdk": "21.2.14",
42+
"@angular/common": "21.2.17",
43+
"@angular/compiler": "21.2.17",
44+
"@angular/core": "21.2.17",
45+
"@angular/forms": "21.2.17",
46+
"@angular/material": "21.2.14",
47+
"@angular/platform-browser": "21.2.17",
48+
"@angular/platform-browser-dynamic": "21.2.17",
49+
"@angular/router": "21.2.17",
5050
"ansi_up": "^5.0.0",
5151
"async": "^3.2.5",
5252
"blueimp-md5": "^2.19.0",
@@ -64,10 +64,10 @@
6464
"zone.js": "^0.15.0"
6565
},
6666
"devDependencies": {
67-
"@angular/compiler-cli": "^21.2.11",
68-
"@ngtools/webpack": "^21.2.9",
67+
"@angular/compiler-cli": "21.2.17",
68+
"@ngtools/webpack": "21.2.17",
6969
"@types/jasmine": "^4.3.0",
70-
"@types/node": "^20.0.0",
70+
"@types/node": "22.19.21",
7171
"babel-loader": "^10.1.1",
7272
"concurrently": "^8.2.0",
7373
"http-server": "^14.1.1",

0 commit comments

Comments
 (0)