Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Sep 27, 2024
1 parent 3de8bfb commit c710953
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 233 deletions.
11 changes: 11 additions & 0 deletions .changeset/popular-kings-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@effect-app/fluent-extensions": patch
"@effect-app/infra-adapters": patch
"@effect-app/pnpm-singleton": patch
"effect-app": patch
"@effect-app/infra": patch
"@effect-app/cli": patch
"@effect-app/vue": patch
---

update packagesy
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cross-env": "^7.0.3",
"fast-check": "^3.22.0",
"ts-node": "^10.9.2",
"vue": "^3.5.8"
"vue": "^3.5.9"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
Expand All @@ -65,7 +65,7 @@
"@effect/platform": "^0.66.2",
"@effect/platform-node": "^0.61.3",
"@effect/schema": "^0.74.1",
"@effect-app/cli": "^0.80.1",
"@effect-app/cli": "^0.81.0",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
"@effect-app/infra": "workspace:*",
Expand All @@ -77,7 +77,7 @@
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tsconfig/strictest": "^2.0.5",
"@types/lodash": "^4.17.9",
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/scope-manager": "8.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"json5": "^2.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nanoid": "^5.0.7",
"path-parser": "^6.1.0",
"query-string": "^9.1.0",
"ts-pattern": "^5.3.1",
"ts-pattern": "^5.4.0",
"uuid": "^10.0.0",
"validator": "^13.12.0"
},
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@babel/cli": "^7.25.6",
"@faker-js/faker": "^8.4.1",
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"fast-check": "~3.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@azure/cosmos": "^4.1.1",
"@azure/service-bus": "^7.9.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
"mongodb": "6.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@sentry/node": "^8.31.0",
"@types/express": "^4.17.21",
"@types/node": "~22.7.0",
"@sentry/node": "^8.32.0",
"@types/express": "^5.0.0",
"@types/node": "~22.7.3",
"@types/proper-lockfile": "^4.1.4",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"nanoid": "^5.0.7",
"path-parser": "^6.1.0",
"query-string": "^9.1.0",
"ts-pattern": "^5.3.1",
"ts-pattern": "^5.4.0",
"uuid": "^10.0.0",
"validator": "^13.12.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@faker-js/faker": "^8.4.1",
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"fast-check": "~3.22.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@effect-rx/rx": "^0.34.0",
"@effect-rx/rx-vue": "^0.11.0",
"@effect/schema": "^0.74.1",
"@sentry/browser": "^8.31.0",
"@sentry/browser": "^8.32.0",
"effect": "^3.8.4",
"vue": "^3.5.8"
"vue": "^3.5.9"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@rollup/pluginutils": "^5.1.2",
"@types/node": "~22.7.0",
"@types/node": "~22.7.3",
"intl-messageformat": "^10.5.14",
"json5": "^2.2.3",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit c710953

Please sign in to comment.