Skip to content

Commit

Permalink
Chore: Remove unused npm dependencies. Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Mar 19, 2024
1 parent 74d048e commit 5fb055d
Show file tree
Hide file tree
Showing 33 changed files with 158 additions and 135 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"zsh"
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.1",
"@arethetypeswrong/cli": "^0.15.2",
"@sindresorhus/tsconfig": "^5.0.0",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
Expand All @@ -69,7 +69,7 @@
"ts-node": "^10.9.2",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"resolutions": {
"type-fest": "^4.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@
"dependencies": {
"@inquirer/type": "^1.2.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"cli-spinners": "^2.9.2",
"cli-width": "^4.1.0",
"figures": "^3.2.0",
"mute-stream": "^1.0.0",
"run-async": "^3.0.0",
"signal-exit": "^4.1.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^6.2.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"dependencies": {
"@inquirer/core": "^7.1.0",
"@inquirer/type": "^1.2.1",
"chalk": "^4.1.2",
"figures": "^3.2.0"
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@inquirer/type": "^1.2.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
Expand Down
Loading

0 comments on commit 5fb055d

Please sign in to comment.