From 6a820ae8c47fd895a1aa73b14e0c1d95585d646d Mon Sep 17 00:00:00 2001 From: Steve Purves Date: Sat, 9 Dec 2023 16:38:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=F0=9F=8F=BD=20bump=20thebe=20(#301?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/clean-cows-boil.md | 6 ++++++ package-lock.json | 30 +++++++++++++++--------------- packages/jupyter/package.json | 6 +++--- packages/site/package.json | 2 +- 4 files changed, 25 insertions(+), 19 deletions(-) create mode 100644 .changeset/clean-cows-boil.md diff --git a/.changeset/clean-cows-boil.md b/.changeset/clean-cows-boil.md new file mode 100644 index 000000000..e6e808681 --- /dev/null +++ b/.changeset/clean-cows-boil.md @@ -0,0 +1,6 @@ +--- +'@myst-theme/jupyter': patch +'@myst-theme/site': patch +--- + +Bump `thebe-*` packages, improves saved session keys for binder connections diff --git a/package-lock.json b/package-lock.json index 51039536a..62f9a49dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35010,9 +35010,9 @@ "dev": true }, "node_modules/thebe-core": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/thebe-core/-/thebe-core-0.4.3.tgz", - "integrity": "sha512-4fev6UD1Bkhs68emaD5gabm0KDCVXw2722pwUCTXw6tcYMHygdX5ACtQvcx7ZwUPeTK4AiTdDyCzWCX+4T4LHQ==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/thebe-core/-/thebe-core-0.4.4.tgz", + "integrity": "sha512-hDSJQf1lB52BjGb4EhC/a+DQK3Pxri1IHKibYUheQIzk7+Tg9eXNheLYPhgVdgqfY1xiMOPvcQxRR296FAngTg==", "dependencies": { "@jupyter-widgets/base": "^6.0.6", "@jupyter-widgets/controls": "^5.0.7", @@ -35037,7 +35037,7 @@ "copy-thebe-assets": "bin/copy-thebe-assets.cjs" }, "peerDependencies": { - "thebe-lite": "^0.4.3" + "thebe-lite": "^0.4.4" } }, "node_modules/thebe-core/node_modules/nanoid": { @@ -35058,9 +35058,9 @@ } }, "node_modules/thebe-lite": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/thebe-lite/-/thebe-lite-0.4.3.tgz", - "integrity": "sha512-G0Ou4zONV1pJeV7jDhJPLKhQAjtg7DksYTqtraPtJMnF/CpmKKkNWQG50ndvCjBf4oIl1f5Ikw3owIjahMMQmw==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/thebe-lite/-/thebe-lite-0.4.4.tgz", + "integrity": "sha512-F+5EGi2UfL2GW/+sXG/Sk2RMkDDCfQW7im6mqbTSmART2lIhxPhcpu3eP/f/Fs8e7bfRS1j7VKer7AvVmYq6Fg==", "dependencies": { "@jupyterlab/coreutils": "^6.0.8", "@jupyterlite/pyodide-kernel": "0.2.0", @@ -35071,14 +35071,14 @@ } }, "node_modules/thebe-react": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/thebe-react/-/thebe-react-0.4.3.tgz", - "integrity": "sha512-IgEd4BjKQ6GYar5MFDwhPqvt+mWtXXLfTUMp9YWUmu3SxFS97vOVnc7HfqlMQZ0o4NVAQT77ZyqEKN08Kd90sg==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/thebe-react/-/thebe-react-0.4.4.tgz", + "integrity": "sha512-I/KLGSsjekTEpkWLRe5EDrJ93EYZteeAD6bayE7RocdIc+MlZ5BDQ/wzLxwIIXxRy43FM3vON/4+TFkX/M8p4A==", "dependencies": { "@jupyterlab/nbformat": "^3.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "thebe-core": "^0.4.3" + "thebe-core": "^0.4.4" } }, "node_modules/thebe-react/node_modules/@jupyterlab/nbformat": { @@ -37946,9 +37946,9 @@ "nbtx": "^0.2.3", "react-syntax-highlighter": "^15.5.0", "swr": "^2.1.5", - "thebe-core": "^0.4.3", - "thebe-lite": "^0.4.3", - "thebe-react": "^0.4.3", + "thebe-core": "^0.4.4", + "thebe-lite": "^0.4.4", + "thebe-react": "^0.4.4", "unist-util-select": "^4.0.3" }, "devDependencies": {}, @@ -38142,7 +38142,7 @@ "nbtx": "^0.2.3", "node-cache": "^5.1.2", "node-fetch": "^2.6.11", - "thebe-react": "^0.4.3", + "thebe-react": "^0.4.4", "unist-util-select": "^4.0.1" }, "devDependencies": { diff --git a/packages/jupyter/package.json b/packages/jupyter/package.json index 9da627584..7739f4573 100644 --- a/packages/jupyter/package.json +++ b/packages/jupyter/package.json @@ -39,9 +39,9 @@ "nbtx": "^0.2.3", "react-syntax-highlighter": "^15.5.0", "swr": "^2.1.5", - "thebe-core": "^0.4.3", - "thebe-lite": "^0.4.3", - "thebe-react": "^0.4.3", + "thebe-core": "^0.4.4", + "thebe-lite": "^0.4.4", + "thebe-react": "^0.4.4", "unist-util-select": "^4.0.3" }, "peerDependencies": { diff --git a/packages/site/package.json b/packages/site/package.json index 7624d09fd..b2eb70e99 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -33,7 +33,7 @@ "nbtx": "^0.2.3", "node-cache": "^5.1.2", "node-fetch": "^2.6.11", - "thebe-react": "^0.4.3", + "thebe-react": "^0.4.4", "unist-util-select": "^4.0.1" }, "peerDependencies": {