mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-08 04:41:11 +01:00
60f7e6fbcd
* Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /tgui directory: [dompurify](https://github.com/cure53/DOMPurify), [fast-uri](https://github.com/fastify/fast-uri) and [immutable](https://github.com/immutable-js/immutable-js). Updates `dompurify` from 3.4.11 to 3.4.12 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.12) Updates `fast-uri` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.4) Updates `immutable` from 5.1.5 to 5.1.9 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.5...v5.1.9) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: immutable dependency-version: 5.1.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * bundle and mm --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zephyr <zephyr@talongrip.dev>
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-panel",
|
|
"version": "6.0.0-paradise",
|
|
"dependencies": {
|
|
"common": "workspace:*",
|
|
"dompurify": "^3.4.12",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tgui": "workspace:*",
|
|
"tgui-core": "^5.3.2",
|
|
"tgui-dev-server": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1"
|
|
}
|
|
}
|