Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadoutport #515

Merged
merged 14 commits into from
Jun 28, 2024
Prev Previous commit
Next Next commit
I dunno
  • Loading branch information
MrMelbert committed Jun 27, 2024
commit 92e1e483875c8da7f6738bdd481b7bce2265d496
4 changes: 2 additions & 2 deletions tgui/packages/tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@types/marked": "^4.0.8",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.74",
"common": "workspace:*",
"dateformat": "^4.6.2",
"dompurify": "^2.4.4",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"marked": "^4.2.12",
"react": "^18.2.0",
Expand Down
25 changes: 13 additions & 12 deletions tgui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1622,16 +1622,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.2.17":
version: 18.2.17
resolution: "@types/react-dom@npm:18.2.17"
dependencies:
"@types/react": "*"
checksum: 7a4e704ed4be6e0c3ccd8a22ff69386fe548304bf4db090513f42e059ff4c65f7a427790320051524d6578a2e4c9667bb7a80a4c989b72361c019fbe851d9385
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.2.39":
"@types/react@npm:^18.2.39":
version: 18.2.39
resolution: "@types/react@npm:18.2.39"
dependencies:
Expand All @@ -1653,6 +1644,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.74":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "*"
csstype: ^3.0.2
checksum: c63d6a78163244e2022b01ef79b0baec4fe4da3475dc4a90bb8accefad35ef0c43560fd0312e5974f92a0f1108aa4d669ac72d73d66396aa060ea03b5d2e3873
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.16.8
resolution: "@types/scheduler@npm:0.16.8"
Expand Down Expand Up @@ -9163,12 +9164,12 @@ resolve@^1.20.0:
dependencies:
"@popperjs/core": ^2.11.8
"@types/marked": ^4.0.8
"@types/react": ^18.2.39
"@types/react-dom": ^18.2.17
"@types/react": ^18.2.74
common: "workspace:*"
dateformat: ^4.6.2
dompurify: ^2.4.4
highlight.js: ^11.9.0
jest: ^29.7.0
js-yaml: ^4.1.0
marked: ^4.2.12
react: ^18.2.0
Expand Down
Loading