Skip to content

Commit

Permalink
Revert "chore(deps): update dependency turbo to v1.13.4 (#2288)" (#2302)
Browse files Browse the repository at this point in the history
This reverts commit 46276b8.

<!--
  How to write a good PR title:
- Follow [the Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/).
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

## Self Checklist

- [x] I wrote a PR title in **English** and added an appropriate
**label** to the PR.
- [x] I wrote the commit message in **English** and to follow [**the
Conventional Commits
specification**](https://www.conventionalcommits.org/en/v1.0.0/).
- [x] I [added the
**changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
about the changes that needed to be released. (or didn't have to)
- [x] I wrote or updated **documentation** related to the changes. (or
didn't have to)
- [x] I wrote or updated **tests** related to the changes. (or didn't
have to)
- [x] I tested the changes in various browsers. (or didn't have to)
  - Windows: Chrome, Edge, (Optional) Firefox
  - macOS: Chrome, Edge, Safari, (Optional) Firefox

## Related Issue

<!-- Please link to issue if one exists -->

<!-- Fixes #0000 -->

## Summary

<!-- Please brief explanation of the changes made -->

- turborepo를 버전업 한 이후로 yarn script 를 실행할 때마다 빈 파일이 생기고 있어서 버전업을 리버트 합니다.

## Details

<!-- Please elaborate description of the changes -->

- 생략

### Breaking change? (Yes/No)

<!-- If Yes, please describe the impact and migration path for users -->

- No

## References

<!-- Please list any other resources or points the reviewer should be
aware of -->

- vercel/turborepo#7671
  • Loading branch information
yangwooseong authored Jun 24, 2024
1 parent 033f397 commit f8de0a4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20896,58 +20896,58 @@ __metadata:
languageName: node
linkType: hard

"turbo-darwin-64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-darwin-64@npm:1.13.4"
"turbo-darwin-64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-darwin-64@npm:1.12.5"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"turbo-darwin-arm64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-darwin-arm64@npm:1.13.4"
"turbo-darwin-arm64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-darwin-arm64@npm:1.12.5"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"turbo-linux-64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-linux-64@npm:1.13.4"
"turbo-linux-64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-linux-64@npm:1.12.5"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"turbo-linux-arm64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-linux-arm64@npm:1.13.4"
"turbo-linux-arm64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-linux-arm64@npm:1.12.5"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"turbo-windows-64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-windows-64@npm:1.13.4"
"turbo-windows-64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-windows-64@npm:1.12.5"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"turbo-windows-arm64@npm:1.13.4":
version: 1.13.4
resolution: "turbo-windows-arm64@npm:1.13.4"
"turbo-windows-arm64@npm:1.12.5":
version: 1.12.5
resolution: "turbo-windows-arm64@npm:1.12.5"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"turbo@npm:^1.12.4":
version: 1.13.4
resolution: "turbo@npm:1.13.4"
dependencies:
turbo-darwin-64: "npm:1.13.4"
turbo-darwin-arm64: "npm:1.13.4"
turbo-linux-64: "npm:1.13.4"
turbo-linux-arm64: "npm:1.13.4"
turbo-windows-64: "npm:1.13.4"
turbo-windows-arm64: "npm:1.13.4"
version: 1.12.5
resolution: "turbo@npm:1.12.5"
dependencies:
turbo-darwin-64: "npm:1.12.5"
turbo-darwin-arm64: "npm:1.12.5"
turbo-linux-64: "npm:1.12.5"
turbo-linux-arm64: "npm:1.12.5"
turbo-windows-64: "npm:1.12.5"
turbo-windows-arm64: "npm:1.12.5"
dependenciesMeta:
turbo-darwin-64:
optional: true
Expand All @@ -20963,7 +20963,7 @@ __metadata:
optional: true
bin:
turbo: bin/turbo
checksum: 10/b8187def43760428e117313fc4a559af5c02b473d816b3efef406165c2c45cf3a256fbda4b15f0c1a48ccd188bd43cf93686f2aeab176a15a01553cd165071cc
checksum: 10/16eee9455f69d66c783050f67f5519d365297f89ff5f5fe6380a401ff9ac508a58cdc1a42f84603c4b820cfe8c2117d78fa8d9b0d5d68e306b7b89921467e52c
languageName: node
linkType: hard

Expand Down

0 comments on commit f8de0a4

Please sign in to comment.