Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Nov 17, 2023
1 parent eca5988 commit 8db3769
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 296 deletions.
6 changes: 3 additions & 3 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"clean": "rm -rf .turbo && rm -rf .expo && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.47.7",
"@effect/schema": "^0.48.1",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "11.1.0",
"@types/react": "^18.2.37",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.54",
"effect": "2.0.0-next.55",
"events": "^3.3.0",
"expo": "^49.0.18",
"expo-sqlite": "~11.6.0",
"expo-status-bar": "^1.7.1",
"fast-text-encoding": "^1.0.6",
"react": "18.2.0",
"react-native": "^0.72.6",
"react-native": "^0.72.7",
"react-native-get-random-values": "^1.9.0",
"react-native-picker-select": "^9.0.0"
},
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.9.0",
"@types/node": "^20.9.1",
"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,20 +10,20 @@
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.47.7",
"@effect/schema": "^0.48.1",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
"effect": "2.0.0-next.54",
"next": "14.0.2",
"effect": "2.0.0-next.55",
"next": "14.0.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"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 @@ -9,12 +9,12 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-next": "14.0.2",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-node": "^11.1.0",
"next": "14.0.2",
"next": "14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@
"nanoid": "^5.0.3"
},
"devDependencies": {
"@effect/schema": "0.47.7",
"@effect/schema": "0.48.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.54",
"effect": "2.0.0-next.55",
"eslint": "^8.53.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"@effect/schema": "0.47.7",
"effect": "2.0.0-next.54"
"@effect/schema": "0.48.1",
"effect": "2.0.0-next.55"
},
"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 @@ -48,7 +48,7 @@
"eslint-config-evolu": "workspace:*",
"expo": "^49.0.18",
"expo-sqlite": "~11.6.0",
"react-native": "^0.72.6",
"react-native": "^0.72.7",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.54",
"effect": "2.0.0-next.55",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -42,7 +42,7 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"eslint": "^8.53.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 8db3769

Please sign in to comment.