Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update dependencies (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Aug 4, 2023
1 parent 539c1f8 commit 0557754
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 94 deletions.
9 changes: 9 additions & 0 deletions .changeset/lemon-experts-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@effect/rpc-webworkers": minor
"@effect/rpc-http-node": minor
"@effect/rpc-nextjs": minor
"@effect/rpc-http": minor
"@effect/rpc": minor
---

update dependencies
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@effect/docgen": "^0.1.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.0.19",
"@types/node": "^20.4.6",
"@types/node": "^20.4.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"madge": "^6.1.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
Expand Down
11 changes: 3 additions & 8 deletions packages/http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,14 @@
"sideEffects": [],
"devDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/rpc-http": "workspace:^",
"@effect/schema": "^0.32.0"
},
"config": {
"side": [],
"modules": [],
"global": []
"@effect/schema": "^0.33.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/rpc-http": "workspace:^"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
},
"devDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/schema": "^0.32.0"
"@effect/schema": "^0.33.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^"
}
}
11 changes: 3 additions & 8 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,15 @@
"sideEffects": [],
"devDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/rpc-http": "workspace:^",
"@effect/schema": "^0.32.0",
"@effect/schema": "^0.33.0",
"next": "^13.4.12"
},
"config": {
"side": [],
"modules": [],
"global": []
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/rpc-http": "workspace:^",
"next": "^13.3"
Expand Down
13 changes: 4 additions & 9 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,14 @@
"author": "Effect contributors",
"license": "MIT",
"sideEffects": [],
"config": {
"side": [],
"modules": [],
"global": []
},
"devDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/schema": "^0.32.0"
"@effect/io": "^0.38.0",
"@effect/schema": "^0.33.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/schema": "^0.32.0"
"@effect/io": "^0.38.0",
"@effect/schema": "^0.33.0"
}
}
4 changes: 2 additions & 2 deletions packages/webworkers-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc-webworkers": "workspace:^",
"@effect/schema": "^0.32.0"
"@effect/schema": "^0.33.0"
}
}
11 changes: 3 additions & 8 deletions packages/webworkers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,13 @@
"sideEffects": [],
"devDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^",
"@effect/schema": "^0.32.0"
},
"config": {
"side": [],
"modules": [],
"global": []
"@effect/schema": "^0.33.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/rpc": "workspace:^"
}
}
Loading

0 comments on commit 0557754

Please sign in to comment.