@prisma/studio-core 0.0.0-dev.202506232149 → 0.0.0-dev.202506240019
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 +4 -15
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.202506240019",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -55,16 +55,6 @@
|
|
|
55
55
|
"default": "./dist/data/postgres-core/index.cjs"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"./data/postgresjs": {
|
|
59
|
-
"import": {
|
|
60
|
-
"types": "./dist/data/postgresjs/index.d.ts",
|
|
61
|
-
"default": "./dist/data/postgresjs/index.js"
|
|
62
|
-
},
|
|
63
|
-
"require": {
|
|
64
|
-
"types": "./dist/data/postgresjs/index.d.cts",
|
|
65
|
-
"default": "./dist/data/postgresjs/index.cjs"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
58
|
"./ui": {
|
|
69
59
|
"import": {
|
|
70
60
|
"types": "./dist/ui/index.d.ts",
|
|
@@ -121,7 +111,6 @@
|
|
|
121
111
|
"postcss-nested": "7.0.2",
|
|
122
112
|
"postcss-prefix-selector": "2.1.1",
|
|
123
113
|
"postcss-value-parser": "4.2.0",
|
|
124
|
-
"postgres": "3.4.7",
|
|
125
114
|
"react-day-picker": "9.6.7",
|
|
126
115
|
"reactflow": "11.11.4",
|
|
127
116
|
"remeda": "2.21.3",
|
|
@@ -144,9 +133,9 @@
|
|
|
144
133
|
],
|
|
145
134
|
"peerDependencies": {
|
|
146
135
|
"@prisma/client": "6.5.0",
|
|
147
|
-
"@types/react": "18.
|
|
148
|
-
"react": "18.
|
|
149
|
-
"react-dom": "18.
|
|
136
|
+
"@types/react": "^18.0.0 || ^19.0.0",
|
|
137
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
138
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
150
139
|
},
|
|
151
140
|
"scripts": {
|
|
152
141
|
"build": "BUILD_VARIANT=free tsup",
|