Files
discordeno/package.json
dependabot[bot] 9eb5642cdc build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#4899)
* build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /website

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update TypeScript to 6.0.2 for all packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <fleny113@outlook.com>
2026-04-02 11:36:10 +02:00

43 lines
1.1 KiB
JSON

{
"name": "discordeno-monorepo",
"version": "22.0.0-beta.1",
"private": true,
"type": "module",
"packageManager": "yarn@4.12.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"build:type": "turbo build:type",
"release-build": "turbo build build:type",
"build:doc": "typedoc --options ./typedoc.jsonc",
"build:watch": "turbo watch build build:type",
"test:unit": "turbo test:unit",
"test:deno-unit": "turbo test:deno-unit",
"test:bun-unit": "turbo test:bun-unit",
"test:integration": "turbo test:integration",
"test:e2e": "turbo test:e2e",
"test:test-type": "turbo test:test-type",
"test:type": "turbo build:type",
"check": "turbo check",
"check:all": "biome check --write",
"postinstall": "husky"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"turbo": "^2.9.3",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "^6.0.2"
},
"engines": {
"node": ">=20.19.0"
},
"lint-staged": {
"*": "biome check --no-errors-on-unmatched --write"
}
}