mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +00:00
## 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>
6 lines
64 B
JSON
6 lines
64 B
JSON
{
|
|
"private": true,
|
|
"name": "common",
|
|
"version": "4.3.1"
|
|
}
|