Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 13, 2023
1 parent 5d38d8e commit 16d7d5b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-forks-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update deps
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -rf .turbo .expo node_modules dist"
},
"dependencies": {
"@effect/schema": "0.53.0",
"@effect/schema": "^0.53.2",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.3.10",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo .next node_modules"
},
"dependencies": {
"@effect/schema": "0.53.0",
"@effect/schema": "^0.53.2",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nanoid": "^5.0.4"
},
"devDependencies": {
"@effect/schema": "0.53.0",
"@effect/schema": "^0.53.2",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.3",
"@protobuf-ts/protoc": "^2.9.3",
Expand All @@ -73,7 +73,7 @@
"vitest": "^1.0.4"
},
"peerDependencies": {
"@effect/schema": "0.53.0",
"@effect/schema": "^0.53.2",
"effect": "2.0.0-next.60"
},
"publishConfig": {
Expand Down
38 changes: 23 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 16d7d5b

@vercel
Copy link

@vercel vercel bot commented on 16d7d5b Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-git-main-evolu.vercel.app
evolu-evolu.vercel.app
www.evolu.dev
evolu.vercel.app
evolu.dev

Please sign in to comment.