@prisma/studio-core 0.0.0-dev.202505082230 → 0.0.0-dev.202505082255

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.202505082230",
3
+ "version": "0.0.0-dev.202505082255",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -78,8 +78,10 @@
78
78
  "@tanstack/react-query-devtools": "5.72.2",
79
79
  "@tanstack/react-table-devtools": "8.21.3",
80
80
  "@types/node": "22.3.0",
81
- "@types/react": "^19.0.12",
82
- "@types/react-dom": "^19.0.4",
81
+ "@types/react": "18.3.21",
82
+ "@types/react-dom": "18.3.7",
83
+ "react": "18.3.0",
84
+ "react-dom": "18.3.1",
83
85
  "autoprefixer": "10.4.21",
84
86
  "kysely": "0.28.2",
85
87
  "lucide-react": "0.466.0",
@@ -98,9 +100,9 @@
98
100
  ],
99
101
  "peerDependencies": {
100
102
  "@prisma/client": "6.5.0",
101
- "@types/react": "18.3.3",
102
- "react": "18.3.0",
103
- "react-dom": "18.3.0"
103
+ "@types/react": ">=18.3.0",
104
+ "react": ">=18.3.0",
105
+ "react-dom": ">=18.3.0"
104
106
  },
105
107
  "dependencies": {
106
108
  "@dnd-kit/core": "6.3.1",
@@ -122,6 +124,7 @@
122
124
  "clsx": "2.1.1",
123
125
  "dayjs": "1.11.13",
124
126
  "motion": "12.9.2",
127
+ "motion-plus": "0.1.6",
125
128
  "next-themes": "0.4.6",
126
129
  "nuqs": "2.4.1",
127
130
  "remeda": "2.21.3",