From 8070442fde16e2c81f80bd65caab6d3a8cc090f4 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Sat, 7 Oct 2023 08:12:33 -0700 Subject: [PATCH] Update unified, dependencies Closes GH-10. Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- sandbox-templates/react-markdown-with-vite/package.json | 2 +- sandbox-templates/remark-rehype-with-vite/package.json | 8 ++++---- sandbox-templates/remark-with-vite/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sandbox-templates/react-markdown-with-vite/package.json b/sandbox-templates/react-markdown-with-vite/package.json index 5c5b7da..4ee65b4 100644 --- a/sandbox-templates/react-markdown-with-vite/package.json +++ b/sandbox-templates/react-markdown-with-vite/package.json @@ -7,7 +7,7 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "react-markdown": "^8.0.0" + "react-markdown": "^9.0.0" }, "devDependencies": { "@types/react": "^18.0.0", diff --git a/sandbox-templates/remark-rehype-with-vite/package.json b/sandbox-templates/remark-rehype-with-vite/package.json index c140c68..9cf5ae1 100644 --- a/sandbox-templates/remark-rehype-with-vite/package.json +++ b/sandbox-templates/remark-rehype-with-vite/package.json @@ -8,10 +8,10 @@ "start": "tsc && vite" }, "dependencies": { - "rehype-stringify": "^9.0.0", - "remark-parse": "^10.0.0", - "remark-rehype": "^10.0.0", - "unified": "^10.0.0" + "rehype-stringify": "^10.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.0.0", + "unified": "^11.0.0" }, "devDependencies": { "typescript": "^5.0.0", diff --git a/sandbox-templates/remark-with-vite/package.json b/sandbox-templates/remark-with-vite/package.json index cf52fe5..afa07f3 100644 --- a/sandbox-templates/remark-with-vite/package.json +++ b/sandbox-templates/remark-with-vite/package.json @@ -8,7 +8,7 @@ "start": "tsc && vite" }, "dependencies": { - "remark": "^14.0.0" + "remark": "^15.0.0" }, "devDependencies": { "typescript": "^5.0.0",