-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Ports React [READY] [MDB IGNORE] (#25505)
* Ports React [READY] * Fix merge conflicts * I hate you javascript * Fixes some issues * Bring back the padding * Update JobsPage.tsx * Squeezing every last drop of space * Update AntagInfoAssaultops.tsx * More react compat --------- Co-authored-by: Jeremiah <[email protected]> Co-authored-by: Giz <[email protected]>
- Loading branch information
1 parent
4bec96b
commit 93948e5
Showing
205 changed files
with
1,588 additions
and
1,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
/**/*.bundle.* | ||
/**/*.chunk.* | ||
/**/*.hot-update.* | ||
/packages/inferno/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "tgui-workspace", | ||
"version": "4.4.0", | ||
"version": "5.0.0", | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"packages/*" | ||
|
@@ -25,6 +25,7 @@ | |
"@babel/plugin-transform-class-properties": "^7.23.3", | ||
"@babel/plugin-transform-jscript": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/jest": "^29.5.10", | ||
"@types/jsdom": "^21.1.6", | ||
|
@@ -34,7 +35,6 @@ | |
"@typescript-eslint/parser": "^5.62.0", | ||
"babel-jest": "^29.7.0", | ||
"babel-loader": "^8.3.0", | ||
"babel-plugin-inferno": "^6.7.0", | ||
"babel-plugin-transform-remove-console": "^6.9.4", | ||
"common": "workspace:*", | ||
"css-loader": "^6.8.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"private": true, | ||
"name": "tgui-bench", | ||
"version": "4.4.0", | ||
"version": "5.0.0", | ||
"dependencies": { | ||
"@fastify/static": "^6.12.0", | ||
"common": "workspace:*", | ||
"fastify": "^3.29.5", | ||
"inferno": "^7.4.11", | ||
"inferno-vnode-flags": "^7.4.11", | ||
"lodash": "^4.17.21", | ||
"platform": "^1.3.6", | ||
"react": "^18.2.0", | ||
"tgui": "workspace:*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.