Files
Bubberstation/tgui/packages/tgui-dev-server/package.json
Jeremiah a32522d0d8 tgui: Updates typescript, other dependencies (#72279)
## About The Pull Request
The largest change to this is that it updates typescript from 4.3.5 to
4.9.4.

It also does some QoL to update @ types, yarn version, and
typescript-eslint-parser (OPTIONAL)

I did this by:
1. Updating typescript `yarn add typescript`
2. Updating other types `yarn add @types/...`
3. Repackaging typescript (and other) workplace sdks `yarn dlx
@yarnpkg/sdks`
4. Updates yarn via corepack `yarn set version stable`
5. Fixes a couple places where typescript was mad

## Why It's Good For The Game
- I want to do things like make discriminating type unions
- Huge leap into typescript so I can better type out tgui core
- TS >>> JS

## Changelog
N/A Nothing player facing

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
2022-12-31 14:38:57 -08:00

14 lines
247 B
JSON

{
"private": true,
"name": "tgui-dev-server",
"version": "4.3.1",
"type": "module",
"dependencies": {
"axios": "^0.21.1",
"glob": "^7.1.7",
"source-map": "^0.7.3",
"stacktrace-parser": "^0.1.10",
"ws": "^7.5.3"
}
}