Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 20, 2023
1 parent 76774fa commit b9b3834
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 172 deletions.
6 changes: 3 additions & 3 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"clean": "rm -rf .turbo && rm -rf .expo && rm -rf node_modules"
},
"dependencies": {
"@effect/schema": "^0.45.0",
"@effect/schema": "^0.45.5",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.4.1",
"@types/react": "^18.2.29",
"@types/react": "^18.2.31",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.50",
"events": "^3.3.0",
"expo": "^49.0.15",
"expo": "^49.0.16",
"expo-sqlite": "~11.6.0",
"expo-status-bar": "^1.7.1",
"fast-text-encoding": "^1.0.6",
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.0",
"@effect/schema": "^0.45.5",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"prettier": "^3.0.3",
"turbo": "^1.10.15"
"turbo": "^1.10.16"
},
"packageManager": "pnpm@8.6.6",
"pnpm": {
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 @@ -11,7 +11,7 @@
"@typescript-eslint/parser": "^6.8.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.15",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-node": "^11.1.0",
"next": "13.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@evolu/common": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"@types/react": "^18.2.29",
"@types/react": "^18.2.31",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"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 @@ -43,15 +43,15 @@
"protobuf": "pnpm protoc --ts_out ./src --proto_path protobuf protobuf/Protobuf.proto --ts_opt eslint_disable --ts_opt optimize_code_size && pnpm format"
},
"dependencies": {
"@noble/ciphers": "^0.3.0",
"@noble/ciphers": "^0.4.0",
"@noble/hashes": "^1.3.2",
"@protobuf-ts/runtime": "^2.9.1",
"@scure/bip39": "^1.2.1",
"kysely": "^0.26.3",
"nanoid": "^5.0.2"
},
"devDependencies": {
"@effect/schema": "0.45.0",
"@effect/schema": "0.45.5",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
Expand All @@ -63,7 +63,7 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@effect/schema": "0.45.0",
"@effect/schema": "0.45.5",
"effect": "2.0.0-next.50"
},
"publishConfig": {
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.18.15"
"expo-updates": "^0.18.16"
},
"devDependencies": {
"@evolu/common": "workspace:*",
"@evolu/common-react": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"eslint": "^8.51.0",
"eslint-config-evolu": "workspace:*",
"expo": "^49.0.15",
"expo": "^49.0.16",
"expo-sqlite": "~11.6.0",
"react-native": "^0.72.6",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit b9b3834

Please sign in to comment.