Skip to content

Commit

Permalink
consume pxteditor changes and upgrade code (#6343)
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll authored Feb 6, 2024
1 parent 08c6d84 commit 7453b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/extension.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../node_modules/pxt-core/built/pxteditor.d.ts" />
/// <reference path="../node_modules/pxt-core/localtypings/pxteditor.d.ts" />

namespace pxt.editor {
function patchBlocks(pkgTargetVersion: string, dom: Element) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"pxt-common-packages": "11.1.6",
"pxt-core": "9.3.14"
"pxt-core": "9.3.15"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
Expand Down

0 comments on commit 7453b3c

Please sign in to comment.