mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
build(deps): bump pyodide from 0.21.3 to 0.22.0 (#1420)
* build(deps): bump pyodide from 0.21.3 to 0.22.0 Bumps [pyodide](https://github.com/pyodide/pyodide) from 0.21.3 to 0.22.0. - [Release notes](https://github.com/pyodide/pyodide/releases) - [Commits](https://github.com/pyodide/pyodide/compare/0.21.3...0.22.0) --- updated-dependencies: - dependency-name: pyodide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * yarn: drop pyodide patch Fixes were merged upstream. * webpack: drop pyodide/distuils.tar This file is no longer distributed in the pyodide package. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <david@pybricks.com>
This commit is contained in:
co-authored by
David Lechner
parent
2c2b7dfb15
commit
3d4fe32303
File diff suppressed because one or more lines are too long
@@ -593,7 +593,6 @@ module.exports = function (webpackEnv) {
|
||||
}),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{ from: require.resolve("pyodide/distutils.tar"), to: pyodideStaticPath },
|
||||
{ from: require.resolve("pyodide/pyodide_py.tar"), to: pyodideStaticPath },
|
||||
{ from: require.resolve("pyodide/pyodide.asm.data"), to: pyodideStaticPath},
|
||||
{ from: require.resolve("pyodide/pyodide.asm.js"), to:pyodideStaticPath },
|
||||
|
||||
+2
-3
@@ -86,7 +86,7 @@
|
||||
"postcss-preset-env": "^7.8.3",
|
||||
"prompts": "^2.4.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"pyodide": "0.21.3",
|
||||
"pyodide": "0.22.0",
|
||||
"react": "^16.14.0",
|
||||
"react-app-polyfill": "^3.0.0",
|
||||
"react-aria": "^3.22.0",
|
||||
@@ -170,8 +170,7 @@
|
||||
"resolutions": {
|
||||
"mq-polyfill@1.1.8": "patch:mq-polyfill@npm:1.1.8#.yarn/patches/mq-polyfill-npm-1.1.8-62fe162439.patch",
|
||||
"react-error-overlay": "6.0.9",
|
||||
"react-dev-utils@^12.0.1": "patch:react-dev-utils@npm:12.0.1#.yarn/patches/react-dev-utils-npm-12.0.1-83ba06e3ee.patch",
|
||||
"pyodide@0.21.3": "patch:pyodide@npm:0.21.3#.yarn/patches/pyodide-npm-0.21.3-d43042e749.patch"
|
||||
"react-dev-utils@^12.0.1": "patch:react-dev-utils@npm:12.0.1#.yarn/patches/react-dev-utils-npm-12.0.1-83ba06e3ee.patch"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
|
||||
@@ -2499,7 +2499,7 @@ __metadata:
|
||||
prettier: ^2.8.1
|
||||
prompts: ^2.4.2
|
||||
prop-types: ^15.8.1
|
||||
pyodide: 0.21.3
|
||||
pyodide: 0.22.0
|
||||
react: ^16.14.0
|
||||
react-app-polyfill: ^3.0.0
|
||||
react-aria: ^3.22.0
|
||||
@@ -12882,25 +12882,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pyodide@npm:0.21.3":
|
||||
version: 0.21.3
|
||||
resolution: "pyodide@npm:0.21.3"
|
||||
"pyodide@npm:0.22.0":
|
||||
version: 0.22.0
|
||||
resolution: "pyodide@npm:0.22.0"
|
||||
dependencies:
|
||||
base-64: ^1.0.0
|
||||
node-fetch: ^2.6.1
|
||||
ws: ^8.5.0
|
||||
checksum: 340a05278073896c172f237f6da69deb9d6fb686c7808e6091e0be4f8609cc41d227196974acdac1262b1d0877d5c99e91145a19cad300dc995fa3d572687cb1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pyodide@patch:pyodide@npm:0.21.3#.yarn/patches/pyodide-npm-0.21.3-d43042e749.patch::locator=%40pybricks%2Fpybricks-code%40workspace%3A.":
|
||||
version: 0.21.3
|
||||
resolution: "pyodide@patch:pyodide@npm%3A0.21.3#.yarn/patches/pyodide-npm-0.21.3-d43042e749.patch::version=0.21.3&hash=e62b29&locator=%40pybricks%2Fpybricks-code%40workspace%3A."
|
||||
dependencies:
|
||||
base-64: ^1.0.0
|
||||
node-fetch: ^2.6.1
|
||||
ws: ^8.5.0
|
||||
checksum: 69fd9a7e7d39b973c91b06a146c149ae4fde546d7256595ca96fa33355d2d3e58726469209847ace78d248d611099c1d08eff0c055ab491adc56dac2824c6a92
|
||||
checksum: a0a4de362d5bccb2c327b1df6ef0af439098c5ef509f707a817670428510e8770b74f2678f1b4bf9b8ea9322d0bc1c0ce7060337c3fae4b72d414b8c40e11a6a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user