A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove patches

DenisaCG 6758a7ab 31585cb0

+3 -7
-1
.eslintignore
··· 12 12 docs 13 13 examples 14 14 node_modules 15 - patches 16 15 scripts 17 16 .eslintignore 18 17 .eslintrc.js
-2
.prettierignore
··· 4 4 **/package.json 5 5 !/package.json 6 6 **/tsconfig.json 7 - **/patches 8 7 **/scripts 9 8 **/*.d.ts 10 9 ··· 15 14 docs 16 15 examples 17 16 node_modules 18 - patches 19 17 scripts 20 18 .eslintignore 21 19 .eslintrc.js
+2 -1
binder/environment.yml
··· 18 18 - pip 19 19 - wheel 20 20 # additional packages for demos 21 - # - ipywidgets 21 + - ipywidgets >=8.1.3 22 + - cookiecutter
+1 -3
package.json
··· 41 41 "prettier": "jlpm prettier:base --write --list-different", 42 42 "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css}\"", 43 43 "prettier:check": "jlpm prettier:base --check", 44 - "watch": "lerna run --stream watch", 45 - "postinstall": "patch-package" 44 + "watch": "lerna run --stream watch" 46 45 }, 47 46 "dependencies": { 48 47 "@typescript-eslint/eslint-plugin": "^5.12.1", ··· 51 50 "eslint-config-prettier": "^8.4.0", 52 51 "eslint-plugin-prettier": "^4.0.0", 53 52 "eslint-plugin-react": "^7.30.0", 54 - "patch-package": "^6.4.7", 55 53 "postinstall-postinstall": "^2.1.0", 56 54 "prettier": "^2.5.1", 57 55 "typescript": "~5.0.2"