Skip to content

Commit b3587ef

Browse files
authored
chore(deps): Update @blockly/field-colour to 6.0.0 (#541)
This allows us to remove the overrides section in package.json.
1 parent d968fed commit b3587ef

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

package-lock.json

Lines changed: 9 additions & 11 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
@@ -48,8 +48,8 @@
4848
"src"
4949
],
5050
"devDependencies": {
51-
"@blockly/dev-scripts": "^4.0.1",
52-
"@blockly/field-colour": "^5.0.7",
51+
"@blockly/dev-scripts": "^4.0.8",
52+
"@blockly/field-colour": "^6.0.0",
5353
"@eslint/eslintrc": "^2.1.2",
5454
"@eslint/js": "^8.49.0",
5555
"@types/chai": "^5.2.1",
@@ -75,11 +75,6 @@
7575
"peerDependencies": {
7676
"blockly": "^12.0.0"
7777
},
78-
"overrides": {
79-
"@blockly/field-colour": {
80-
"blockly": "^12.0.0"
81-
}
82-
},
8378
"publishConfig": {
8479
"access": "public",
8580
"registry": "https://wombat-dressing-room.appspot.com"

0 commit comments

Comments
 (0)