Skip to content

Commit b1ba3e0

Browse files
authored
chore(ng): add overrides to remove npm i warnings (#1440)
1 parent a5e0289 commit b1ba3e0

File tree

1 file changed

+2
-1
lines changed
  • packages/igx-templates/igx-ts/projects/_base/files

1 file changed

+2
-1
lines changed

packages/igx-templates/igx-ts/projects/_base/files/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@angular/core": "^20.3.0",
3232
"@angular/common": "^20.3.0"
3333
},
34-
"rxjs": "~7.8.1"
34+
"glob": "^11.0.3",
35+
"rimraf": "^6.0.1"
3536
},
3637
"devDependencies": {
3738
"@angular-devkit/build-angular": "~20.3.0",

0 commit comments

Comments
 (0)