Skip to content

Commit a4829a1

Browse files
committed
chore: override stylus
1 parent aa8efe6 commit a4829a1

File tree

4 files changed

+22
-134
lines changed

4 files changed

+22
-134
lines changed

tests/fixtures/nx-angular-19-app-engine/package-lock.json

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

tests/fixtures/nx-angular-19-app-engine/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@
5252
"nx": "20.0.6",
5353
"prettier": "^2.6.2",
5454
"typescript": "~5.6.2"
55+
},
56+
"//": "See https://github.com/nrwl/nx/issues/32034 for details on the stylus override. We don't use stylus, and we are doing this to unblock installation for now.",
57+
"overrides": {
58+
"stylus": "0.0.1-security"
5559
}
5660
}

tests/fixtures/nx-angular-19-common-engine/package-lock.json

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

tests/fixtures/nx-angular-19-common-engine/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@
5252
"nx": "20.0.6",
5353
"prettier": "^2.6.2",
5454
"typescript": "~5.6.2"
55+
},
56+
"//": "See https://github.com/nrwl/nx/issues/32034 for details on the stylus override. We don't use stylus, and we are doing this to unblock installation for now.",
57+
"overrides": {
58+
"stylus": "0.0.1-security"
5559
}
5660
}

0 commit comments

Comments
 (0)