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
+6 -1
View File
@@ -5,5 +5,10 @@
"resolutions": {
"semver": "7.5.3",
"jsonpointer": "5.0.1"
}
},
"pnpm": {
"overrides": {
"@babel/runtime": "7.26.10"
}
}
}