Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jan 5, 2025
1 parent cbc05d8 commit c8ebfb4
Show file tree
Hide file tree
Showing 10 changed files with 692 additions and 708 deletions.
10 changes: 10 additions & 0 deletions .changeset/rich-pants-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@effect-app/eslint-codegen-model": minor
"@effect-app/pnpm-singleton": minor
"effect-app": minor
"@effect-app/infra": minor
"@effect-app/cli": minor
"@effect-app/vue": minor
---

update packages
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,27 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@dprint/typescript": "^0.93.3",
"@effect-app/cli": "^1.11.4",
"@effect-app/cli": "^1.12.0",
"@effect-app/eslint-codegen-model": "workspace:*",
"@effect-app/infra": "workspace:*",
"@effect-app/pnpm-singleton": "workspace:*",
"@effect/language-service": "0.2.0",
"@effect/platform": "^0.71.4",
"@effect/platform-node": "^0.67.0",
"@effect/platform": "^0.72.1",
"@effect/platform-node": "^0.68.1",
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tsconfig/strictest": "^2.0.5",
"@types/lodash": "^4.17.13",
"@types/node": "~22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/scope-manager": "8.18.1",
"concurrently": "^9.1.0",
"dprint": "^0.47.6",
"effect": "^3.11.8",
"@types/lodash": "^4.17.14",
"@types/node": "~22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@typescript-eslint/scope-manager": "8.19.0",
"concurrently": "^9.1.2",
"dprint": "^0.48.0",
"effect": "^3.12.1",
"effect-app": "workspace:*",
"enhanced-resolve": "^5.17.1",
"enhanced-resolve": "^5.18.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-import-resolver-webpack": "^0.13.10",
Expand All @@ -90,14 +90,14 @@
"madge": "^8.0.0",
"module-alias": "^2.2.3",
"nodemon": "^3.1.9",
"npm-check-updates": "^17.1.11",
"npm-check-updates": "^17.1.13",
"ts-transform-paths": "^3.0.0",
"tsc-watch": "^6.2.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node-watch": "^0.7.4"
},
"devDependencies": {
"@types/node": "~22.10.2",
"@types/node": "~22.10.5",
"json5": "^2.2.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
Expand Down
10 changes: 5 additions & 5 deletions packages/effect-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@effect/rpc": "^0.46.4",
"@effect/rpc-http": "^0.44.4",
"@effect/rpc": "^0.47.1",
"@effect/rpc-http": "^0.45.1",
"@tsconfig/strictest": "^2.0.5",
"date-fns": "^4.1.0",
"nanoid": "^5.0.9",
Expand All @@ -24,16 +24,16 @@
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@faker-js/faker": "^8.4.1",
"@types/node": "~22.10.2",
"@types/node": "~22.10.5",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"fast-check": "~3.23.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@effect/platform": "^0.71.4",
"effect": "^3.11.8"
"@effect/platform": "^0.72.1",
"effect": "^3.12.1"
},
"typesVersions": {
"*": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@babel/generator": "7.26.3",
"@babel/parser": "7.26.3",
"@typescript-eslint/utils": "8.18.1",
"@typescript-eslint/utils": "8.19.0",
"eslint-plugin-codegen": "0.17.0",
"glob": "8.1.0",
"io-ts": "2.2.22",
Expand All @@ -25,7 +25,7 @@
"lodash": "4.17.21"
},
"peerDependencies": {
"effect": "^3.11.8"
"effect": "^3.12.1"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
Expand All @@ -38,8 +38,8 @@
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/glob": "8.1.0",
"@types/lodash": "4.17.13",
"effect": "^3.11.8",
"@types/lodash": "4.17.14",
"effect": "^3.12.1",
"madge": "8.0.0",
"typescript": "^5.7.2"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"change-case": "^5.4.4",
"cross-fetch": "^4.0.0",
"cross-fetch": "^4.1.0",
"effect-app": "workspace:*",
"express-oauth2-jwt-bearer": "^1.6.0",
"fast-check": "~3.23.2",
Expand All @@ -24,9 +24,9 @@
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@sentry/node": "^8.45.1",
"@sentry/node": "^8.47.0",
"@types/express": "^5.0.0",
"@types/node": "~22.10.2",
"@types/node": "~22.10.5",
"@types/proper-lockfile": "^4.1.4",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
Expand All @@ -43,17 +43,17 @@
"peerDependencies": {
"@azure/cosmos": "^4.2.0",
"@azure/service-bus": "^7.9.5",
"@effect/experimental": "^0.35.0",
"@effect/platform": "^0.71.4",
"@effect/rpc-http": "^0.44.4",
"@effect/rpc": "^0.46.4",
"@effect/sql": "^0.24.0",
"@effect/vitest": "^0.14.8",
"@effect/experimental": "^0.36.1",
"@effect/platform": "^0.72.1",
"@effect/rpc-http": "^0.45.1",
"@effect/rpc": "^0.47.1",
"@effect/sql": "^0.25.1",
"@effect/vitest": "^0.16.1",
"@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "^8.1.4",
"redis": "^3.1.2",
"redlock": "^4.2.0",
"effect": "^3.11.8",
"effect": "^3.12.1",
"express": "^4.21.2"
},
"typesVersions": {
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 @@ -34,7 +34,7 @@
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@types/node": "~22.10.2",
"@types/node": "~22.10.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"type": "module",
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
"dependencies": {
"@formatjs/intl": "^3.0.4",
"@tanstack/vue-query": "^5.62.7",
"@vueuse/core": "^12.0.0",
"@formatjs/intl": "^3.1.0",
"@tanstack/vue-query": "^5.62.12",
"@vueuse/core": "^12.3.0",
"effect-app": "workspace:*",
"query-string": "^9.1.1"
},
"peerDependencies": {
"@effect/platform": "^0.71.4",
"@effect/platform-browser": "^0.50.4",
"@effect/platform": "^0.72.1",
"@effect/platform-browser": "^0.51.1",
"@effect-rx/rx": "^0.34.6",
"@effect-rx/rx-vue": "^0.11.6",
"@sentry/browser": "^8.45.1",
"effect": "^3.11.8",
"@sentry/browser": "^8.47.0",
"effect": "^3.12.1",
"vue": "^3.5.13"
},
"devDependencies": {
Expand All @@ -28,11 +28,11 @@
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@rollup/pluginutils": "^5.1.4",
"@types/node": "~22.10.2",
"intl-messageformat": "^10.7.10",
"@types/node": "~22.10.5",
"intl-messageformat": "^10.7.11",
"json5": "^2.2.3",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"typesVersions": {
Expand Down
Loading

0 comments on commit c8ebfb4

Please sign in to comment.