Skip to content

Commit

Permalink
Update Next.js to 13.1.7-canary.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Feb 14, 2023
1 parent c250172 commit 0a756f9
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 95 deletions.
2 changes: 1 addition & 1 deletion crates/next-core/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vercel/turbopack-runtime": "latest",
"anser": "^2.1.1",
"css.escape": "^1.5.1",
"next": "13.1.7-canary.8",
"next": "13.1.7-canary.12",
"platform": "1.3.6",
"react-dom": "^18.2.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/next-dev-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@turbo/pack-test-harness": "file:../test-harness",
"autoprefixer": "^10.4.13",
"loader-runner": "^4.3.0",
"next": "13.1.7-canary.8",
"next": "13.1.7-canary.12",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/next-dev/benches/bundlers/turbopack/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Bundler for Turbopack {
npm::install(
install_dir,
&[
NpmPackage::new("next", "13.1.7-canary.8"),
NpmPackage::new("next", "13.1.7-canary.12"),
// Dependency on this is inserted by swc's preset_env
NpmPackage::new("@swc/helpers", "^0.4.11"),
],
Expand Down
Loading

0 comments on commit 0a756f9

Please sign in to comment.