Skip to content

Commit

Permalink
Remove react from peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Feb 10, 2025
1 parent 555e4ff commit e5c63db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions changelogs/drizzle-orm/0.39.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remove `react` from peerDependencies
10 changes: 1 addition & 9 deletions drizzle-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-orm",
"version": "0.39.2",
"version": "0.39.3",
"description": "Drizzle ORM package for SQL databases",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,6 @@
"@tidbcloud/serverless": "*",
"@types/better-sqlite3": "*",
"@types/pg": "*",
"@types/react": ">=18",
"@types/sql.js": "*",
"@vercel/postgres": ">=0.8.0",
"@xata.io/client": "*",
Expand All @@ -70,7 +69,6 @@
"mysql2": ">=2",
"pg": ">=8",
"postgres": ">=3",
"react": ">=18",
"sql.js": ">=1",
"sqlite3": ">=5"
},
Expand Down Expand Up @@ -144,12 +142,6 @@
"@op-engineering/op-sqlite": {
"optional": true
},
"react": {
"optional": true
},
"@types/react": {
"optional": true
},
"@electric-sql/pglite": {
"optional": true
},
Expand Down

0 comments on commit e5c63db

Please sign in to comment.