Skip to content

Commit

Permalink
Chore(deps): Bump (including yoctocolors fix for Deno - Fix #1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 4, 2024
1 parent 8656ce4 commit bc68ddb
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 93 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.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^54.0.0",
"globals": "^15.6.0",
"globby": "^14.0.1",
"globals": "^15.8.0",
"globby": "^14.0.2",
"husky": "^9.0.11",
"lerna": "^8.1.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"turbo": "^2.0.6",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@inquirer/figures": "^1.0.3",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"signal-exit": "^4.1.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@inquirer/core": "^9.0.1",
"@inquirer/prompts": "^5.1.1",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@inquirer/figures": "^1.0.3",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.1"
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.25"
Expand Down
Loading

0 comments on commit bc68ddb

Please sign in to comment.