Skip to content

Commit 6ddf217

Browse files
committed
Moved pyodide to dev dependencies
1 parent 39f6cd9 commit 6ddf217

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package-lock.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@typescript-eslint/parser": "^5.46.0",
3737
"eslint": "^8.29.0",
3838
"prettier": "^2.8.1",
39+
"pyodide": "^0.26.2",
3940
"react": "^18.2.0",
4041
"react-dom": "^18.2.0",
4142
"standard-version": "^9.3.1",
@@ -46,7 +47,6 @@
4647
"react-dom": ">=16.9.0"
4748
},
4849
"dependencies": {
49-
"comlink": "^4.4.1",
50-
"pyodide": "0.26.2"
50+
"comlink": "^4.4.1"
5151
}
5252
}

website/docs/introduction/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# Getting Started
66

7-
Run Python (3.11) code directly in the browser using [Pyodide](https://pyodide.org).
7+
Run Python (3.12) code directly in the browser using [Pyodide](https://pyodide.org).
88

99
Learn how to get `react-py` set up in your project.
1010

0 commit comments

Comments
 (0)