mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
chore(deps): add @prisma/client package
This commit is contained in:
parent
e63fc13a8e
commit
e3b45a05af
3
bun.lock
3
bun.lock
@ -6,6 +6,7 @@
|
||||
"dependencies": {
|
||||
"@fontsource/fira-code": "^5.1.1",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@prisma/client": "^6.4.1",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||
"@radix-ui/react-scroll-area": "^1.2.3",
|
||||
@ -252,6 +253,8 @@
|
||||
|
||||
"@pkgjs/parseargs": ["@pkgjs/parseargs@0.11.0", "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="],
|
||||
|
||||
"@prisma/client": ["@prisma/client@6.4.1", "https://registry.npmmirror.com/@prisma/client/-/client-6.4.1.tgz", { "peerDependencies": { "prisma": "*", "typescript": ">=5.1.0" }, "optionalPeers": ["prisma", "typescript"] }, "sha512-A7Mwx44+GVZVexT5e2GF/WcKkEkNNKbgr059xpr5mn+oUm2ZW1svhe+0TRNBwCdzhfIZ+q23jEgsNPvKD9u+6g=="],
|
||||
|
||||
"@prisma/debug": ["@prisma/debug@6.4.1", "https://registry.npmmirror.com/@prisma/debug/-/debug-6.4.1.tgz", {}, "sha512-Q9xk6yjEGIThjSD8zZegxd5tBRNHYd13GOIG0nLsanbTXATiPXCLyvlYEfvbR2ft6dlRsziQXfQGxAgv7zcMUA=="],
|
||||
|
||||
"@prisma/engines": ["@prisma/engines@6.4.1", "https://registry.npmmirror.com/@prisma/engines/-/engines-6.4.1.tgz", { "dependencies": { "@prisma/debug": "6.4.1", "@prisma/engines-version": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d", "@prisma/fetch-engine": "6.4.1", "@prisma/get-platform": "6.4.1" } }, "sha512-KldENzMHtKYwsOSLThghOIdXOBEsfDuGSrxAZjMnimBiDKd3AE4JQ+Kv+gBD/x77WoV9xIPf25GXMWffXZ17BA=="],
|
||||
|
@ -11,6 +11,7 @@
|
||||
"dependencies": {
|
||||
"@fontsource/fira-code": "^5.1.1",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@prisma/client": "^6.4.1",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||
"@radix-ui/react-scroll-area": "^1.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user