Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 26, 2023
1 parent a1cfba0 commit 696a525
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 45 deletions.
10 changes: 10 additions & 0 deletions .changeset/green-jeans-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@effect-app/infra-adapters": patch
"@effect-app/prelude": patch
"@effect-app/schema": patch
"@effect-app/react": patch
"@effect-app/core": patch
"@effect-app/vue": patch
---

update packages
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@effect/[email protected]": "patches/@[email protected]",
"@phaphoso/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@fp-ts/optic@0.13.0": "patches/@fp-ts__optic@0.13.0.patch"
"@fp-ts/optic@0.14.0": "patches/@fp-ts__optic@0.14.0.patch"
}
},
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@changesets/cli": "^2.26.2",
"@dprint/typescript": "^0.88.3",
"@effect-app/cli": "^0.21.2",
"@effect-app/cli": "^0.22.0",
"@effect-app/compiler": "workspace:*",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@fp-ts/optic": "^0.13.0",
"@fp-ts/optic": "^0.14.0",
"@effect/platform": "^0.25.1",
"effect": "^2.0.0-next.52",
"cross-fetch": "^4.0.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 @@ -8,7 +8,7 @@
"@effect-app/prelude": "workspace:*",
"@effect-app/schema": "workspace:*",
"effect": "^2.0.0-next.52",
"@fp-ts/optic": "^0.13.0",
"@fp-ts/optic": "^0.14.0",
"query-string": "^8.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@effect-app/core": "workspace:*",
"@effect-app/schema": "workspace:*",
"@effect/platform": "^0.25.1",
"@fp-ts/optic": "^0.13.0",
"@fp-ts/optic": "^0.14.0",
"date-fns": "^2.30.0",
"effect": "^2.0.0-next.52",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@effect-app/compiler": "workspace:*",
"@babel/cli": "^7.23.0",
"@types/node": "~20.8.9",
"@types/react": "^18.2.32",
"@types/react": "^18.2.33",
"react": "^18.2.0",
"react-hook-form": "7.40.0",
"react-intl": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@effect-app/core": "workspace:*",
"effect": "^2.0.0-next.52",
"@fp-ts/optic": "^0.13.0",
"@fp-ts/optic": "^0.14.0",
"cross-fetch": "^4.0.0",
"lodash": "^4.17.21",
"path-parser": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@effect-app/vue": "workspace:*",
"@effect-app/core": "workspace:*",
"@effect-app/schema": "workspace:*",
"@fp-ts/optic": "^0.13.0",
"@fp-ts/optic": "^0.14.0",
"@formatjs/intl": "^2.9.5",
"effect": "^2.0.0-next.52",
"query-string": "^8.1.0",
Expand Down
18 changes: 9 additions & 9 deletions patches/@[email protected] → patches/@[email protected]

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 696a525

Please sign in to comment.