From 704f06513078374dce68b8e54121f773251823fe Mon Sep 17 00:00:00 2001 From: Michael Sweeney Date: Mon, 16 Dec 2024 22:46:40 -0800 Subject: [PATCH] removed react-prism from examples --- examples/todo-with-proxyMap/package.json | 1 - examples/todo/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/todo-with-proxyMap/package.json b/examples/todo-with-proxyMap/package.json index 6a5766b7..b22332cc 100644 --- a/examples/todo-with-proxyMap/package.json +++ b/examples/todo-with-proxyMap/package.json @@ -14,7 +14,6 @@ "prismjs": "^1.23.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-prism": "^4.3.2", "valtio": "^2.1.1" }, "devDependencies": { diff --git a/examples/todo/package.json b/examples/todo/package.json index 58165742..2da13b7c 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -13,7 +13,6 @@ "prismjs": "^1.23.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-prism": "^4.3.2", "valtio": "^2.1.1" }, "devDependencies": {