Skip to content

Commit

Permalink
Fix crash in GraalVM (#44176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Dec 20, 2022
1 parent 7368b6f commit 3816564
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -7,7 +7,7 @@ on:
name: Build, test, and deploy

env:
NAPI_CLI_VERSION: 2.12.0
NAPI_CLI_VERSION: 2.13.3
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
PNPM_VERSION: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -5,7 +5,7 @@ on:
name: Generate Pull Request Stats

env:
NAPI_CLI_VERSION: 2.12.0
NAPI_CLI_VERSION: 2.13.3
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
PNPM_VERSION: 7.3.0
Expand Down
37 changes: 26 additions & 11 deletions packages/next-swc/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/next-swc/package.json
Expand Up @@ -29,6 +29,6 @@
}
},
"devDependencies": {
"@napi-rs/cli": "2.12.0"
"@napi-rs/cli": "2.13.3"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -124,7 +124,7 @@
"@babel/types": "7.18.0",
"@edge-runtime/primitives": "2.0.0",
"@hapi/accept": "5.0.2",
"@napi-rs/cli": "2.12.0",
"@napi-rs/cli": "2.13.3",
"@napi-rs/triples": "1.1.0",
"@next/polyfill-module": "13.0.8-canary.1",
"@next/polyfill-nomodule": "13.0.8-canary.1",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 3816564

Please sign in to comment.