mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
build(deps-dev): bump turbo from 2.10.5 to 2.10.6 (#5217)
Bumps [turbo](https://github.com/vercel/turborepo) from 2.10.5 to 2.10.6. - [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.5...v2.10.6) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.10.6 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>
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
"@biomejs/biome": "2.5.5",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.2.0",
|
||||
"turbo": "^2.10.5",
|
||||
"turbo": "^2.10.6",
|
||||
"typedoc": "^0.28.20",
|
||||
"typedoc-plugin-markdown": "^4.12.0",
|
||||
"typescript": "^6.0.3"
|
||||
|
||||
@@ -803,44 +803,44 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/darwin-64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/darwin-64@npm:2.10.5"
|
||||
"@turbo/darwin-64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/darwin-64@npm:2.10.6"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/darwin-arm64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/darwin-arm64@npm:2.10.5"
|
||||
"@turbo/darwin-arm64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/darwin-arm64@npm:2.10.6"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/linux-64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/linux-64@npm:2.10.5"
|
||||
"@turbo/linux-64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/linux-64@npm:2.10.6"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/linux-arm64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/linux-arm64@npm:2.10.5"
|
||||
"@turbo/linux-arm64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/linux-arm64@npm:2.10.6"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/windows-64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/windows-64@npm:2.10.5"
|
||||
"@turbo/windows-64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/windows-64@npm:2.10.6"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@turbo/windows-arm64@npm:2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "@turbo/windows-arm64@npm:2.10.5"
|
||||
"@turbo/windows-arm64@npm:2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "@turbo/windows-arm64@npm:2.10.6"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -1503,7 +1503,7 @@ __metadata:
|
||||
"@biomejs/biome": "npm:2.5.5"
|
||||
husky: "npm:^9.1.7"
|
||||
lint-staged: "npm:^17.2.0"
|
||||
turbo: "npm:^2.10.5"
|
||||
turbo: "npm:^2.10.6"
|
||||
typedoc: "npm:^0.28.20"
|
||||
typedoc-plugin-markdown: "npm:^4.12.0"
|
||||
typescript: "npm:^6.0.3"
|
||||
@@ -3002,16 +3002,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"turbo@npm:^2.10.5":
|
||||
version: 2.10.5
|
||||
resolution: "turbo@npm:2.10.5"
|
||||
"turbo@npm:^2.10.6":
|
||||
version: 2.10.6
|
||||
resolution: "turbo@npm:2.10.6"
|
||||
dependencies:
|
||||
"@turbo/darwin-64": "npm:2.10.5"
|
||||
"@turbo/darwin-arm64": "npm:2.10.5"
|
||||
"@turbo/linux-64": "npm:2.10.5"
|
||||
"@turbo/linux-arm64": "npm:2.10.5"
|
||||
"@turbo/windows-64": "npm:2.10.5"
|
||||
"@turbo/windows-arm64": "npm:2.10.5"
|
||||
"@turbo/darwin-64": "npm:2.10.6"
|
||||
"@turbo/darwin-arm64": "npm:2.10.6"
|
||||
"@turbo/linux-64": "npm:2.10.6"
|
||||
"@turbo/linux-arm64": "npm:2.10.6"
|
||||
"@turbo/windows-64": "npm:2.10.6"
|
||||
"@turbo/windows-arm64": "npm:2.10.6"
|
||||
dependenciesMeta:
|
||||
"@turbo/darwin-64":
|
||||
optional: true
|
||||
@@ -3027,7 +3027,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
turbo: bin/turbo
|
||||
checksum: 10c0/081a8a4f4afe4026bde29ef9d0c98a1403437e9e72cd066973a82ec2f2482a1c6bd34973a997a23131520f37b9c063ba29a79583e18d0d70eeed8cd6baa1a003
|
||||
checksum: 10c0/841434755612bb50081958001d01aa207831c460c76910310bea1f8d5781246e3694b9b699b1ba1ce5d88e51844fe609a0a715853fcbd768f9828da586b3a0fd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user