Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 24, 2023
1 parent 8813c09 commit db84a4e
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 121 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-waves-accept.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/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -rf .turbo && rm -rf .expo && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.45.5",
"@effect/schema": "^0.45.6",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.4.1",
"@types/react": "^18.2.31",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.45.5",
"@effect/schema": "^0.45.6",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"clean": "rm -rf node_modules"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
Expand Down
6 changes: 3 additions & 3 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nanoid": "^5.0.2"
},
"devDependencies": {
"@effect/schema": "0.45.5",
"@effect/schema": "0.45.6",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
Expand All @@ -64,8 +64,8 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@effect/schema": "0.45.5",
"effect": "2.0.0-next.50"
"@effect/schema": "^0.45.6",
"effect": "^2.0.0-next.50"
},
"publishConfig": {
"access": "public"
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 @@ -42,7 +42,7 @@
"@types/body-parser": "^1.19.4",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"eslint": "^8.52.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
Expand Down
Loading

1 comment on commit db84a4e

@vercel
Copy link

@vercel vercel bot commented on db84a4e Oct 24, 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.vercel.app
evolu-git-main-evolu.vercel.app
evolu.dev
www.evolu.dev
evolu-evolu.vercel.app

Please sign in to comment.