Skip to content

Commit

Permalink
deps/devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 2, 2024
1 parent 539552a commit d098211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"dependencies": {
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.7.4",
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
Expand All @@ -91,6 +90,7 @@
"@arethetypeswrong/cli": "^0.16.4",
"@inquirer/testing": "^2.1.34",
"@repo/tsconfig": "workspace:*",
"@types/mute-stream": "^0.0.4",
"tshy": "^3.0.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
},
"dependencies": {
"@inquirer/type": "^2.0.0",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.7.4",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@repo/tsconfig": "workspace:*",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.7.4",
"tshy": "^3.0.2"
},
"engines": {
Expand Down

0 comments on commit d098211

Please sign in to comment.