File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change
1
+ - Remove ` react ` from peerDependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " drizzle-orm" ,
3
- "version" : " 0.39.2 " ,
3
+ "version" : " 0.39.3 " ,
4
4
"description" : " Drizzle ORM package for SQL databases" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
58
58
"@tidbcloud/serverless" : " *" ,
59
59
"@types/better-sqlite3" : " *" ,
60
60
"@types/pg" : " *" ,
61
- "@types/react" : " >=18" ,
62
61
"@types/sql.js" : " *" ,
63
62
"@vercel/postgres" : " >=0.8.0" ,
64
63
"@xata.io/client" : " *" ,
70
69
"mysql2" : " >=2" ,
71
70
"pg" : " >=8" ,
72
71
"postgres" : " >=3" ,
73
- "react" : " >=18" ,
74
72
"sql.js" : " >=1" ,
75
73
"sqlite3" : " >=5"
76
74
},
144
142
"@op-engineering/op-sqlite" : {
145
143
"optional" : true
146
144
},
147
- "react" : {
148
- "optional" : true
149
- },
150
- "@types/react" : {
151
- "optional" : true
152
- },
153
145
"@electric-sql/pglite" : {
154
146
"optional" : true
155
147
},
You can’t perform that action at this time.
0 commit comments