Skip to content

Commit 0ef663e

Browse files
authored
feat!: use blockly v12.2.0 (#657)
1 parent 1fc8c2c commit 0ef663e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/keyboard-navigation",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
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.1.0",
60+
"blockly": "^12.2.0",
6161
"chai": "^5.2.0",
6262
"eslint": "^8.49.0",
6363
"eslint-config-google": "^0.14.0",
@@ -73,7 +73,7 @@
7373
"webdriverio": "^9.12.1"
7474
},
7575
"peerDependencies": {
76-
"blockly": "^12.1.0"
76+
"blockly": "^12.2.0"
7777
},
7878
"publishConfig": {
7979
"access": "public",

0 commit comments

Comments
 (0)