Files
SmArtKarandGitHub c89a3c1798 Adds a search input to the planemaster debugger; bumps tgui-core (#95811)
## 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
/🆑
2026-04-23 08:46:27 +12:00

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
}