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

Commit

Permalink
update dependencies and remove overrides (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Nov 10, 2023
1 parent 4228267 commit 43d2e29
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 154 deletions.
7 changes: 7 additions & 0 deletions .changeset/bright-cups-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@effect/platform-node": patch
"@effect/platform-bun": patch
"@effect/platform": patch
---

Update dependencies
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.4.0",
"@effect/docgen": "^0.3.0",
"@effect/docgen": "^0.3.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand All @@ -35,7 +35,7 @@
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.17.0",
"eslint-plugin-codegen": "^0.18.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -50,12 +50,6 @@
"pnpm": {
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
},
"overrides": {
"@effect/platform": "workspace:*",
"@effect/platform-node": "workspace:*",
"@effect/platform-bun": "workspace:*",
"@effect/platform-browser": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"effect": "2.0.0-next.54"
},
"devDependencies": {
"@effect/schema": "^0.47.2",
"bun-types": "^1.0.9",
"@effect/schema": "^0.47.3",
"bun-types": "^1.0.11",
"effect": "2.0.0-next.54"
}
}
10 changes: 5 additions & 5 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"effect": "2.0.0-next.54"
},
"devDependencies": {
"@effect/schema": "^0.47.2",
"@types/busboy": "^1.5.2",
"@types/mime": "^3.0.3",
"@types/node": "^20.8.10",
"@types/tar": "^6.1.7",
"@effect/schema": "^0.47.3",
"@types/busboy": "^1.5.3",
"@types/mime": "^3.0.4",
"@types/node": "^20.9.0",
"@types/tar": "^6.1.8",
"effect": "2.0.0-next.54",
"tar": "^6.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"@effect/schema": "^0.47.1",
"@effect/schema": "^0.47.3",
"effect": "2.0.0-next.54"
},
"devDependencies": {
"@effect/schema": "^0.47.2",
"@types/path-browserify": "^1.0.1",
"@effect/schema": "^0.47.3",
"@types/path-browserify": "^1.0.2",
"effect": "2.0.0-next.54"
}
}
Loading

0 comments on commit 43d2e29

Please sign in to comment.