Skip to content

Commit d0c708e

Browse files
authored
Add in new overrides for blockly (#6282)
weird that it built locally without these overrides in place, but i guess they are required for building from a fresh clone
1 parent 4f66d23 commit d0c708e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,13 @@
4747
"dependencies": {
4848
"pxt-common-packages": "12.3.30",
4949
"pxt-core": "11.4.24"
50+
},
51+
"overrides": {
52+
"@blockly/field-colour": {
53+
"blockly": "^12.1.0-beta.0"
54+
},
55+
"@blockly/plugin-workspace-search": {
56+
"blockly": "^12.1.0-beta.0"
57+
}
5058
}
5159
}

0 commit comments

Comments
 (0)