Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Sep 11, 2023
1 parent 6907961 commit 7fb9e97
Show file tree
Hide file tree
Showing 9 changed files with 937 additions and 1,816 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-seahorses-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"evolu": patch
---

Update deps
14 changes: 7 additions & 7 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"clean": "rm -rf .turbo && rm -rf .expo && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.35.0",
"@react-native-community/netinfo": "9.3.10",
"@effect/schema": "^0.36.1",
"@react-native-community/netinfo": "9.4.1",
"@types/react": "^18.2.21",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.31",
"effect": "2.0.0-next.32",
"events": "^3.3.0",
"evolu": "workspace:*",
"expo": "^49.0.9",
"expo-sqlite": "~11.3.2",
"expo": "^49.0.10",
"expo-sqlite": "~11.3.3",
"expo-status-bar": "^1.6.0",
"fast-text-encoding": "^1.0.6",
"react": "18.2.0",
Expand All @@ -29,9 +29,9 @@
"web": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/plugin-transform-private-methods": "^7.22.5",
"eslint": "^8.48.0",
"eslint": "^8.49.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.5.9",
"@types/node": "^20.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.35.0",
"@effect/schema": "^0.36.1",
"clsx": "^2.0.0",
"effect": "2.0.0-next.31",
"effect": "2.0.0-next.32",
"evolu": "workspace:*",
"next": "^13.4.19",
"nextra": "^2.12.3",
Expand All @@ -22,11 +22,11 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-evolu": "workspace:*",
"postcss": "^8.4.29",
"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.48.0",
"eslint": "^8.49.0",
"eslint-config-evolu": "workspace:*",
"prettier": "^3.0.3",
"turbo": "^1.10.13"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"clean": "rm -rf node_modules"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-node": "^11.1.0",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"better-sqlite3": "^8.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.31",
"effect": "2.0.0-next.32",
"evolu": "workspace:*",
"express": "^4.18.2",
"react": "^18.2.0",
Expand All @@ -42,11 +42,11 @@
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"@types/node": "^20.6.0",
"eslint": "^8.49.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
"@noble/ciphers": "^0.3.0",
"@noble/hashes": "^1.3.2",
"@protobuf-ts/runtime": "^2.9.1",
"@react-native-community/netinfo": "9.3.10",
"@react-native-community/netinfo": "9.4.1",
"@scure/bip39": "^1.2.1",
"expo-updates": "^0.18.12",
"kysely": "^0.26.3",
"nanoid": "^4.0.2"
},
"devDependencies": {
"@effect/schema": "^0.35.0",
"@effect/schema": "^0.36.1",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
Expand All @@ -77,25 +77,25 @@
"@types/react-dom": "^18.2.7",
"@types/web-locks-api": "^0.0.2",
"array-shuffle": "^3.0.0",
"effect": "2.0.0-next.31",
"eslint": "^8.48.0",
"effect": "2.0.0-next.32",
"eslint": "^8.49.0",
"eslint-config-evolu": "workspace:*",
"expo": "^49.0.9",
"expo-sqlite": "~11.3.2",
"expo": "^49.0.10",
"expo-sqlite": "~11.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"user-agent-data-types": "^0.4.1",
"vitest": "^0.34.3"
"user-agent-data-types": "^0.4.2",
"vitest": "^0.34.4"
},
"peerDependencies": {
"@effect/schema": "^0.35.0",
"@effect/schema": "^0.36.1",
"@sqlite.org/sqlite-wasm": "3.43.0-build3",
"effect": "2.0.0-next.31",
"expo": "^49.0.9",
"expo-sqlite": "~11.3.2",
"effect": "2.0.0-next.32",
"expo": "^49.0.10",
"expo-sqlite": "~11.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4"
Expand Down
Loading

1 comment on commit 7fb9e97

@vercel
Copy link

@vercel vercel bot commented on 7fb9e97 Sep 11, 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.dev
evolu-git-main-evolu.vercel.app
www.evolu.dev
evolu-evolu.vercel.app
evolu.vercel.app

Please sign in to comment.