Skip to content

Commit 554a28d

Browse files
committed
fix conflicts
2 parents dfd77be + 2dc2e44 commit 554a28d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@jupyterlab/application": "^3.4",
5858
"blockly": "^7.20211209.2",
59-
"jupyterlab-blockly": "^0.2.0",
59+
"jupyterlab-blockly": "^0.2.1",
6060
"patch-package": "^6.4.7",
6161
"postinstall-postinstall": "^2.1.0"
6262
},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
zip_safe=False,
5555
include_package_data=True,
5656
python_requires=">=3.7",
57-
install_requires=['jupyterlab-blockly>=0.2.0,<0.3'],
57+
install_requires=['jupyterlab-blockly>=0.2.1,<0.3'],
5858
extras_require={
5959
'env': ['bleak', 'pylgbst']
6060
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,10 +3827,10 @@ jsprim@^1.2.2:
38273827
json-schema "0.4.0"
38283828
verror "1.10.0"
38293829

3830-
jupyterlab-blockly@^0.2.0:
3831-
version "0.2.0"
3832-
resolved "https://registry.yarnpkg.com/jupyterlab-blockly/-/jupyterlab-blockly-0.2.0.tgz#fc1467b832d7e981c1066890711063fc7adfa598"
3833-
integrity sha512-81btcNmyqzusDLWtAsiPKfQ+xmHQG4GX69r4M5N+nDe+12GJ1q7TKiLkqU5X5oC1/QwwUhewCfivOWoJMAtoZg==
3830+
jupyterlab-blockly@^0.2.1:
3831+
version "0.2.1"
3832+
resolved "https://registry.yarnpkg.com/jupyterlab-blockly/-/jupyterlab-blockly-0.2.1.tgz#5061e4cbbe059038d3de2bdb530a4bc81d84e2c5"
3833+
integrity sha512-mCWalOGzfe9Z6ZIVjFrD+pbelA+bmApcXbfLUo+AGVjWbYPEpSq4I9qt/DP7hwklXpYVNzst2bla1f7NajU2Tw==
38343834
dependencies:
38353835
"@jupyterlab/apputils" "^3.4"
38363836
"@jupyterlab/cells" "^3.4"

0 commit comments

Comments
 (0)