Skip to content

Commit

Permalink
Fix (all): Include @types dependencies with packages so those work ou…
Browse files Browse the repository at this point in the history
…t of the box. Ref #1241 & #1253
  • Loading branch information
SBoudrias committed Jul 13, 2023
1 parent 9d6a7db commit 0044d27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
],
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/mute-stream": "^0.0.1",
"@types/node": "^20.4.1",
"@types/prettier": "^2.7.3",
"@types/wrap-ansi": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-v8": "^0.33.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
"dependencies": {
"@inquirer/type": "^1.1.0",
"@types/mute-stream": "^0.0.1",
"@types/node": "^20.4.1",
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"cli-spinners": "^2.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md",
"dependencies": {
"@inquirer/type": "^1.1.0",
"@types/mute-stream": "^0.0.1",
"@types/node": "^20.4.1",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
Expand Down

0 comments on commit 0044d27

Please sign in to comment.