File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 58
58
},
59
59
"dependencies" : {
60
60
"@jupyterlab/application" : " ^4.2" ,
61
- "blockly" : " ^11.0 " ,
62
- "jupyterlab-blockly" : " ^0.3.2 "
61
+ "blockly" : " ^11.1.1 " ,
62
+ "jupyterlab-blockly" : " ^0.3.3 "
63
63
},
64
64
"devDependencies" : {
65
65
"@jupyterlab/builder" : " ^4.2.4" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.12" ,
24
24
]
25
25
dependencies = [
26
- " jupyterlab-blockly>=0.3.2 ,<0.4" ,
26
+ " jupyterlab-blockly>=0.3.3 ,<0.4" ,
27
27
" bleak>=0.22.2,<1" ,
28
28
" pylgbst>=1.3.0,<2"
29
29
]
Original file line number Diff line number Diff line change @@ -2128,7 +2128,7 @@ __metadata:
2128
2128
languageName : node
2129
2129
linkType : hard
2130
2130
2131
- " blockly@npm:^11.0 " :
2131
+ " blockly@npm:^11.0, blockly@npm:^11.1.1 " :
2132
2132
version : 11.1.1
2133
2133
resolution : " blockly@npm:11.1.1"
2134
2134
dependencies :
@@ -3865,9 +3865,9 @@ __metadata:
3865
3865
languageName : node
3866
3866
linkType : hard
3867
3867
3868
- " jupyterlab-blockly@npm:^0.3.2 " :
3869
- version : 0.3.2
3870
- resolution : " jupyterlab-blockly@npm:0.3.2 "
3868
+ " jupyterlab-blockly@npm:^0.3.3 " :
3869
+ version : 0.3.3
3870
+ resolution : " jupyterlab-blockly@npm:0.3.3 "
3871
3871
dependencies :
3872
3872
" @blockly/field-colour " : 5.0.6
3873
3873
" @jupyterlab/apputils " : ^4.2
@@ -3886,7 +3886,7 @@ __metadata:
3886
3886
blockly : ^11.0
3887
3887
react : ^18.2
3888
3888
react-dom : ^18.2
3889
- checksum : d3f0ec4d7d128c1d0defe7e2b46110924f3bb4216d5a77e587e3aa359ff68566d2c85259c56f65fa761f334ce0b2c82f1544cd3d872e1a775d3c5f4639922d24
3889
+ checksum : 78552cf073b865e02eed980167ae1f4613ebf3c46b3e6c37b9d9386bc902132b600f3a7cf11b2081ade7eb47bbdb2045e89d91ce9c93a1d08794dd2700cc07ed
3890
3890
languageName : node
3891
3891
linkType : hard
3892
3892
@@ -3898,11 +3898,11 @@ __metadata:
3898
3898
" @jupyterlab/builder " : ^4.2.4
3899
3899
" @typescript-eslint/eslint-plugin " : ^5.12.1
3900
3900
" @typescript-eslint/parser " : ^5.12.1
3901
- blockly : ^11.0
3901
+ blockly : ^11.1.1
3902
3902
eslint : ^8.9.0
3903
3903
eslint-config-prettier : ^8.4.0
3904
3904
eslint-plugin-prettier : ^4.0.0
3905
- jupyterlab-blockly : ^0.3.2
3905
+ jupyterlab-blockly : ^0.3.3
3906
3906
npm-run-all : ^4.1.5
3907
3907
prettier : ^2.5.1
3908
3908
rimraf : ^3.0.2
You can’t perform that action at this time.
0 commit comments