Skip to content

Commit e5c63db

Browse files
committed
Remove react from peer deps
1 parent 555e4ff commit e5c63db

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

changelogs/drizzle-orm/0.39.3.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Remove `react` from peerDependencies

drizzle-orm/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-orm",
3-
"version": "0.39.2",
3+
"version": "0.39.3",
44
"description": "Drizzle ORM package for SQL databases",
55
"type": "module",
66
"scripts": {
@@ -58,7 +58,6 @@
5858
"@tidbcloud/serverless": "*",
5959
"@types/better-sqlite3": "*",
6060
"@types/pg": "*",
61-
"@types/react": ">=18",
6261
"@types/sql.js": "*",
6362
"@vercel/postgres": ">=0.8.0",
6463
"@xata.io/client": "*",
@@ -70,7 +69,6 @@
7069
"mysql2": ">=2",
7170
"pg": ">=8",
7271
"postgres": ">=3",
73-
"react": ">=18",
7472
"sql.js": ">=1",
7573
"sqlite3": ">=5"
7674
},
@@ -144,12 +142,6 @@
144142
"@op-engineering/op-sqlite": {
145143
"optional": true
146144
},
147-
"react": {
148-
"optional": true
149-
},
150-
"@types/react": {
151-
"optional": true
152-
},
153145
"@electric-sql/pglite": {
154146
"optional": true
155147
},

0 commit comments

Comments
 (0)