mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 09:38:43 +01:00
f418b46919
Bumps the npm_and_yarn group with 2 updates in the /tgui directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [ws](https://github.com/websockets/ws). Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `ws` from 8.18.3 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1) --- updated-dependencies: - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-say",
|
|
"version": "6.0.0-paradise",
|
|
"dependencies": {
|
|
"common": "workspace:*",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tgui": "workspace:*",
|
|
"tgui-core": "^5.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"vitest": "^3.2.6"
|
|
}
|
|
}
|