chore: force babel dependency to 7.26.10 (#17193)

A bunch of dependency issues with babel, it seems forcing an update to
7.26.10 is ok for now
This commit is contained in:
Jon Ayers
2025-04-01 22:05:23 -04:00
committed by GitHub
parent 0ec87abaa5
commit d575e7f3ff
6 changed files with 102 additions and 89 deletions
+5
View File
@@ -43,5 +43,10 @@
"engines": {
"npm": ">=9.0.0 <10.0.0",
"node": ">=18.0.0 <21.0.0"
},
"pnpm": {
"overrides": {
"@babel/runtime": "7.26.10"
}
}
}