Skip to content

Commit

Permalink
housekeeping: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jun 7, 2024
1 parent dcd4758 commit 9cc6f86
Show file tree
Hide file tree
Showing 16 changed files with 1,178 additions and 2,488 deletions.
14 changes: 14 additions & 0 deletions .changeset/tame-steaks-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@effect-app/eslint-codegen-model": minor
"@effect-app/fluent-extensions": minor
"@effect-app/infra-adapters": minor
"@effect-app/pnpm-singleton": minor
"effect-app": minor
"@effect-app/schema": minor
"@effect-app/infra": minor
"@effect-app/core": minor
"@effect-app/cli": minor
"@effect-app/vue": minor
---

update packages
49 changes: 23 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"patchedDependencies": {
"eslint-plugin-codegen@0.17.0": "patches/eslint-plugin-codegen@0.17.0.patch",
"@phaphoso/eslint-plugin-dprint@0.5.2": "patches/@phaphoso__eslint-plugin-dprint@0.5.2.patch",
"typescript@5.4.5": "patches/typescript@5.4.5.patch",
"effect@3.2.3": "patches/effect@3.2.3.patch",
"@effect/schema@0.67.11": "patches/@effect__schema@0.67.11.patch",
"@effect/platform@0.53.14": "patches/@effect__platform@0.53.14.patch"
"typescript@5.4.5": "patches/typescript@5.4.5.patch"
}
},
"engines": {
Expand Down Expand Up @@ -52,22 +49,22 @@
"dependencies": {
"date-fns": "^3.6.0",
"cross-env": "^7.0.3",
"fast-check": "^3.18.0",
"fast-check": "^3.19.0",
"ts-node": "^10.9.2",
"vue": "^3.4.27"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@changesets/cli": "^2.27.3",
"@dprint/typescript": "^0.90.5",
"effect": "^3.2.3",
"@effect/platform": "^0.53.14",
"@effect/platform-node": "^0.49.14",
"@effect/schema": "^0.67.11",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@changesets/cli": "^2.27.5",
"@dprint/typescript": "^0.91.1",
"effect": "^3.3.0",
"@effect/platform": "^0.56.0",
"@effect/platform-node": "^0.51.8",
"@effect/schema": "^0.67.21",
"@effect-app/cli": "^0.74.1",
"@effect-app/core": "workspace:*",
"@effect-app/eslint-codegen-model": "workspace:*",
Expand All @@ -80,14 +77,14 @@
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tsconfig/strictest": "^2.0.5",
"@types/lodash": "^4.17.4",
"@types/node": "~20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/scope-manager": "7.10.0",
"@types/node": "~20.14.2",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/scope-manager": "7.12.0",
"babel-plugin-replace-import-extension": "^1.1.4",
"concurrently": "^8.2.2",
"dprint": "^0.45.1",
"enhanced-resolve": "^5.16.1",
"dprint": "^0.46.1",
"enhanced-resolve": "^5.17.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
Expand All @@ -96,22 +93,22 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-watch": "^8.0.0",
"history": "^5.3.0",
"json5": "^2.2.3",
"madge": "^7.0.0",
"module-alias": "^2.2.3",
"nodemon": "^3.1.0",
"nodemon": "^3.1.3",
"npm-check-updates": "^16.14.20",
"ts-transform-paths": "^3.0.0",
"tsc-watch": "^6.2.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"tsx": "^4.13.2",
"typescript": "^5.5.1-rc",
"typescript-transform-paths": "^3.4.7",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.11",
"vite": "^5.2.13",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"node-watch": "^0.7.4"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@types/node": "~20.12.12",
"@babel/cli": "^7.24.7",
"@types/node": "~20.14.2",
"json5": "^2.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"validator": "^13.12.0"
},
"peerDependencies": {
"effect": "^3.2.3",
"@effect/platform": "^0.53.14"
"effect": "^3.3.0",
"@effect/platform": "^0.56.0"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.10",
"@babel/cli": "^7.24.5",
"@babel/cli": "^7.24.7",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"postpublish": "mv -f ./tsconfig.json.bak ./tsconfig.json && rm -f tsplus.config.json"
},
"dependencies": {
"@babel/generator": "7.24.5",
"@babel/parser": "7.24.5",
"@typescript-eslint/utils": "7.10.0",
"@babel/generator": "7.24.7",
"@babel/parser": "7.24.7",
"@typescript-eslint/utils": "7.12.0",
"eslint-plugin-codegen": "0.17.0",
"glob": "8.1.0",
"io-ts": "2.2.21",
Expand All @@ -25,15 +25,15 @@
"lodash": "4.17.21"
},
"peerDependencies": {
"effect": "^3.2.3"
"effect": "^3.3.0"
},
"devDependencies": {
"@babel/types": "7.24.5",
"@babel/types": "7.24.7",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/glob": "8.1.0",
"@types/lodash": "4.17.4",
"effect": "^3.2.3",
"effect": "^3.3.0",
"madge": "7.0.0",
"ts-node": "10.9.2",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/fluent-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"nanoid": "^5.0.7",
"path-parser": "^6.1.0",
"query-string": "^9.0.0",
"ts-pattern": "^5.1.1",
"ts-pattern": "^5.1.2",
"uuid": "^9.0.1",
"validator": "^13.12.0"
},
"peerDependencies": {
"@effect/platform": "^0.53.14",
"effect": "^3.2.3"
"@effect/platform": "^0.56.0",
"effect": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/cli": "^7.24.7",
"@faker-js/faker": "^8.4.1",
"@types/node": "~20.12.12",
"@types/node": "~20.14.2",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.10",
"fast-check": "~3.18.0",
"fast-check": "~3.19.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/infra-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@types/express": "^4.17.21",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
"mongodb": "6.6.2",
"mongodb": "6.7.0",
"redis": "^3.1.2",
"redlock": "^4.2.0",
"strip-ansi": "^7.1.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@effect/platform": "^0.53.14",
"@effect/schema": "^0.67.11",
"effect": "^3.2.3"
"@effect/platform": "^0.56.0",
"@effect/schema": "^0.67.21",
"effect": "^3.3.0"
},
"scripts": {
"watch": "pnpm build:tsc -w",
Expand Down
16 changes: 8 additions & 8 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"@sendgrid/mail": "^8.1.3",
"change-case": "^5.4.4",
"cross-fetch": "^4.0.0",
"fast-check": "~3.18.0",
"fast-check": "~3.19.0",
"object-hash": "^3.0.0",
"path-parser": "^6.1.0",
"proper-lockfile": "^4.1.2",
"pure-rand": "6.1.0",
"redlock": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@sentry/node": "^8.2.1",
"@babel/cli": "^7.24.7",
"@sentry/node": "^8.8.0",
"@types/express": "^4.17.21",
"@types/node": "~20.12.12",
"@types/node": "~20.14.2",
"@types/proper-lockfile": "^4.1.4",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
"express": "^4.19.2",
"jwks-rsa": "2.1.4",
"jwt-decode": "^4.0.0",
"mongodb": "6.6.2",
"mongodb": "6.7.0",
"redis": "^3.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"express": "^4.19.2",
"@effect/platform": "^0.53.14",
"@effect/schema": "^0.67.11",
"effect": "^3.2.3"
"@effect/platform": "^0.56.0",
"@effect/schema": "^0.67.21",
"effect": "^3.3.0"
},
"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 @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "~20.12.12",
"@types/node": "~20.14.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"nanoid": "^5.0.7",
"path-parser": "^6.1.0",
"query-string": "^9.0.0",
"ts-pattern": "^5.1.1",
"ts-pattern": "^5.1.2",
"uuid": "^9.0.1",
"validator": "^13.12.0"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/cli": "^7.24.7",
"@faker-js/faker": "^8.4.1",
"@types/node": "~20.12.12",
"@types/node": "~20.14.2",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.10",
"fast-check": "~3.18.0",
"fast-check": "~3.19.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@effect/platform": "^0.53.14",
"effect": "^3.2.3",
"@effect/schema": "^0.67.11"
"@effect/platform": "^0.56.0",
"effect": "^3.3.0",
"@effect/schema": "^0.67.21"
},
"typesVersions": {
"*": {
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.10",
"fast-check": "~3.18.0",
"fast-check": "~3.19.0",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@effect/schema": "^0.67.11",
"effect": "^3.2.3"
"@effect/schema": "^0.67.21",
"effect": "^3.3.0"
},
"scripts": {
"watch": "pnpm build:tsc -w",
Expand Down
22 changes: 11 additions & 11 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"@effect-app/schema": "workspace:*",
"@effect-app/vue": "workspace:*",
"@formatjs/intl": "^2.10.4",
"@tanstack/vue-query": "^5.37.1",
"@tanstack/vue-query": "^5.40.1",
"effect-app": "workspace:*",
"query-string": "^9.0.0"
},
"peerDependencies": {
"@effect/platform": "^0.53.14",
"@effect/platform-browser": "^0.33.29",
"@effect-rx/rx": "^0.31.3",
"@effect-rx/rx-vue": "^0.8.10",
"@effect/schema": "^0.67.11",
"@sentry/browser": "^8.2.1",
"effect": "^3.2.3",
"@effect/platform": "^0.56.0",
"@effect/platform-browser": "^0.35.8",
"@effect-rx/rx": "^0.33.8",
"@effect-rx/rx-vue": "^0.10.8",
"@effect/schema": "^0.67.21",
"@sentry/browser": "^8.8.0",
"effect": "^3.3.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/cli": "^7.24.7",
"@rollup/pluginutils": "^5.1.0",
"@types/node": "~20.12.12",
"@types/node": "~20.14.2",
"intl-messageformat": "^10.5.14",
"json5": "^2.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.13",
"vitest": "^1.6.0"
},
"typesVersions": {
Expand Down
195 changes: 0 additions & 195 deletions patches/@effect__platform@0.53.14.patch

This file was deleted.

Loading

0 comments on commit 9cc6f86

Please sign in to comment.