diff --git a/.changeset/many-lemons-worry.md b/.changeset/many-lemons-worry.md new file mode 100644 index 00000000..4a61306e --- /dev/null +++ b/.changeset/many-lemons-worry.md @@ -0,0 +1,6 @@ +--- +'@myst-theme/jupyter': patch +'@myst-theme/site': patch +--- + +📌 Pin `thebe` dependecies to `0.4.7` diff --git a/package-lock.json b/package-lock.json index d6c019e3..8f437cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39651,9 +39651,9 @@ "nbtx": "^0.2.3", "react-syntax-highlighter": "^15.5.0", "swr": "^2.1.5", - "thebe-core": "^0.4.7", - "thebe-lite": "^0.4.7", - "thebe-react": "^0.4.7", + "thebe-core": "0.4.7", + "thebe-lite": "0.4.7", + "thebe-react": "0.4.7", "unist-util-select": "^4.0.3" }, "engines": { @@ -39892,7 +39892,7 @@ "nbtx": "^0.2.3", "node-cache": "^5.1.2", "node-fetch": "^2.6.11", - "thebe-react": "^0.4.6", + "thebe-react": "0.4.7", "unist-util-select": "^4.0.1" }, "devDependencies": { diff --git a/packages/jupyter/package.json b/packages/jupyter/package.json index 55473c49..e00f92a4 100644 --- a/packages/jupyter/package.json +++ b/packages/jupyter/package.json @@ -40,9 +40,9 @@ "nbtx": "^0.2.3", "react-syntax-highlighter": "^15.5.0", "swr": "^2.1.5", - "thebe-core": "^0.4.7", - "thebe-lite": "^0.4.7", - "thebe-react": "^0.4.7", + "thebe-core": "0.4.7", + "thebe-lite": "0.4.7", + "thebe-react": "0.4.7", "unist-util-select": "^4.0.3" }, "peerDependencies": { diff --git a/packages/site/package.json b/packages/site/package.json index 04273031..0261acd0 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -37,7 +37,7 @@ "nbtx": "^0.2.3", "node-cache": "^5.1.2", "node-fetch": "^2.6.11", - "thebe-react": "^0.4.6", + "thebe-react": "0.4.7", "unist-util-select": "^4.0.1" }, "peerDependencies": {