@prisma/studio-core 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/ppg/index.cjs +2 -2
- package/dist/data/ppg/index.js +2 -2
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -96,8 +96,7 @@
|
|
|
96
96
|
"@dnd-kit/sortable": "10.0.0",
|
|
97
97
|
"@dnd-kit/utilities": "3.2.2",
|
|
98
98
|
"@electric-sql/pglite": "0.3.0",
|
|
99
|
-
"@prisma/client": "6.
|
|
100
|
-
"@prisma/generator": "6.6.0-integration-push-xmzqvqxpztks.1",
|
|
99
|
+
"@prisma/client": "^6.14.0",
|
|
101
100
|
"@radix-ui/react-checkbox": "1.1.4",
|
|
102
101
|
"@radix-ui/react-context-menu": "2.2.6",
|
|
103
102
|
"@radix-ui/react-dialog": "1.1.6",
|
|
@@ -155,7 +154,6 @@
|
|
|
155
154
|
"NOTICE"
|
|
156
155
|
],
|
|
157
156
|
"peerDependencies": {
|
|
158
|
-
"@prisma/client": "6.5.0",
|
|
159
157
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
160
158
|
"react": "^18.0.0 || ^19.0.0",
|
|
161
159
|
"react-dom": "^18.0.0 || ^19.0.0"
|