Skip to content

Commit 10ab1d3

Browse files
committed
Update package dependencies and remove unused packages
1 parent 7915848 commit 10ab1d3

File tree

2 files changed

+62
-330
lines changed

2 files changed

+62
-330
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@mdx-js/react": "^3.0.0",
4545
"@popperjs/core": "^2.11.8",
4646
"@prettier/plugin-xml": "^3.3.1",
47+
"@prisma/client": "^6.9.0",
4748
"@radix-ui/colors": "^3.0.0",
4849
"@radix-ui/react-collapsible": "^1.1.1",
4950
"@radix-ui/react-dropdown-menu": "^2.1.2",
@@ -59,6 +60,7 @@
5960
"dompurify": "3.2.4",
6061
"esbuild": "^0.25.0",
6162
"framer-motion": "^10.12.16",
63+
"github-slugger": "^2.0.0",
6264
"gray-matter": "^4.0.3",
6365
"hast-util-to-jsx-runtime": "^2.3.2",
6466
"hastscript": "^8.0.0",
@@ -76,6 +78,7 @@
7678
"nextjs-toploader": "^1.6.6",
7779
"platformicons": "^8.0.4",
7880
"prism-sentry": "^1.0.2",
81+
"prisma": "^6.9.0",
7982
"query-string": "^6.13.1",
8083
"react": "^19.0.0",
8184
"react-dom": "^19.0.0",
@@ -137,4 +140,4 @@
137140
"node": "20.11.0",
138141
"yarn": "1.22.22"
139142
}
140-
}
143+
}

0 commit comments

Comments
 (0)