Skip to content

Commit

Permalink
Moved pyodide to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elilambnz committed Aug 5, 2024
1 parent 39f6cd9 commit 6ddf217
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"prettier": "^2.8.1",
"pyodide": "^0.26.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.3.1",
Expand All @@ -46,7 +47,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"comlink": "^4.4.1",
"pyodide": "0.26.2"
"comlink": "^4.4.1"
}
}
2 changes: 1 addition & 1 deletion website/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Getting Started

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

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

Expand Down

0 comments on commit 6ddf217

Please sign in to comment.