Skip to content

Commit 696fc48

Browse files
committedOct 29, 2022
chore(deps-dev): bump turbo to ^1.6.2
1 parent f6060d7 commit 696fc48

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-prettier": "^4.2.1",
2929
"prettier": "^2.7.1",
3030
"tsup": "^6.3.0",
31-
"turbo": "^1.6.1",
31+
"turbo": "^1.6.2",
3232
"typescript": "^4.8.4",
3333
"vitest": "^0.24.3"
3434
},

‎yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -4564,7 +4564,7 @@ __metadata:
45644564
eslint-plugin-prettier: ^4.2.1
45654565
prettier: ^2.7.1
45664566
tsup: ^6.3.0
4567-
turbo: ^1.6.1
4567+
turbo: ^1.6.2
45684568
typescript: ^4.8.4
45694569
vitest: ^0.24.3
45704570
languageName: unknown
@@ -5186,58 +5186,58 @@ __metadata:
51865186
languageName: node
51875187
linkType: hard
51885188

5189-
"turbo-darwin-64@npm:1.6.1":
5190-
version: 1.6.1
5191-
resolution: "turbo-darwin-64@npm:1.6.1"
5189+
"turbo-darwin-64@npm:1.6.2":
5190+
version: 1.6.2
5191+
resolution: "turbo-darwin-64@npm:1.6.2"
51925192
conditions: os=darwin & cpu=x64
51935193
languageName: node
51945194
linkType: hard
51955195

5196-
"turbo-darwin-arm64@npm:1.6.1":
5197-
version: 1.6.1
5198-
resolution: "turbo-darwin-arm64@npm:1.6.1"
5196+
"turbo-darwin-arm64@npm:1.6.2":
5197+
version: 1.6.2
5198+
resolution: "turbo-darwin-arm64@npm:1.6.2"
51995199
conditions: os=darwin & cpu=arm64
52005200
languageName: node
52015201
linkType: hard
52025202

5203-
"turbo-linux-64@npm:1.6.1":
5204-
version: 1.6.1
5205-
resolution: "turbo-linux-64@npm:1.6.1"
5203+
"turbo-linux-64@npm:1.6.2":
5204+
version: 1.6.2
5205+
resolution: "turbo-linux-64@npm:1.6.2"
52065206
conditions: os=linux & cpu=x64
52075207
languageName: node
52085208
linkType: hard
52095209

5210-
"turbo-linux-arm64@npm:1.6.1":
5211-
version: 1.6.1
5212-
resolution: "turbo-linux-arm64@npm:1.6.1"
5210+
"turbo-linux-arm64@npm:1.6.2":
5211+
version: 1.6.2
5212+
resolution: "turbo-linux-arm64@npm:1.6.2"
52135213
conditions: os=linux & cpu=arm64
52145214
languageName: node
52155215
linkType: hard
52165216

5217-
"turbo-windows-64@npm:1.6.1":
5218-
version: 1.6.1
5219-
resolution: "turbo-windows-64@npm:1.6.1"
5217+
"turbo-windows-64@npm:1.6.2":
5218+
version: 1.6.2
5219+
resolution: "turbo-windows-64@npm:1.6.2"
52205220
conditions: os=win32 & cpu=x64
52215221
languageName: node
52225222
linkType: hard
52235223

5224-
"turbo-windows-arm64@npm:1.6.1":
5225-
version: 1.6.1
5226-
resolution: "turbo-windows-arm64@npm:1.6.1"
5224+
"turbo-windows-arm64@npm:1.6.2":
5225+
version: 1.6.2
5226+
resolution: "turbo-windows-arm64@npm:1.6.2"
52275227
conditions: os=win32 & cpu=arm64
52285228
languageName: node
52295229
linkType: hard
52305230

5231-
"turbo@npm:^1.6.1":
5232-
version: 1.6.1
5233-
resolution: "turbo@npm:1.6.1"
5231+
"turbo@npm:^1.6.2":
5232+
version: 1.6.2
5233+
resolution: "turbo@npm:1.6.2"
52345234
dependencies:
5235-
turbo-darwin-64: 1.6.1
5236-
turbo-darwin-arm64: 1.6.1
5237-
turbo-linux-64: 1.6.1
5238-
turbo-linux-arm64: 1.6.1
5239-
turbo-windows-64: 1.6.1
5240-
turbo-windows-arm64: 1.6.1
5235+
turbo-darwin-64: 1.6.2
5236+
turbo-darwin-arm64: 1.6.2
5237+
turbo-linux-64: 1.6.2
5238+
turbo-linux-arm64: 1.6.2
5239+
turbo-windows-64: 1.6.2
5240+
turbo-windows-arm64: 1.6.2
52415241
dependenciesMeta:
52425242
turbo-darwin-64:
52435243
optional: true
@@ -5253,7 +5253,7 @@ __metadata:
52535253
optional: true
52545254
bin:
52555255
turbo: bin/turbo
5256-
checksum: 45e89ff34d877c28181e4b61e0f7bca792c88b0446eb2fbdfe433119cf70a4d4897c8c62744f687aea597161387de80a3fed606eb8b8857cb6c6ab3ad563681e
5256+
checksum: d32365bdd617d4ef4edbc332784ac303d77627aeb9107a6616f5d1ab7082f84da04905609c0daa39dd3a6841b2b52e46326135e98e29dab4b7f5464758d11513
52575257
languageName: node
52585258
linkType: hard
52595259

0 commit comments

Comments
 (0)
Please sign in to comment.