Updated MicroPython one more time (#2386)

This commit is contained in:
Andrea Giammarchi
2025-10-07 10:57:29 +02:00
committed by GitHub
parent c848061a44
commit 100a1e4bc1
2 changed files with 21 additions and 21 deletions

36
core/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@pyscript/core",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pyscript/core",
"version": "0.7.0",
"version": "0.7.1",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
@@ -14,7 +14,7 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.19.0",
"polyscript": "^0.19.1",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -25,7 +25,7 @@
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.4",
"@playwright/test": "^1.55.1",
"@playwright/test": "^1.56.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.2",
"@rollup/plugin-terser": "^0.4.4",
@@ -614,13 +614,13 @@
]
},
"node_modules/@playwright/test": {
"version": "1.55.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.1.tgz",
"integrity": "sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==",
"version": "1.56.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0.tgz",
"integrity": "sha512-Tzh95Twig7hUwwNe381/K3PggZBZblKUe2wv25oIpzWLr6Z0m4KgV1ZVIjnR6GM9ANEqjZD7XsZEa6JL/7YEgg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.55.1"
"playwright": "1.56.0"
},
"bin": {
"playwright": "cli.js"
@@ -2732,13 +2732,13 @@
"license": "ISC"
},
"node_modules/playwright": {
"version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz",
"integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==",
"version": "1.56.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz",
"integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.55.1"
"playwright-core": "1.56.0"
},
"bin": {
"playwright": "cli.js"
@@ -2751,9 +2751,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.55.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz",
"integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==",
"version": "1.56.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz",
"integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -2764,9 +2764,9 @@
}
},
"node_modules/polyscript": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.19.0.tgz",
"integrity": "sha512-o1FoO0vUF5yk2rSJKXW0Z12EP8KKXcug+aySUA0RI3G3m1YY/Hz3xmC6w4A3lrL6GNSdUR2Rom/DuLMxKzjswQ==",
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.19.1.tgz",
"integrity": "sha512-hIHQoIjHwQ1VrnLY4TWXZzZLpQgp8f362BmTQpJrfwtn6pR592E35jNPA6CqN656MsEt6CnkUTm+/LpDDnajgA==",
"license": "APACHE-2.0",
"dependencies": {
"@webreflection/fetch": "^0.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -70,7 +70,7 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.19.0",
"polyscript": "^0.19.1",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -81,7 +81,7 @@
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.4",
"@playwright/test": "^1.55.1",
"@playwright/test": "^1.56.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.2",
"@rollup/plugin-terser": "^0.4.4",