Skip to content

Commit 891fa1f

Browse files
committed
chore: update blockly version
1 parent c9118f8 commit 891fa1f

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/p5": "^1.7.6",
5858
"@typescript-eslint/eslint-plugin": "^6.7.2",
5959
"@typescript-eslint/parser": "^6.7.2",
60-
"blockly": "^12.1.0-beta.0",
60+
"blockly": "^12.1.0",
6161
"chai": "^5.2.0",
6262
"eslint": "^8.49.0",
6363
"eslint-config-google": "^0.14.0",
@@ -73,12 +73,7 @@
7373
"webdriverio": "^9.12.1"
7474
},
7575
"peerDependencies": {
76-
"blockly": "^12.1.0-beta.0"
77-
},
78-
"overrides": {
79-
"@blockly/field-colour": {
80-
"blockly": "^12.0.1-beta.1"
81-
}
76+
"blockly": "^12.1.0"
8277
},
8378
"publishConfig": {
8479
"access": "public",

0 commit comments

Comments
 (0)