Updated MicroPython to its latest (#2063)

* Updated MicroPython to its latest

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Andrea Giammarchi
2024-05-19 12:10:15 +02:00
committed by GitHub
parent e7216d26e7
commit ed6d0136b8
2 changed files with 88 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.4.32",
"version": "0.4.34",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -43,7 +43,7 @@
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"polyscript": "^0.12.8",
"polyscript": "^0.12.10",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -61,7 +61,7 @@
"@webreflection/toml-j0.4": "^1.1.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"bun": "^1.1.7",
"bun": "^1.1.8",
"chokidar": "^3.6.0",
"codemirror": "^6.0.1",
"eslint": "^9.2.0",