8000 chore: force babel dependency to 7.26.10 by sreya · Pull Request #17193 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: force babel dependency to 7.26.10 #17193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
sreya committed Apr 1, 2025
commit a73997d20409b1c83e0d5e65bd2cb5f31918e35a
10 changes: 5 additions & 5 deletions offlinedocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"npm": ">=9.0.0 <10.0.0",
"node": ">=18.0.0 <21.0.0"
},
"pnpm": {
"overrides": {
"@babel/runtime": "7.26.10"
}
}
"pnpm": {
"overrides": {
"@babel/runtime": "7.26.10"
}
}
}
Loading
0