@prisma/studio-core 0.0.0-dev.202508181833 → 0.0.0-dev.202508211519
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202508211519",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -96,7 +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.5.0",
|
|
99
|
+
"@prisma/client": "^6.5.0",
|
|
100
100
|
"@prisma/generator": "6.6.0-integration-push-xmzqvqxpztks.1",
|
|
101
101
|
"@radix-ui/react-checkbox": "1.1.4",
|
|
102
102
|
"@radix-ui/react-context-menu": "2.2.6",
|
|
@@ -155,7 +155,6 @@
|
|
|
155
155
|
"NOTICE"
|
|
156
156
|
],
|
|
157
157
|
"peerDependencies": {
|
|
158
|
-
"@prisma/client": "6.5.0",
|
|
159
158
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
160
159
|
"react": "^18.0.0 || ^19.0.0",
|
|
161
160
|
"react-dom": "^18.0.0 || ^19.0.0"
|