From 150d301ecbc347c671a875dc395851c845a9ccfe Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Fri, 8 Dec 2023 20:08:09 +0300 Subject: [PATCH] fix: bumped mantine prism --- .changeset/thirty-wasps-train.md | 5 +++++ package.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/thirty-wasps-train.md diff --git a/.changeset/thirty-wasps-train.md b/.changeset/thirty-wasps-train.md new file mode 100644 index 0000000..e59909e --- /dev/null +++ b/.changeset/thirty-wasps-train.md @@ -0,0 +1,5 @@ +--- +'mantine-analytics-dashboard': patch +--- + +chore: removed @mantine/prism package diff --git a/package.json b/package.json index fda3966..112567f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "@mantine/next": "^6.0.16", "@mantine/notifications": "^7.2.2", "@mantine/nprogress": "^7.2.2", - "@mantine/prism": "^6.0.21", "@mantine/spotlight": "^7.2.2", "@mantine/tiptap": "^7.2.2", "@tabler/icons-react": "^2.40.0",