Skip to content

Commit a1adaf8

Browse files
authored
update turbopack (#53221)
* vercel/turborepo#5619 <!-- Tobias Koppers - export namespace object instead commonjs interop object -->
1 parent ea4f6a0 commit a1adaf8

4 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 36 additions & 36 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
@@ -44,11 +44,11 @@ swc_core = { version = "0.79.22" }
4444
testing = { version = "0.33.21" }
4545

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

5353
# General Deps
5454

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-230723.1",
14-
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230723.1",
13+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230726.2",
14+
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230726.2",
1515
"anser": "^2.1.1",
1616
"css.escape": "^1.5.1",
1717
"next": "*",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)