Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 21, 2023
1 parent 78f0df8 commit 04f6baf
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 68 deletions.
11 changes: 11 additions & 0 deletions .changeset/nine-cups-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@effect-app/infra-adapters": patch
"@effect-app/compiler": patch
"@effect-app/prelude": patch
"@effect-app/schema": patch
"@effect-app/infra": patch
"@effect-app/core": patch
"@effect-app/vue": patch
---

update packages
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@effect/language-service@0.0.19": "patches/@effect__language-service@0.0.19.patch",
"@phaphoso/eslint-plugin-dprint@0.5.2": "patches/@phaphoso__eslint-plugin-dprint@0.5.2.patch",
"date-fns@2.29.3": "patches/date-fns@2.29.3.patch",
"@fp-ts/optic@0.16.0": "patches/@fp-ts__optic@0.16.0.patch"
"@fp-ts/optic@0.17.0": "patches/@fp-ts__optic@0.17.0.patch"
}
},
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/cli": "^2.26.2",
"@dprint/typescript": "^0.88.4",
"@effect-app/cli": "^0.24.0",
"@effect-app/cli": "^0.25.0",
"@effect-app/compiler": "workspace:*",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
Expand Down Expand Up @@ -101,7 +101,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311072",
"typescript-transform-paths": "^3.4.6",
"vite": "^5.0.0",
"vite": "^5.0.2",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"vite": "^5.0.0"
"vite": "^5.0.2"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
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.16.0",
"@fp-ts/optic": "^0.17.0",
"@effect/platform": "^0.31.0",
"effect": "^2.0.0-next.56",
"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 @@ -9,7 +9,7 @@
"@effect-app/prelude": "workspace:*",
"@effect-app/schema": "workspace:*",
"effect": "^2.0.0-next.56",
"@fp-ts/optic": "^0.16.0",
"@fp-ts/optic": "^0.17.0",
"query-string": "^8.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/cli": "^7.23.4",
"@effect-app/compiler": "workspace:*",
"@sentry/node": "^7.81.0",
"@sentry/node": "^7.81.1",
"@types/express": "^4.17.21",
"@types/node": "~20.9.3",
"@types/proper-lockfile": "^4.1.4",
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.31.0",
"@fp-ts/optic": "^0.16.0",
"@fp-ts/optic": "^0.17.0",
"date-fns": "^2.30.0",
"effect": "^2.0.0-next.56",
"lodash": "^4.17.21",
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.56",
"@fp-ts/optic": "^0.16.0",
"@fp-ts/optic": "^0.17.0",
"cross-fetch": "^4.0.0",
"lodash": "^4.17.21",
"path-parser": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"@fp-ts/optic": "^0.17.0",
"@formatjs/intl": "^2.9.9",
"effect": "^2.0.0-next.56",
"query-string": "^8.1.0",
Expand All @@ -24,7 +24,7 @@
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311072",
"vite": "^5.0.0",
"vite": "^5.0.2",
"vitest": "^0.34.6"
},
"typesVersions": {
Expand Down

Large diffs are not rendered by default.

106 changes: 53 additions & 53 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 04f6baf

Please sign in to comment.