Skip to content

Commit

Permalink
Add browser events extension (#6307)
Browse files Browse the repository at this point in the history
* add browser events extension

* bump common-packages and sim
  • Loading branch information
riknoll committed Jan 5, 2024
1 parent 7cc2a63 commit ecf3f3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.11
ref: v0.11.12
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@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.11
ref: v0.11.12
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
3 changes: 3 additions & 0 deletions libs/browser-events/pxt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/browser-events"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"typescript": "4.8.3"
},
"dependencies": {
"pxt-common-packages": "11.1.4",
"pxt-common-packages": "11.1.6",
"pxt-core": "9.3.10"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.11"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down
3 changes: 2 additions & 1 deletion pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"libs/sprite-scaling",
"libs/storyboard",
"libs/template",
"libs/thermometer"
"libs/thermometer",
"libs/browser-events"
],
"staticpkgdirs": {
"base": [
Expand Down

0 comments on commit ecf3f3f

Please sign in to comment.