Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Feb 7, 2025
1 parent 52ea4e8 commit 2d0ad81
Show file tree
Hide file tree
Showing 8 changed files with 297 additions and 257 deletions.
8 changes: 8 additions & 0 deletions .changeset/tall-walls-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect-app/eslint-codegen-model": minor
"effect-app": minor
"@effect-app/infra": minor
"@effect-app/vue": minor
---

update packages
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"devDependencies": {
"@changesets/cli": "^2.27.12",
"@dprint/typescript": "^0.93.3",
"@effect-app/cli": "^1.13.1",
"@effect-app/cli": "^1.13.2",
"@effect-app/eslint-codegen-model": "workspace:*",
"@effect-app/infra": "workspace:*",
"@effect/language-service": "0.2.0",
"@effect/platform": "^0.75.3",
"@effect/platform-node": "^0.71.3",
"@effect/platform": "^0.75.4",
"@effect/platform-node": "^0.71.4",
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tsconfig/strictest": "^2.0.5",
"@types/lodash": "^4.17.15",
Expand All @@ -71,7 +71,7 @@
"@typescript-eslint/scope-manager": "8.23.0",
"concurrently": "^9.1.2",
"dprint": "^0.49.0",
"effect": "^3.12.9",
"effect": "^3.12.10",
"effect-app": "workspace:*",
"enhanced-resolve": "^5.18.1",
"eslint": "^8.57.1",
Expand All @@ -96,7 +96,7 @@
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vitest": "^3.0.5"
}
}
8 changes: 4 additions & 4 deletions packages/effect-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@effect/rpc": "^0.50.3",
"@effect/rpc-http": "^0.48.3",
"@effect/rpc": "^0.50.4",
"@effect/rpc-http": "^0.48.4",
"@tsconfig/strictest": "^2.0.5",
"date-fns": "^4.1.0",
"nanoid": "^5.0.9",
Expand All @@ -32,8 +32,8 @@
"vitest": "^3.0.5"
},
"peerDependencies": {
"@effect/platform": "^0.75.3",
"effect": "^3.12.9"
"@effect/platform": "^0.75.4",
"effect": "^3.12.10"
},
"typesVersions": {
"*": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash": "4.17.21"
},
"peerDependencies": {
"effect": "^3.12.9"
"effect": "^3.12.10"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
Expand All @@ -39,7 +39,7 @@
"@types/babel__traverse": "7.20.6",
"@types/glob": "8.1.0",
"@types/lodash": "4.17.15",
"effect": "^3.12.9",
"effect": "^3.12.10",
"madge": "8.0.0",
"typescript": "^5.7.3"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fast-check": "~3.23.2",
"path-parser": "^6.1.0",
"proper-lockfile": "^4.1.2",
"pure-rand": "6.1.0",
"pure-rand": "7.0.1",
"query-string": "^9.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -43,17 +43,17 @@
"peerDependencies": {
"@azure/cosmos": "^4.2.0",
"@azure/service-bus": "^7.9.5",
"@effect/experimental": "^0.39.3",
"@effect/platform": "^0.75.3",
"@effect/rpc-http": "^0.48.3",
"@effect/rpc": "^0.50.3",
"@effect/sql": "^0.28.3",
"@effect/vitest": "^0.17.5",
"@effect/experimental": "^0.39.4",
"@effect/platform": "^0.75.4",
"@effect/rpc-http": "^0.48.4",
"@effect/rpc": "^0.50.4",
"@effect/sql": "^0.28.4",
"@effect/vitest": "^0.17.6",
"@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "^8.1.4",
"redis": "^3.1.2",
"redlock": "^4.2.0",
"effect": "^3.12.9",
"effect": "^3.12.10",
"express": "^4.21.2"
},
"typesVersions": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"query-string": "^9.1.1"
},
"peerDependencies": {
"@effect/platform": "^0.75.3",
"@effect/platform-browser": "^0.54.3",
"@effect/platform": "^0.75.4",
"@effect/platform-browser": "^0.54.4",
"@effect-rx/rx": "^0.34.7",
"@effect-rx/rx-vue": "^0.11.7",
"@sentry/browser": "^8.54.0",
"effect": "^3.12.9",
"effect": "^3.12.10",
"vue": "^3.5.13"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"intl-messageformat": "^10.7.14",
"json5": "^2.2.3",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"typesVersions": {
Expand Down
20 changes: 10 additions & 10 deletions patches/effect.patch

Large diffs are not rendered by default.

Loading

0 comments on commit 2d0ad81

Please sign in to comment.