Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 17, 2022
1 parent 34a6020 commit 3a60040
Show file tree
Hide file tree
Showing 12 changed files with 1,376 additions and 1,241 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"private": true,
"type": "module",
"devDependencies": {
"@jest/globals": "^29.1.2",
"@jest/globals": "^29.2.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/jest": "^29.1.2",
"@types/mute-stream": "^0.0.1",
"@types/node": "^18.8.3",
"@types/node": "^18.11.0",
"@types/wrap-ansi": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.42.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^44.0.1",
"eslint-plugin-unicorn": "^44.0.2",
"husky": "^8.0.1",
"jest": "^29.1.2",
"lerna": "^5.6.1",
"jest": "^29.2.0",
"lerna": "^6.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.1.0",
"@inquirer/core": "^0.0.29-alpha.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.1.2",
"figures": "^5.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"@inquirer/core": "^0.0.29-alpha.0",
"@inquirer/input": "^0.0.27-alpha.0",
"chalk": "^5.1.0"
"chalk": "^5.1.2"
},
"scripts": {
"tsc": "tsc"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
"dependencies": {
"@inquirer/type": "^0.0.4-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.1.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.1.2",
"cli-spinners": "^2.7.0",
"cli-width": "^4.0.0",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"chalk": "^5.0.1",
"@inquirer/core": "^0.0.29-alpha.0",
"chalk": "^5.1.2",
"external-editor": "^3.0.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"chalk": "^5.0.1",
"@inquirer/core": "^0.0.29-alpha.0",
"chalk": "^5.1.2",
"figures": "^5.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"chalk": "^5.0.1"
"@inquirer/core": "^0.0.29-alpha.0",
"chalk": "^5.1.2"
},
"scripts": {
"tsc": "tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"chai-string": "^1.5.0",
"chalk-pipe": "^5.1.2",
"cmdify": "^0.0.4",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"mockery": "^2.1.0",
"nyc": "^15.0.0",
"sinon": "^14.0.1",
Expand All @@ -72,8 +72,8 @@
"repository": "SBoudrias/Inquirer.js",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"ansi-escapes": "^6.0.0",
"chalk": "^5.1.2",
"cli-cursor": "^4.0.0",
"cli-width": "^4.0.0",
"external-editor": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@inquirer/input": "^0.0.27-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"chalk": "^5.0.1"
"chalk": "^5.1.2"
},
"scripts": {
"tsc": "tsc"
Expand Down
4 changes: 2 additions & 2 deletions packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"chalk": "^5.0.1"
"@inquirer/core": "^0.0.29-alpha.0",
"chalk": "^5.1.2"
},
"scripts": {
"tsc": "tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"@inquirer/core": "^0.0.29-alpha.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.1.2",
"figures": "^5.0.0"
},
"scripts": {
Expand Down

0 comments on commit 3a60040

Please sign in to comment.