mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
## About The Pull Request Bumps ``tgui-core`` to ``5.10.0`` Converts the plane search dropdown into a proper text input for easier searching on multiz planecube assemblies. <img width="406" height="288" alt="image" src="https://github.com/user-attachments/assets/17934c3b-167b-467a-a420-0c1a7260715e" /> ## Why It's Good For The Game Need this for my evil developer plans ## Changelog 🆑 admin: Planemaster Debugger now has a text search input to locate and jump to planes /🆑
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "tgui-panel",
|
|
"version": "6.0.0",
|
|
"dependencies": {
|
|
"common": "workspace:*",
|
|
"dompurify": "^3.2.5",
|
|
"es-toolkit": "^1.43.0",
|
|
"jotai": "^2.16.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tgui": "workspace:*",
|
|
"tgui-core": "^5.10.0",
|
|
"tgui-dev-server": "workspace:*",
|
|
"zod": "^4.2.1"
|
|
},
|
|
"private": true
|
|
}
|