Skip to content

Commit

Permalink
[pxt-arcade] Fix deprecation of "out" option in tsconfigs (#5882)
Browse files Browse the repository at this point in the history
* Fix deprecation warning in tsconfigs

* Bump pxt-core 8.6.32, pxt-common-packages 10.4.9, pxt-arcade-sim 0.11.3

* Update sim version in jobs
  • Loading branch information
eanders-ms authored May 2, 2023
1 parent 933bea1 commit 12d559d
Show file tree
Hide file tree
Showing 4 changed files with 6 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.2
ref: v0.11.3
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.2
ref: v0.11.3
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/editor.js",
"outFile": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 12d559d

Please sign in to comment.