mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.5.1 to 2.5.5. - [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.5/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 in /website (#5145) * build(deps-dev): bump webpack from 5.108.2 to 5.108.4 in /website (#5131) Bumps [webpack](https://github.com/webpack/webpack) from 5.108.2 to 5.108.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.108.2...v5.108.4) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.4 dependency-type: direct:development update-type: version-update:semver-patch ... 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> * build(deps-dev): bump @biomejs/biome from 2.5.1 to 2.5.5 in /website Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.5.1 to 2.5.5. - [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.5/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- 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> * Migrate biome conf --------- 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.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.5.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.0.8",
|
|
"turbo": "^2.10.5",
|
|
"typedoc": "^0.28.20",
|
|
"typedoc-plugin-markdown": "^4.12.0",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"lint-staged": {
|
|
"*": "biome check --no-errors-on-unmatched --write"
|
|
}
|
|
}
|