Skip to content

Commit

Permalink
[stable1.12] bump pxt-core: 8.5.56, sim: 0.11.10 (#6166)
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms authored Oct 27, 2023
1 parent 20aa13e commit 5264e33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.9
ref: v0.11.10
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.9
ref: v0.11.10
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"pxt-common-packages": "10.3.23",
"pxt-core": "8.5.55"
"pxt-core": "8.5.56"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.9"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.10"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit 5264e33

Please sign in to comment.