Skip to content

Commit

Permalink
chore(works): hoist more deps (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 9, 2024
1 parent 7d12771 commit bfc50c4
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 63 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@
"@manypkg/cli": "0.23.0",
"@microsoft/api-extractor": "7.48.0",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.16.0",
"execa": "9.5.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"prettier": "3.4.2",
"publint": "0.2.12",
"rimraf": "6.0.1",
"ts-essentials": "10.0.3",
"type-fest": "4.30.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
Expand Down
1 change: 0 additions & 1 deletion packages/api-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@readme/oas-examples": "5.18.2",
"@types/caseless": "0.12.5",
"@types/lodash.merge": "4.6.9",
"@vitest/coverage-v8": "2.1.8",
"fetch-mock": "11.1.5",
"get-stream": "9.0.1",
"typescript": "5.7.2"
Expand Down
2 changes: 0 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
"consola": "3.2.3"
},
"devDependencies": {
"@types/node": "22.10.1",
"memfs": "4.14.1",
"ts-essentials": "10.0.3",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,13 @@
"@eslint/config-inspector": "0.5.6",
"@eslint/js": "9.16.0",
"@types/eslint-config-prettier": "6.11.3",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.1",
"@typescript-eslint/types": "8.17.0",
"@vitest/eslint-plugin": "1.1.14",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-typegen": "0.3.2",
"execa": "9.5.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"jiti": "2.4.1",
"tsup": "8.3.5",
"tsx": "4.19.2"
Expand Down
4 changes: 0 additions & 4 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
"devDependencies": {
"@bfra.me/prettier-config": "workspace:*",
"@bfra.me/tsconfig": "workspace:*",
"@types/fs-extra": "11.0.4",
"execa": "9.5.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"prettier": "3.4.2",
"tsup": "8.3.5"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/prettier-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"@bfra.me/prettier-plugins": "workspace:*",
"@bfra.me/tsconfig": "workspace:*",
"prettier": "3.4.2",
"tsup": "8.3.5",
"type-fest": "4.30.0"
"tsup": "8.3.5"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"@bfra.me/tsconfig": "workspace:*",
"@swc/core": "1.9.2",
"semantic-release": "24.2.0",
"tsup": "8.3.5",
"type-fest": "4.30.0"
"tsup": "8.3.5"
},
"peerDependencies": {
"semantic-release": ">=23"
Expand Down
3 changes: 1 addition & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"devDependencies": {
"@bfra.me/tsconfig": "workspace:*",
"ajv": "8.17.1",
"ajv-draft-04": "1.0.0",
"type-fest": "4.30.0"
"ajv-draft-04": "1.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
63 changes: 18 additions & 45 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 bfc50c4

Please sign in to comment.