Skip to content

Commit

Permalink
Remove py-script in favor of react-py
Browse files Browse the repository at this point in the history
  • Loading branch information
nietoga committed Jul 19, 2023
1 parent 93f7818 commit 4ff4157
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 79 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-py": "^1.9.1",
"typescript": "5.0.4"
},
"devDependencies": {
Expand Down
15 changes: 0 additions & 15 deletions src/component/py-script/config.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/component/py-script/index.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/component/py-script/repl.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/component/py-script/runtime.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/component/py-script/script.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/component/py-script/terminal.tsx

This file was deleted.

12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==

comlink@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/comlink/-/comlink-4.4.1.tgz#e568b8e86410b809e8600eb2cf40c189371ef981"
integrity sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
Expand Down Expand Up @@ -1682,6 +1687,13 @@ react-is@^16.13.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-py@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/react-py/-/react-py-1.9.1.tgz#6f92d5eee7b64ba112dee03f055ed5b35c9c9d46"
integrity sha512-O4UfNViEaEzBX6iy8nym99QBYzCvwK7aTBm59F0g1kxK1gDyUjspFKigZ7QSgNDLlMRNYombLMi80ygYsyp5lA==
dependencies:
comlink "^4.4.1"

[email protected]:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
Expand Down

0 comments on commit 4ff4157

Please sign in to comment.