Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 9, 2023
1 parent c8fcb06 commit a938b3d
Show file tree
Hide file tree
Showing 13 changed files with 247 additions and 232 deletions.
10 changes: 10 additions & 0 deletions .changeset/grumpy-experts-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@evolu/common-react": patch
"@evolu/react-native": patch
"@evolu/common-web": patch
"@evolu/common": patch
"@evolu/server": patch
"@evolu/react": patch
---

Update deps
8 changes: 4 additions & 4 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"clean": "rm -rf .turbo && rm -rf .expo && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.41.0",
"@effect/schema": "^0.42.0",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.4.1",
"@types/react": "^18.2.25",
"@types/react": "^18.2.27",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.46",
"effect": "2.0.0-next.47",
"events": "^3.3.0",
"expo": "^49.0.13",
"expo-sqlite": "~11.6.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
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.2",
"@types/node": "^20.8.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.41.0",
"@effect/schema": "^0.42.0",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
"effect": "2.0.0-next.46",
"effect": "2.0.0-next.47",
"next": "13.5.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand All @@ -23,11 +23,11 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"prettier": "^3.0.3",
"turbo": "^1.10.15"
Expand Down
6 changes: 3 additions & 3 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.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.15",
Expand All @@ -19,7 +19,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@evolu/common": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"@types/react": "^18.2.25",
"eslint": "^8.50.0",
"@types/react": "^18.2.27",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"react": "^18.2.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@evolu/tsconfig": "workspace:*",
"@sqlite.org/sqlite-wasm": "3.43.1-build1",
"@types/web-locks-api": "^0.0.3",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"user-agent-data-types": "^0.4.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"nanoid": "^5.0.1"
},
"devDependencies": {
"@effect/schema": "^0.41.0",
"@effect/schema": "^0.42.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"array-shuffle": "^3.0.0",
"effect": "^2.0.0-next.46",
"eslint": "^8.50.0",
"effect": "2.0.0-next.47",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"@effect/schema": "^0.41.0",
"effect": "^2.0.0-next.46"
"@effect/schema": "^0.42.0",
"effect": "2.0.0-next.47"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@evolu/common": "workspace:*",
"@evolu/common-react": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"expo": "^49.0.13",
"expo-sqlite": "~11.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@evolu/common-react": "workspace:*",
"@evolu/common-web": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"@types/react-dom": "^18.2.10",
"eslint": "^8.50.0",
"@types/react-dom": "^18.2.12",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"better-sqlite3": "^8.7.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.46",
"effect": "2.0.0-next.47",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -42,8 +42,8 @@
"@types/body-parser": "^1.19.3",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/node": "^20.8.2",
"eslint": "^8.50.0",
"@types/node": "^20.8.4",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
Loading

1 comment on commit a938b3d

@vercel
Copy link

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

Please sign in to comment.