mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +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>
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "6.0.0-paradise",
|
|
"packageManager": "yarn@4.10.3",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"tgui:analyze": "rspack --analyze",
|
|
"tgui:bench": "rspack --env TGUI_BENCH=1 && node packages/tgui-bench/index.js",
|
|
"tgui:build": "rspack build",
|
|
"tgui:dev": "node --experimental-modules packages/tgui-dev-server/index.js",
|
|
"tgui:lint": "eslint packages --ext .js,.cjs,.ts,.tsx",
|
|
"tgui:prettier": "prettier --check .",
|
|
"tgui:sonar": "eslint packages -c .eslintrc-sonar.yml",
|
|
"tgui:test": "vitest",
|
|
"tgui:test-simple": "CI=true vitest",
|
|
"tgui:test-ci": "CI=true vitest",
|
|
"tgui:tsc": "tsc",
|
|
"tgui:prettier-fix": "prettier --write .",
|
|
"tgui:eslint-fix": "eslint --fix packages --ext .js,.cjs,.ts,.jsx,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@rspack/cli": "^1.5.8",
|
|
"@rspack/core": "^1.5.8",
|
|
"@typescript-eslint/parser": "^8.46.0",
|
|
"@typescript-eslint/utils": "^8.46.0",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-sonarjs": "^0.25.1",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"prettier": "^3.6.2",
|
|
"sass": "^1.93.2",
|
|
"sass-embedded": "^1.93.2",
|
|
"sass-loader": "^16.0.5",
|
|
"typescript": "^5.9.3",
|
|
"url-loader": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.8",
|
|
"@types/webpack-env": "^1.18.8",
|
|
"@types/wicg-file-system-access": "^2023.10.7",
|
|
"vitest": "^3.2.6"
|
|
}
|
|
}
|