Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Apr 12, 2023
1 parent 58d12bf commit 5bc795f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 74 deletions.
60 changes: 30 additions & 30 deletions packages/next-swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/next-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ swc_emotion = { version = "0.29.10" }
testing = { version = "0.31.31" }

# Turbo crates
turbo-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230412.2" }
turbo-binding = { git = "https://github.com/vercel/turbo.git", branch = "sokra/runtime-deduplication" } # last tag: "turbopack-230412.2"
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230412.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "sokra/runtime-deduplication" } # last tag: "turbopack-230412.2"
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230412.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "sokra/runtime-deduplication" } # last tag: "turbopack-230412.2"

# General Deps

Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-core/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@vercel/turbopack-dev-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-dev/js?turbopack-230411.2",
"@vercel/turbopack-dev-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-dev-runtime/js/src?648c9661cc563ee624c76a2d9717e37a848636d2",
"anser": "^2.1.1",
"css.escape": "^1.5.1",
"next": "*",
Expand Down

0 comments on commit 5bc795f

Please sign in to comment.