mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* build(deps-dev): bump the library-bumps group with 3 updates Bumps the library-bumps group with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [turbo](https://github.com/vercel/turborepo) and [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core). Updates `@biomejs/biome` from 2.5.8 to 2.5.9 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.9/packages/@biomejs/biome) Updates `turbo` from 2.10.9 to 2.10.11 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.10.9...v2.10.11) Updates `@swc/core` from 1.15.47 to 1.16.1 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits/v1.16.1/packages/core) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: library-bumps - dependency-name: turbo dependency-version: 2.10.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: library-bumps - dependency-name: "@swc/core" dependency-version: 1.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: library-bumps ... Signed-off-by: dependabot[bot] <support@github.com> * bump biome schema version --------- 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>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "discordeno-monorepo",
|
|
"version": "22.0.0-beta.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "yarn@4.17.1",
|
|
"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.5.9",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.3.0",
|
|
"turbo": "^2.10.11",
|
|
"typedoc": "^0.28.20",
|
|
"typedoc-plugin-markdown": "^4.12.0",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.15.0"
|
|
},
|
|
"lint-staged": {
|
|
"*": "biome check --no-errors-on-unmatched --write"
|
|
}
|
|
}
|