Skip to content

Commit 79d541e

Browse files
authored
Merge pull request #20 from jupyter-robotics/updateBlockly
Update `blockly` dependencies
2 parents 45207aa + 82c717f commit 79d541e

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed

package.json

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
{
2-
"name": "jupyterlab-niryo-one",
3-
"version": "0.1.1",
4-
"description": "Blockly extension for JupyterLab to control the Niryo One robot.",
5-
"keywords": [
6-
"jupyter",
7-
"jupyterlab",
8-
"jupyterlab-extension",
9-
"ROS",
10-
"Niryo",
11-
"Niryo-One"
12-
],
13-
"homepage": "https://github.com/jupyter-robotics/jupyterlab-niryo-one",
14-
"bugs": {
15-
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one/issues"
16-
},
17-
"license": "BSD-3-Clause",
18-
"author": {
19-
"name": "quantstack",
20-
"email": ""
21-
},
22-
"files": [
23-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
24-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
25-
],
26-
"main": "lib/index.js",
27-
"types": "lib/index.d.ts",
28-
"style": "style/index.css",
29-
"repository": {
30-
"type": "git",
31-
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one.git"
32-
},
33-
"scripts": {
34-
"build": "jlpm build:lib && jlpm build:labextension:dev",
35-
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
36-
"build:labextension": "jupyter labextension build .",
37-
"build:labextension:dev": "jupyter labextension build --development True .",
38-
"build:lib": "tsc --sourceMap",
39-
"build:lib:prod": "tsc",
40-
"clean": "jlpm clean:lib",
41-
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
42-
"clean:lintcache": "rimraf .eslintcache .stylelintcache jupyterlab_niryo_one/_version.py",
43-
"clean:labextension": "rimraf jupyterlab_niryo_one/labextension",
44-
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
45-
"eslint": "jlpm eslint:check --fix",
46-
"eslint:check": "eslint . --cache --ext .ts,.tsx",
47-
"install:extension": "jlpm build",
48-
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
49-
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
50-
"prettier": "jlpm prettier:base --write --list-different",
51-
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
52-
"prettier:check": "jlpm prettier:base --check",
53-
"stylelint": "jlpm stylelint:check --fix",
54-
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
55-
"watch": "run-p watch:src watch:labextension",
56-
"watch:src": "tsc -w --sourceMap",
57-
"watch:labextension": "jupyter labextension watch ."
58-
},
59-
"dependencies": {
60-
"@jupyterlab/application": "^4.2",
61-
"blockly": "^11.0",
62-
"jupyterlab-blockly": "^0.3.2"
63-
},
64-
"devDependencies": {
65-
"@jupyterlab/builder": "^4.2.4",
66-
"@typescript-eslint/eslint-plugin": "^5.12.1",
67-
"@typescript-eslint/parser": "^5.12.1",
68-
"eslint": "^8.9.0",
69-
"eslint-config-prettier": "^8.4.0",
70-
"eslint-plugin-prettier": "^4.0.0",
71-
"npm-run-all": "^4.1.5",
72-
"prettier": "^2.5.1",
73-
"rimraf": "^3.0.2",
74-
"stylelint": "^14.3.0",
75-
"stylelint-config-prettier": "^9.0.3",
76-
"stylelint-config-recommended": "^6.0.0",
77-
"stylelint-config-standard": "~24.0.0",
78-
"stylelint-prettier": "^2.0.0",
79-
"typescript": "~5.0.2"
80-
},
81-
"sideEffects": [
82-
"style/*.css",
83-
"style/index.js"
84-
],
85-
"styleModule": "style/index.js",
86-
"publishConfig": {
87-
"access": "public"
88-
},
89-
"jupyterlab": {
90-
"extension": true,
91-
"outputDir": "jupyterlab_niryo_one/labextension",
92-
"webpackConfig": "./webpack.config.js"
93-
}
2+
"name": "jupyterlab-niryo-one",
3+
"version": "0.1.1",
4+
"description": "Blockly extension for JupyterLab to control the Niryo One robot.",
5+
"keywords": [
6+
"jupyter",
7+
"jupyterlab",
8+
"jupyterlab-extension",
9+
"ROS",
10+
"Niryo",
11+
"Niryo-One"
12+
],
13+
"homepage": "https://github.com/jupyter-robotics/jupyterlab-niryo-one",
14+
"bugs": {
15+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one/issues"
16+
},
17+
"license": "BSD-3-Clause",
18+
"author": {
19+
"name": "quantstack",
20+
"email": ""
21+
},
22+
"files": [
23+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
24+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
25+
],
26+
"main": "lib/index.js",
27+
"types": "lib/index.d.ts",
28+
"style": "style/index.css",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one.git"
32+
},
33+
"scripts": {
34+
"build": "jlpm build:lib && jlpm build:labextension:dev",
35+
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
36+
"build:labextension": "jupyter labextension build .",
37+
"build:labextension:dev": "jupyter labextension build --development True .",
38+
"build:lib": "tsc --sourceMap",
39+
"build:lib:prod": "tsc",
40+
"clean": "jlpm clean:lib",
41+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
42+
"clean:lintcache": "rimraf .eslintcache .stylelintcache jupyterlab_niryo_one/_version.py",
43+
"clean:labextension": "rimraf jupyterlab_niryo_one/labextension",
44+
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
45+
"eslint": "jlpm eslint:check --fix",
46+
"eslint:check": "eslint . --cache --ext .ts,.tsx",
47+
"install:extension": "jlpm build",
48+
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
49+
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
50+
"prettier": "jlpm prettier:base --write --list-different",
51+
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
52+
"prettier:check": "jlpm prettier:base --check",
53+
"stylelint": "jlpm stylelint:check --fix",
54+
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
55+
"watch": "run-p watch:src watch:labextension",
56+
"watch:src": "tsc -w --sourceMap",
57+
"watch:labextension": "jupyter labextension watch ."
58+
},
59+
"dependencies": {
60+
"@jupyterlab/application": "^4.2",
61+
"blockly": "^11.1.1",
62+
"jupyterlab-blockly": "^0.3.3"
63+
},
64+
"devDependencies": {
65+
"@jupyterlab/builder": "^4.2.4",
66+
"@typescript-eslint/eslint-plugin": "^5.12.1",
67+
"@typescript-eslint/parser": "^5.12.1",
68+
"eslint": "^8.9.0",
69+
"eslint-config-prettier": "^8.4.0",
70+
"eslint-plugin-prettier": "^4.0.0",
71+
"npm-run-all": "^4.1.5",
72+
"prettier": "^2.5.1",
73+
"rimraf": "^3.0.2",
74+
"stylelint": "^14.3.0",
75+
"stylelint-config-prettier": "^9.0.3",
76+
"stylelint-config-recommended": "^6.0.0",
77+
"stylelint-config-standard": "~24.0.0",
78+
"stylelint-prettier": "^2.0.0",
79+
"typescript": "~5.0.2"
80+
},
81+
"sideEffects": [
82+
"style/*.css",
83+
"style/index.js"
84+
],
85+
"styleModule": "style/index.js",
86+
"publishConfig": {
87+
"access": "public"
88+
},
89+
"jupyterlab": {
90+
"extension": true,
91+
"outputDir": "jupyterlab_niryo_one/labextension",
92+
"webpackConfig": "./webpack.config.js"
93+
}
9494
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ __metadata:
21192119
languageName: node
21202120
linkType: hard
21212121

