Skip to content

Commit aca58d8

Browse files
alan-agius4devversion
authored andcommitted
build: ensure that tools/legacy-rnjs/node_modules is ignored
1 parent dbb8ad6 commit aca58d8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ packages/angular_devkit/schematics_cli/node_modules
1616
packages/ngtools/webpack/node_modules
1717
packages/schematics/angular/node_modules
1818
modules/testing/builder/node_modules
19+
tools/legacy-rnjs/node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"ts-node": "^10.9.1",
196196
"tslib": "2.8.1",
197197
"typescript": "5.8.1-rc",
198-
"undici": "7.3.0",
198+
"undici": "6.21.1",
199199
"unenv": "^1.10.0",
200200
"verdaccio": "6.0.5",
201201
"verdaccio-auth-memory": "^10.0.0",

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/legacy-rnjs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node_modules/
1+
node_modules
22

33
# Yarn
44
.yarn/*

0 commit comments

Comments
 (0)