Skip to content

Commit

Permalink
Merge branch 'main' of github.com:drizzle-team/drizzle-orm into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Jan 2, 2024
2 parents 6d706c1 + 5867700 commit 4bdea4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/drizzle-orm/0.29.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fix: make expo peer dependencies optional #1714
11 changes: 10 additions & 1 deletion drizzle-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-orm",
"version": "0.29.2",
"version": "0.29.3",
"description": "Drizzle ORM package for SQL databases",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -123,6 +123,15 @@
},
"@opentelemetry/api": {
"optional": true
},
"expo-sqlite": {
"optional": true
},
"react": {
"optional": true
},
"@types/react": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 4bdea4c

Please sign in to comment.