Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Dec 4, 2023
1 parent 4dee36d commit a0361e8
Show file tree
Hide file tree
Showing 12 changed files with 249 additions and 481 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/cli": "^2.27.1",
"@dprint/typescript": "^0.88.7",
"@effect-app/cli": "^0.28.0",
"@effect-app/cli": "^0.30.0",
"@effect-app/compiler": "workspace:*",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
Expand Down Expand Up @@ -101,6 +101,6 @@
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"typescript-transform-paths": "^3.4.6",
"vite": "^5.0.5",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/cli": "^7.23.4",
"ts-toolbelt": "^9.6.0",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6",
"vitest": "^1.0.1",
"winston": "^3.11.0"
},
"scripts": {
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 @@ -28,7 +28,7 @@
"fast-check": "~3.14.0",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"redis": "^3.1.2",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"peerDependencies": {
"express": "^4.18.2"
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 @@ -31,7 +31,7 @@
"@types/node": "~20.10.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fast-check": "~3.14.0",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-intl": "^6.5.5",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"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 @@ -19,7 +19,7 @@
"fast-check": "~3.14.0",
"ts-toolbelt": "^9.6.0",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"scripts": {
"watch": "pnpm build:tsc -w",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"effect": "^2.0.0-next.58",
"query-string": "^8.1.0",
"swrv": "^1.0.4",
"vue": "^3.3.9"
"vue": "^3.3.10"
},
"devDependencies": {
"@effect-app/compiler": "workspace:*",
Expand All @@ -25,7 +25,7 @@
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311222",
"vite": "^5.0.5",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"typesVersions": {
"*": {
Expand Down
Loading

0 comments on commit a0361e8

Please sign in to comment.