Skip to content

Commit 2b9ffb0

Browse files
authored
Update turbopack (vercel#54909)
Minor update that includes changes necessary to get HMR errors working. Closes WEB-1494
1 parent 125605c commit 2b9ffb0

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ swc_core = { version = "0.82.11" }
4646
testing = { version = "0.34.1" }
4747

4848
# Turbo crates
49-
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.1" }
49+
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.3" }
5050
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
51-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.1" }
51+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.3" }
5252
# [TODO]: need to refactor embed_directory! macro usage in next-core
53-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.1" }
53+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230901.3" }
5454

5555
# General Deps
5656

packages/next-swc/crates/next-core/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230901.1",
14-
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230901.1",
13+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230901.3",
14+
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230901.3",
1515
"anser": "^2.1.1",
1616
"css.escape": "^1.5.1",
1717
"next": "*",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"@types/ws": "8.2.0",
193193
"@vercel/ncc": "0.34.0",
194194
"@vercel/nft": "0.22.6",
195-
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230901.1",
195+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230901.3",
196196
"acorn": "8.5.0",
197197
"ajv": "8.11.0",
198198
"amphtml-validator": "1.0.35",

0 commit comments

Comments
 (0)