Skip to content

Commit 24a1f1c

Browse files
release: bump version to 0.0.9 (#549)
* chore: update dependency to blockly v12.0.1-beta.1 * release: bump version to 0.0.9 * chore(deps): update peer dependency and re-add override for field-colour
1 parent 850e2c5 commit 24a1f1c

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/keyboard-experiment",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A plugin for keyboard navigation.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -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.0.0",
60+
"blockly": "^12.0.1-beta.1",
6161
"chai": "^5.2.0",
6262
"eslint": "^8.49.0",
6363
"eslint-config-google": "^0.14.0",
@@ -73,7 +73,12 @@
7373
"webdriverio": "^9.12.1"
7474
},
7575
"peerDependencies": {
76-
"blockly": "^12.0.0"
76+
"blockly": "^12.0.1-beta.1"
77+
},
78+
"overrides": {
79+
"@blockly/field-colour": {
80+
"blockly": "^12.0.1-beta.1"
81+
}
7782
},
7883
"publishConfig": {
7984
"access": "public",

0 commit comments

Comments
 (0)