Skip to content

Commit 951ddec

Browse files
committed
fix: Actually link against 12.0.0 not beta.7.
1 parent 60f6bcd commit 951ddec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 3 additions & 3 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.0.0-beta.7",
60+
"blockly": "^12.0.0",
6161
"chai": "^5.2.0",
6262
"eslint": "^8.49.0",
6363
"eslint-config-google": "^0.14.0",
@@ -73,11 +73,11 @@
7373
"webdriverio": "^9.12.1"
7474
},
7575
"peerDependencies": {
76-
"blockly": "^12.0.0-beta.7"
76+
"blockly": "^12.0.0"
7777
},
7878
"overrides": {
7979
"@blockly/field-colour": {
80-
"blockly": "^12.0.0-beta.7"
80+
"blockly": "^12.0.0"
8181
}
8282
},
8383
"publishConfig": {

0 commit comments

Comments
 (0)