Skip to content

Commit 2940590

Browse files
authored
feat!: Update plugins to use Blockly v12 (#2530)
1 parent 1f5d169 commit 2940590

64 files changed

Lines changed: 94 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@eslint/js": "^8.49.0",
3737
"@typescript-eslint/eslint-plugin": "^6.7.2",
3838
"@typescript-eslint/parser": "^6.7.2",
39-
"blockly": "^12.0.0-beta.7",
39+
"blockly": "^12.0.0",
4040
"conventional-changelog-conventionalcommits": "^5.0.0",
4141
"eslint": "^8.49.0",
4242
"eslint-config-google": "^0.14.0",

plugins/block-dynamic-connection/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/block-dynamic-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"typescript": "^5.4.5"
4848
},
4949
"peerDependencies": {
50-
"blockly": "^11.0.0"
50+
"blockly": "^12.0.0"
5151
},
5252
"publishConfig": {
5353
"access": "public",

plugins/block-plus-minus/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/block-plus-minus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"sinon": "^9.0.1"
4747
},
4848
"peerDependencies": {
49-
"blockly": "^11.0.0"
49+
"blockly": "^12.0.0"
5050
},
5151
"publishConfig": {
5252
"access": "public",

plugins/block-shareable-procedures/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/block-shareable-procedures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"typescript": "^5.4.5"
5151
},
5252
"peerDependencies": {
53-
"blockly": "^11.0.0"
53+
"blockly": "^12.0.0"
5454
},
5555
"publishConfig": {
5656
"access": "public",

plugins/block-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@blockly/dev-scripts": "^4.0.7"
4343
},
4444
"peerDependencies": {
45-
"blockly": "^11.0.0"
45+
"blockly": "^12.0.0"
4646
},
4747
"publishConfig": {
4848
"access": "public",

plugins/content-highlight/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)