Skip to content

Commit

Permalink
override package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed May 2, 2024
1 parent 2e23275 commit 44ab89b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@blockly/field-colour": "^4.0.2",
"@blockly/field-colour": "4.0.2",
"@blockly/keyboard-navigation": "0.5.11",
"@blockly/plugin-workspace-search": "8.0.9",
"@blockly/plugin-workspace-search": "8.1.6",
"@crowdin/crowdin-api-client": "^1.33.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@microsoft/applicationinsights-web": "^2.8.11",
Expand Down Expand Up @@ -152,6 +152,17 @@
"typescript": "4.8.3",
"uglifyify": "5.0.2"
},
"overrides": {
"@blockly/field-colour": {
"blockly": "11.0.0-beta.10"
},
"@blockly/keyboard-navigation": {
"blockly": "11.0.0-beta.10"
},
"@blockly/plugin-workspace-search": {
"blockly": "11.0.0-beta.10"
}
},
"scripts": {
"build": "gulp",
"test": "gulp travis",
Expand Down

0 comments on commit 44ab89b

Please sign in to comment.