Skip to content

Commit

Permalink
Move more dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
decs committed Jan 28, 2024
1 parent 1df58bc commit ea7dbde
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 413 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"upgrade:deps": "turbo upgrade:deps"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
"@jest/globals": "^29.7.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"denoify": "^1.6.9",
Expand All @@ -36,8 +38,11 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys": "^2.3.5",
"expect-type": "^0.17.3",
"jest": "^29.7.0",
"npm-check-updates": "^16.14.12",
"prettier": "^3.2.4",
"publint": "^0.2.7",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
Expand Down
11 changes: 0 additions & 11 deletions packages/typeschema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,37 +67,30 @@
"postpack": "rm README.md && rm -r assets"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
"@deepkit/core": "^1.0.1-alpha.113",
"@deepkit/type": "^1.0.1-alpha.113",
"@deepkit/type-compiler": "^1.0.1-alpha.112",
"@effect/schema": "^0.60.6",
"@sinclair/typebox": "^0.32.11",
"@trpc/server": "^10.45.0",
"@types/node": "^20.11.5",
"ajv": "^8.12.0",
"arktype": "^1.0.29-alpha",
"benny": "^3.7.1",
"effect": "^2.1.2",
"expect-type": "^0.17.3",
"fast-check": "^3.15.0",
"fp-ts": "^2.16.2",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
"joi": "^17.12.0",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"npm-check-updates": "^16.14.12",
"ow": "^0.28.2",
"publint": "^0.2.7",
"runtypes": "^6.7.0",
"superstruct": "^1.0.3",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typia": "^5.3.11",
"valibot": "^0.26.0",
"vite": "^5.0.12",
"webpack": "^5.89.0",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
Expand All @@ -115,7 +108,6 @@
"runtypes": "^6.7.0",
"superstruct": "^1.0.3",
"valibot": "^0.26.0",
"vite": "^5.0.12",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
Expand Down Expand Up @@ -159,9 +151,6 @@
"valibot": {
"optional": true
},
"vite": {
"optional": true
},
"yup": {
"optional": true
},
Expand Down
Loading

0 comments on commit ea7dbde

Please sign in to comment.