Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Sep 23, 2024
1 parent 3e96ef5 commit 4bc6e99
Show file tree
Hide file tree
Showing 10 changed files with 201 additions and 190 deletions.
11 changes: 11 additions & 0 deletions .changeset/fuzzy-beds-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@effect-app/fluent-extensions": minor
"@effect-app/infra-adapters": minor
"effect-app": minor
"@effect-app/schema": minor
"@effect-app/infra": minor
"@effect-app/core": minor
"@effect-app/vue": minor
---

update packages
16 changes: 8 additions & 8 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.6"
"vue": "^3.5.8"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
Expand All @@ -62,10 +62,10 @@
"@changesets/cli": "^2.27.8",
"@dprint/typescript": "^0.93.0",
"effect": "^3.8.3",
"@effect/platform": "^0.65.5",
"@effect/platform-node": "^0.60.5",
"@effect/schema": "^0.73.4",
"@effect-app/cli": "^0.80.0",
"@effect/platform": "^0.66.0",
"@effect/platform-node": "^0.61.0",
"@effect/schema": "^0.74.0",
"@effect-app/cli": "^0.80.1",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
"@effect-app/infra": "workspace:*",
Expand Down Expand Up @@ -99,16 +99,16 @@
"json5": "^2.2.3",
"madge": "^8.0.0",
"module-alias": "^2.2.3",
"nodemon": "^3.1.6",
"npm-check-updates": "^17.1.2",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.3",
"ts-transform-paths": "^3.0.0",
"tsc-watch": "^6.2.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-transform-paths": "^3.5.1",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vitest": "^2.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"peerDependencies": {
"effect": "^3.8.3",
"@effect/platform": "^0.65.5"
"@effect/platform": "^0.66.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"validator": "^13.12.0"
},
"peerDependencies": {
"@effect/platform": "^0.65.5",
"@effect/platform": "^0.66.0",
"effect": "^3.8.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/infra-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@effect/platform": "^0.65.5",
"@effect/schema": "^0.73.4",
"@effect/platform": "^0.66.0",
"@effect/schema": "^0.74.0",
"effect": "^3.8.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"peerDependencies": {
"express": "^4.21.0",
"@effect/platform": "^0.65.5",
"@effect/schema": "^0.73.4",
"@effect/platform": "^0.66.0",
"@effect/schema": "^0.74.0",
"effect": "^3.8.3"
},
"typesVersions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"vitest": "^2.1.1"
},
"peerDependencies": {
"@effect/platform": "^0.65.5",
"@effect/platform": "^0.66.0",
"effect": "^3.8.3",
"@effect/schema": "^0.73.4"
"@effect/schema": "^0.74.0"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vitest": "^2.1.1"
},
"peerDependencies": {
"@effect/schema": "^0.73.4",
"@effect/schema": "^0.74.0",
"effect": "^3.8.3"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"@effect-app/core": "workspace:*",
"@effect-app/schema": "workspace:*",
"@effect-app/vue": "workspace:*",
"@formatjs/intl": "^2.10.4",
"@formatjs/intl": "^2.10.5",
"@tanstack/vue-query": "^5.56.2",
"effect-app": "workspace:*",
"query-string": "^9.1.0"
},
"peerDependencies": {
"@effect/platform": "^0.65.5",
"@effect/platform-browser": "^0.44.5",
"@effect/platform": "^0.66.0",
"@effect/platform-browser": "^0.45.0",
"@effect-rx/rx": "^0.34.0",
"@effect-rx/rx-vue": "^0.11.0",
"@effect/schema": "^0.73.4",
"@effect/schema": "^0.74.0",
"@sentry/browser": "^8.30.0",
"effect": "^3.8.3",
"vue": "^3.5.6"
"vue": "^3.5.8"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.1",
"@types/node": "~22.5.5",
"intl-messageformat": "^10.5.14",
"json5": "^2.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"typesVersions": {
Expand Down
Loading

0 comments on commit 4bc6e99

Please sign in to comment.