2122-
"blockly@npm:^11.0":
2122+
"blockly@npm:^11.0, blockly@npm:^11.1.1":
21232123
version: 11.1.1
21242124
resolution: "blockly@npm:11.1.1"
21252125
dependencies:
@@ -3888,9 +3888,9 @@ __metadata:
38883888
languageName: node
38893889
linkType: hard
38903890

3891-
"jupyterlab-blockly@npm:^0.3.2":
3892-
version: 0.3.2
3893-
resolution: "jupyterlab-blockly@npm:0.3.2"
3891+
"jupyterlab-blockly@npm:^0.3.3":
3892+
version: 0.3.3
3893+
resolution: "jupyterlab-blockly@npm:0.3.3"
38943894
dependencies:
38953895
"@blockly/field-colour": 5.0.6
38963896
"@jupyterlab/apputils": ^4.2
@@ -3909,7 +3909,7 @@ __metadata:
39093909
blockly: ^11.0
39103910
react: ^18.2
39113911
react-dom: ^18.2
3912-
checksum: d3f0ec4d7d128c1d0defe7e2b46110924f3bb4216d5a77e587e3aa359ff68566d2c85259c56f65fa761f334ce0b2c82f1544cd3d872e1a775d3c5f4639922d24
3912+
checksum: 78552cf073b865e02eed980167ae1f4613ebf3c46b3e6c37b9d9386bc902132b600f3a7cf11b2081ade7eb47bbdb2045e89d91ce9c93a1d08794dd2700cc07ed
39133913
languageName: node
39143914
linkType: hard
39153915

@@ -3921,11 +3921,11 @@ __metadata:
39213921
"@jupyterlab/builder": ^4.2.4
39223922
"@typescript-eslint/eslint-plugin": ^5.12.1
39233923
"@typescript-eslint/parser": ^5.12.1
3924-
blockly: ^11.0
3924+
blockly: ^11.1.1
39253925
eslint: ^8.9.0
39263926
eslint-config-prettier: ^8.4.0
39273927
eslint-plugin-prettier: ^4.0.0
3928-
jupyterlab-blockly: ^0.3.2
3928+
jupyterlab-blockly: ^0.3.3
39293929
npm-run-all: ^4.1.5
39303930
prettier: ^2.5.1
39313931
rimraf: ^3.0.2

0 commit comments

Comments
 (0)