Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 2, 2023
1 parent 7243ed3 commit b00dec2
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 40 deletions.
6 changes: 6 additions & 0 deletions .changeset/fifty-knives-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@evolu/common": patch
"@evolu/server": patch
---

Update deps
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-evolu": "workspace:*",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,14 @@
"@protobuf-ts/runtime": "^2.9.1",
"@scure/bip39": "^1.2.1",
"kysely": "^0.26.3",
"nanoid": "^5.0.3"
"nanoid": "^5.0.4"
},
"devDependencies": {
"@effect/schema": "0.51.1",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"array-shuffle": "^3.0.0",
"better-sqlite3": "^9.1.1",
"effect": "2.0.0-next.58",
"eslint": "^8.54.0",
"eslint-config-evolu": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@evolu/common": "workspace:*",
"better-sqlite3": "^9.1.1",
"better-sqlite3": "^9.2.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.58",
Expand Down
Loading

1 comment on commit b00dec2

@vercel
Copy link

@vercel vercel bot commented on b00dec2 Dec 2, 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-evolu.vercel.app
evolu-git-main-evolu.vercel.app
evolu.vercel.app
www.evolu.dev
evolu.dev

Please sign in to comment.