Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 7, 2023
1 parent 64431f3 commit 98e19f0
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-sloths-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update deps
6 changes: 3 additions & 3 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"dependencies": {
"@noble/ciphers": "^0.4.0",
"@noble/hashes": "^1.3.2",
"@protobuf-ts/runtime": "2.9.1",
"@protobuf-ts/runtime": "^2.9.3",
"@scure/bip39": "^1.2.1",
"kysely": "^0.26.3",
"nanoid": "^5.0.4"
},
"devDependencies": {
"@effect/schema": "0.52.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "2.9.1",
"@protobuf-ts/protoc": "2.9.1",
"@protobuf-ts/plugin": "^2.9.3",
"@protobuf-ts/protoc": "^2.9.3",
"array-shuffle": "^3.0.0",
"effect": "2.0.0-next.59",
"eslint": "^8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common/src/Protobuf.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// @generated by protobuf-ts 2.9.1 with parameter eslint_disable,optimize_code_size
// @generated by protobuf-ts 2.9.3 with parameter eslint_disable,optimize_code_size
// @generated from protobuf file "Protobuf.proto" (syntax proto3)
// tslint:disable
import { MessageType } from "@protobuf-ts/runtime";
Expand Down
Loading

0 comments on commit 98e19f0

Please sign in to comment.