diff --git a/.github/workflows/pxt-buildmain.yml b/.github/workflows/pxt-buildmain.yml index 733bc72db2..d66b5e75ff 100644 --- a/.github/workflows/pxt-buildmain.yml +++ b/.github/workflows/pxt-buildmain.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2 with: repository: microsoft/pxt-arcade-sim - ref: v0.11.2 + ref: v0.11.3 token: ${{ secrets.GH_TOKEN }} path: node_modules/pxt-arcade-sim - name: pxt ci diff --git a/.github/workflows/pxt-buildpush.yml b/.github/workflows/pxt-buildpush.yml index 658e383922..dffd7ad74b 100644 --- a/.github/workflows/pxt-buildpush.yml +++ b/.github/workflows/pxt-buildpush.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2 with: repository: microsoft/pxt-arcade-sim - ref: v0.11.2 + ref: v0.11.3 token: ${{ secrets.GH_TOKEN }} path: node_modules/pxt-arcade-sim - name: pxt ci diff --git a/editor/tsconfig.json b/editor/tsconfig.json index bb01f3c1e6..6983bb342f 100644 --- a/editor/tsconfig.json +++ b/editor/tsconfig.json @@ -4,7 +4,7 @@ "noImplicitAny": true, "noImplicitReturns": true, "declaration": true, - "out": "../built/editor.js", + "outFile": "../built/editor.js", "rootDir": ".", "newLine": "LF", "sourceMap": false diff --git a/package.json b/package.json index 3d3484a66c..69ccd64599 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "typescript": "4.8.3" }, "dependencies": { - "pxt-common-packages": "10.4.8", - "pxt-core": "8.6.30" + "pxt-common-packages": "10.4.9", + "pxt-core": "8.6.32" }, "optionalDependencies": { - "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.2" + "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.3" }, "scripts": { "serve": "node node_modules/pxt-core/built/pxt.js serve",