Skip to content

Commit

Permalink
lite: pyodide 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed May 17, 2022
1 parent 57eeb50 commit 25958a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as kernelIcon from '!!file-loader!../style/robotframework.png';
/**
* The default CDN fallback for Pyodide
*/
const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.19.1/full/pyodide.js';
const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js';

/**
* The id for the extension, and key in the litePlugins.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@
"https://files.pythonhosted.org/packages/py3/t/terminado/terminado-0.15.0-py3-none-any.whl",
"https://files.pythonhosted.org/packages/py3/t/tinycss2/tinycss2-1.1.1-py3-none-any.whl",
"https://files.pythonhosted.org/packages/py3/t/traitlets/traitlets-5.2.1.post0-py3-none-any.whl"
<<<<<<< HEAD
]
=======
]
>>>>>>> efde4d0 (lite: robotframework 5.0.1, robotkernel >= 1.6rc1)

0 comments on commit 25958a0

Please sign in to comment.