Skip to content

Commit

Permalink
Bump pxt-core -> 8.5.59 and common-packges -> 10.3.24 (#6310)
Browse files Browse the repository at this point in the history
* exclude type roots from editor build (#6274)

* exclude type roots from editor build

* bump sim

* Bump pxt-core -> 8.5.59

* Bump common-packages as well

---------

Co-authored-by: Richard Knoll <[email protected]>
  • Loading branch information
aznhassan and riknoll authored Jan 26, 2024
1 parent e66fb08 commit 4e4f381
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.10
ref: v0.11.11
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.10
ref: v0.11.11
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
1 change: 1 addition & 0 deletions editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"outFile": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"types": [],
"sourceMap": false
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"typescript": "4.8.3"
},
"dependencies": {
"pxt-common-packages": "10.3.23",
"pxt-core": "8.5.57"
"pxt-common-packages": "10.3.24",
"pxt-core": "8.5.59"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.10"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.11"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
"copy-sim": "node ./scripts/copyArcadeSim.js"
}
}
}

0 comments on commit 4e4f381

Please sign in to comment.