Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 26, 2023
1 parent 8eaff48 commit e701682
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 115 deletions.
6 changes: 3 additions & 3 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.45.6",
"@effect/schema": "^0.46.1",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.4.1",
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.50",
"effect": "2.0.0-next.52",
"events": "^3.3.0",
"expo": "^49.0.16",
"expo-sqlite": "~11.6.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.8.8",
"@types/node": "^20.8.9",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
10 changes: 5 additions & 5 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.45.6",
"@effect/schema": "^0.46.1",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
"effect": "2.0.0-next.50",
"effect": "2.0.0-next.52",
"next": "13.5.6",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand All @@ -23,16 +23,16 @@
},
"devDependencies": {
"@evolu/tsconfig": "workspace:*",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-evolu": "workspace:*",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}
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.31",
"@types/react": "^18.2.33",
"eslint": "^8.52.0",
"eslint-config-evolu": "workspace:*",
"react": "^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 @@ -51,21 +51,21 @@
"nanoid": "^5.0.2"
},
"devDependencies": {
"@effect/schema": "0.45.6",
"@effect/schema": "0.46.1",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"array-shuffle": "^3.0.0",
"better-sqlite3": "^9.0.0",
"effect": "2.0.0-next.50",
"effect": "2.0.0-next.52",
"eslint": "^8.52.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"@effect/schema": "^0.45.6",
"effect": "^2.0.0-next.50"
"@effect/schema": "0.46.1",
"effect": "2.0.0-next.52"
},
"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 @@ -38,7 +38,7 @@
"format": "prettier --write \"src/*.{ts,tsx,md}\""
},
"dependencies": {
"expo-updates": "^0.18.16"
"expo-updates": "^0.18.17"
},
"devDependencies": {
"@evolu/common": "workspace:*",
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.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.50",
"effect": "2.0.0-next.52",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -42,7 +42,7 @@
"@types/body-parser": "^1.19.4",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/node": "^20.8.8",
"@types/node": "^20.8.9",
"eslint": "^8.52.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.2.2",
Expand Down
Loading

1 comment on commit e701682

@vercel
Copy link

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

Please sign in to comment.