Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/backpack-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@blockly/workspace-backpack": "^7.0.11",
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/blockly-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@vscode/sqlite3": "^5.1.2",
"blockly": "^13.0.0",
"blockly": "^13.1.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-dialogs-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/custom-tooltips-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
},
"blocklyDemoConfig": {
"title": "Custom Tooltips",
Expand Down
2 changes: 1 addition & 1 deletion examples/developer-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@blockly/field-angle": "^6.0.9",
"@blockly/field-colour": "^6.0.12",
"@material/web": "^2.4.1",
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/devsite-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/devsite-landing-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/fixed-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/generator-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/graph-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/headless-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/interpreter-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/max-blocks-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/mirror-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/pitch-field-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/resizable-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/rtl-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/sample-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"webpack-dev-server": "^5.2.5"
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"webpack-dev-server": "^5.2.5"
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/single-direction-scroll-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/toolbox-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/turtle-field-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
]
},
"dependencies": {
"blockly": "^13.0.0"
"blockly": "^13.1.0"
}
}
Loading
Loading