Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed May 10, 2024
1 parent a3fecc0 commit 8469bde
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 343 deletions.
2 changes: 0 additions & 2 deletions apps/native/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ config.resolver.nodeModulesPaths = [
path.resolve(projectRoot, "node_modules"),
path.resolve(workspaceRoot, "node_modules"),
];
// 3. Force Metro to resolve (sub)dependencies only from the `nodeModulesPaths`
config.resolver.disableHierarchicalLookup = true;

// Use turborepo to restore the cache when possible
config.cacheStores = [
Expand Down
6 changes: 3 additions & 3 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"clean": "rm -rf .turbo .expo node_modules dist"
},
"dependencies": {
"@effect/schema": "^0.66.14",
"@effect/schema": "^0.66.16",
"@evolu/common": "workspace:*",
"@evolu/common-react": "workspace:*",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "11.3.1",
"babel-plugin-module-resolver": "^5.0.2",
"crypto-browserify": "^3.12.0",
"effect": "^3.1.2",
"effect": "^3.1.3",
"events": "^3.3.0",
"expo": "^51.0.0",
"expo": "^51.0.2",
"expo-sqlite": "^14.0.3",
"expo-status-bar": "~1.12.1",
"fast-text-encoding": "^1.0.6",
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.12.10",
"@types/node": "^20.12.11",
"ts-node": "10.9.2",
"typescript": "^5.4.5"
},
Expand Down
6 changes: 3 additions & 3 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 .next node_modules"
},
"dependencies": {
"@effect/schema": "^0.66.14",
"@effect/schema": "^0.66.16",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.1.1",
"effect": "^3.1.2",
"effect": "^3.1.3",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/react": "~18.3.1",
"@types/react-dom": "~18.3.0",
"autoprefixer": "^10.4.19",
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 @@ -12,7 +12,7 @@
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-node": "^11.1.0",
"next": "^14.2.3",
"react": "^18.2.0",
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 @@ -61,13 +61,13 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"@effect/platform": "^0.53.0",
"@effect/schema": "^0.66.14",
"@effect/platform": "^0.53.2",
"@effect/schema": "^0.66.16",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.4",
"@protobuf-ts/protoc": "^2.9.4",
"array-shuffle": "^3.0.0",
"effect": "^3.1.2",
"effect": "^3.1.3",
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"format": "prettier --write \"src/*.{ts,tsx,md}\""
},
"dependencies": {
"expo-updates": "^0.24.12"
"expo-updates": "^0.25.11"
},
"devDependencies": {
"@evolu/common": "workspace:*",
"@evolu/common-react": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"expo": "^51.0.0",
"expo": "^51.0.2",
"expo-sqlite": "^14.0.3",
"react-native": "^0.74.1",
"typescript": "^5.4.5",
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.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "^3.1.2",
"effect": "^3.1.3",
"express": "^4.19.2",
"kysely": "^0.27.3"
},
Expand All @@ -41,7 +41,7 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit 8469bde

Please sign in to comment.