docs(docs-infra): fix substitution regex (#61515)

It was replacing `rgba(0,0,0,0)` with `rgba(99.99.99, 0)`

PR Close #61515
This commit is contained in:
Matthieu Riegler 2025-05-20 15:58:50 +02:00 committed by Jessica Janiuk
parent 8f65223bd8
commit 3a7d569d35

View file

@ -91,6 +91,6 @@ pkg_npm(
],
substitutions = {
# Force the "unstamped" versions to be later than current so they are considered up to date.
"0.0.0": "99.99.99",
"0\\.0\\.0": "99.99.99",
},
)