mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
d575e7f3ff
A bunch of dependency issues with babel, it seems forcing an update to 7.26.10 is ok for now
15 lines
195 B
JSON
15 lines
195 B
JSON
{
|
|
"dependencies": {
|
|
"widdershins": "^4.0.1"
|
|
},
|
|
"resolutions": {
|
|
"semver": "7.5.3",
|
|
"jsonpointer": "5.0.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@babel/runtime": "7.26.10"
|
|
}
|
|
}
|
|
}
|