Skip to content

Commit

Permalink
switch to caret for effect
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi committed Dec 27, 2023
1 parent d0471ca commit d987daa
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 43 deletions.
20 changes: 20 additions & 0 deletions .changeset/brave-pigs-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@effect/platform-browser": patch
"@effect/opentelemetry": patch
"@effect/platform-node": patch
"@effect/rpc-http-node": patch
"@effect/platform-bun": patch
"@effect/printer-ansi": patch
"@effect/rpc-workers": patch
"@effect/rpc-nextjs": patch
"@effect/typeclass": patch
"@effect/platform": patch
"@effect/rpc-http": patch
"@effect/printer": patch
"@effect/schema": patch
"@effect/cli": patch
"@effect/rpc": patch
"effect": patch
---

Switch effect dependency to caret
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@effect/printer": "workspace:^",
"@effect/printer-ansi": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"@effect/platform": "workspace:^",
Expand All @@ -48,7 +48,7 @@
"@effect/printer-ansi": "workspace:^",
"@effect/schema": "workspace:^",
"@types/node": "^20.10.5",
"effect": "workspace:*"
"effect": "workspace:^"
},
"effect": {
"generateExports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@opentelemetry/sdk-trace-node": "^1.17",
"@opentelemetry/sdk-trace-web": "^1.17",
"@opentelemetry/semantic-conventions": "^1.17",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependenciesMeta": {
"@opentelemetry/sdk-metrics": {
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*",
"effect": "workspace:^",
"happy-dom": "^12.10.3"
},
"effect": {
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"peerDependencies": {
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"@effect/schema": "workspace:^",
"bun-types": "1.0.18-1",
"effect": "workspace:*"
"effect": "workspace:^"
},
"effect": {
"generateExports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.5",
"@types/tar": "^6.1.10",
"effect": "workspace:*",
"effect": "workspace:^",
"tar": "^6.2.0"
},
"effect": {
Expand Down
4 changes: 2 additions & 2 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"peerDependencies": {
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"@effect/schema": "workspace:^",
"@types/path-browserify": "^1.0.2",
"effect": "workspace:*"
"effect": "workspace:^"
},
"effect": {
"generateExports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@effect/typeclass": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependencies": {
"@effect/typeclass": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"devDependencies": {
"@effect/typeclass": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependencies": {
"@effect/typeclass": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/rpc-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@effect/platform": "workspace:^",
"@effect/platform-node": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*",
"effect": "workspace:^",
"next": "^14.0.4"
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"effect": "workspace:*",
"effect": "workspace:^",
"next": ">=13 <15"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@effect/platform": "workspace:^",
"@effect/platform-browser": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"devDependencies": {
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
},
"peerDependencies": {
"@effect/schema": "workspace:^",
"effect": "workspace:*"
"effect": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"dtslint": "dtslint dtslint"
},
"peerDependencies": {
"effect": "workspace:*",
"effect": "workspace:^",
"fast-check": "^3.13.2"
},
"devDependencies": {
"ajv": "^8.12.0",
"effect": "workspace:*",
"effect": "workspace:^",
"fast-check": "^3.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/typeclass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"dtslint": "dtslint dtslint"
},
"peerDependencies": {
"effect": "workspace:*"
"effect": "workspace:^"
},
"devDependencies": {
"effect": "workspace:*"
"effect": "workspace:^"
},
"effect": {
"generateExports": {
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d987daa

Please sign in to comment.