mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -5,5 +5,10 @@
|
||||
"resolutions": {
|
||||
"semver": "7.5.3",
|
||||
"jsonpointer": "5.0.1"
|
||||
}
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@babel/runtime": "7.26.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user