Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

[ghstack-poisoned]
  • Loading branch information
decs committed Mar 8, 2024
1 parent 0f2b6aa commit 26e67b4
Show file tree
Hide file tree
Showing 15 changed files with 419 additions and 245 deletions.
3 changes: 3 additions & 0 deletions examples/bundlers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": false
},
"include": ["src"]
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@
"upgrade:deps": "ncu -u --dep=dev && turbo upgrade:deps && pnpm gen",
"create:adapter": "turbo gen create-adapter && pnpm gen",
"prepare": "ts-patch install && typia patch",
"clean": "git clean -fdx && pnpm install"
"clean:git": "git clean -fdx && pnpm install",
"clean:sl": "sl clean --ignored --dirs --files && pnpm install"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
"@changesets/cli": "^2.27.1",
"@deepkit/vite": "1.0.1-alpha.139",
"@deepkit/vite": "1.0.1-alpha.142",
"@trpc/server": "^10.45.1",
"@turbo/gen": "^1.12.4",
"@turbo/gen": "^1.12.5",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -45,7 +46,7 @@
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-keys": "^2.3.5",
"expect-type": "^0.18.0",
"magic-regexp": "^0.7.0",
"magic-regexp": "^0.8.0",
"npm-check-updates": "^16.14.15",
"pnpm-sync-dependencies-meta-injected": "^0.0.10",
"prettier": "^3.2.5",
Expand All @@ -55,9 +56,9 @@
"ts-patch": "^3.1.2",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"typia": "^5.4.14",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"typia": "^5.5.3",
"vitest": "^1.3.1"
},
"pnpm": {
Expand Down
10 changes: 5 additions & 5 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
"devDependencies": {
"arktype": "^1.0.29-alpha",
"class-validator": "^0.14.1",
"@deepkit/type": "^1.0.1-alpha.139",
"@deepkit/type-compiler": "^1.0.1-alpha.139",
"@deepkit/type": "^1.0.1-alpha.142",
"@deepkit/type-compiler": "^1.0.1-alpha.142",
"@effect/schema": "^0.63.2",
"effect": "^2.4.1",
"typia": "^5.4.14",
"typia": "^5.5.3",
"fp-ts": "^2.16.2",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
Expand All @@ -113,10 +113,10 @@
"suretype": "^3.3.1",
"@sinclair/typebox": "^0.32.15",
"@gcornut/valibot-json-schema": "^0.0.25",
"valibot": "^0.29.0",
"valibot": "^0.30.0",
"@badrap/valita": "^0.3.6",
"@sodaru/yup-to-json-schema": "^2.0.1",
"yup": "^1.3.3",
"yup": "^1.4.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/deepkit/README.md

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

6 changes: 3 additions & 3 deletions packages/deepkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"@deepkit/type": "^1.0.1-alpha.139",
"@deepkit/type-compiler": "^1.0.1-alpha.139"
"@deepkit/type": "^1.0.1-alpha.142",
"@deepkit/type-compiler": "^1.0.1-alpha.142"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
"@deepkit/type": "Required for validation"
},
"peerDependencies": {
"@deepkit/type": "^1.0.1-alpha.139"
"@deepkit/type": "^1.0.1-alpha.142"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"typia": "^5.4.14"
"typia": "^5.5.3"
},
"//peerDependencies": "This field is manually maintained.",
"peerDependencies": {},
Expand Down
10 changes: 5 additions & 5 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
"@typeschema/class-validator": "workspace:*",
"class-validator": "^0.14.1",
"@typeschema/deepkit": "workspace:*",
"@deepkit/type": "^1.0.1-alpha.139",
"@deepkit/type-compiler": "^1.0.1-alpha.139",
"@deepkit/type": "^1.0.1-alpha.142",
"@deepkit/type-compiler": "^1.0.1-alpha.142",
"@typeschema/effect": "workspace:*",
"@effect/schema": "^0.63.2",
"effect": "^2.4.1",
"@typeschema/function": "workspace:*",
"typia": "^5.4.14",
"typia": "^5.5.3",
"@typeschema/io-ts": "workspace:*",
"fp-ts": "^2.16.2",
"io-ts": "^2.2.21",
Expand All @@ -109,12 +109,12 @@
"@sinclair/typebox": "^0.32.15",
"@typeschema/valibot": "workspace:*",
"@gcornut/valibot-json-schema": "^0.0.25",
"valibot": "^0.29.0",
"valibot": "^0.30.0",
"@typeschema/valita": "workspace:*",
"@badrap/valita": "^0.3.6",
"@typeschema/yup": "workspace:*",
"@sodaru/yup-to-json-schema": "^2.0.1",
"yup": "^1.3.3",
"yup": "^1.4.0",
"@typeschema/zod": "workspace:*",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot/README.md

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

4 changes: 2 additions & 2 deletions packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"@gcornut/valibot-json-schema": "^0.0.25",
"valibot": "^0.29.0"
"valibot": "^0.30.0"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
Expand All @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@gcornut/valibot-json-schema": "^0.0.25",
"valibot": "^0.29.0"
"valibot": "^0.30.0"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yup/README.md

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

4 changes: 2 additions & 2 deletions packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"@sodaru/yup-to-json-schema": "^2.0.1",
"yup": "^1.3.3"
"yup": "^1.4.0"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
Expand All @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@sodaru/yup-to-json-schema": "^2.0.1",
"yup": "^1.3.3"
"yup": "^1.4.0"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 26e67b4

Please sign in to comment.