diff --git a/incremental/tools/panda/package.json b/incremental/tools/panda/package.json index 53ea0e8d04dd3e0fca08450893ddcae020a62f23..6fe56e21304d23e94ed4ca813d00aedd87a08311 100644 --- a/incremental/tools/panda/package.json +++ b/incremental/tools/panda/package.json @@ -2,7 +2,7 @@ "name": "panda-installer", "private": true, "scripts": { - "panda:sdk:install": "npm install --prefix . --no-save @panda/sdk@1.5.0-dev.1350", + "panda:sdk:install": "npm install --prefix . --no-save @panda/sdk@1.5.0-dev.1426", "panda:sdk:clean": "rimraf ./node_modules", "panda:sdk:build": "nodejs ./build_panda_sdk.mjs --panda-sdk-dir=./node_modules/@panda/sdk/ --arkcompiler-build-dir=$HOME/arkcompiler --runtime-git-rev=a6704b6a --frontend-git-rev=c2166bf1 --frontend-git-patches=./fix_es2panda_1.patch:./fix_normalizing_source_paths.patch" }