Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 6, 2022
1 parent 58223c9 commit d698e34
Show file tree
Hide file tree
Showing 6 changed files with 981 additions and 871 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"private": true,
"type": "module",
"devDependencies": {
"@jest/globals": "^29.0.3",
"@jest/globals": "^29.1.2",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/jest": "^29.0.3",
"@types/jest": "^29.1.2",
"@types/mute-stream": "^0.0.1",
"@types/node": "^18.7.18",
"@types/node": "^18.8.2",
"@types/wrap-ansi": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.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": "^43.0.2",
"eslint-plugin-unicorn": "^44.0.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"lerna": "^5.5.1",
"jest": "^29.1.2",
"lerna": "^5.6.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-jest": "^29.0.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"chalk": "^5.1.0",
"figures": "^5.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@inquirer/core": "^0.0.26-alpha.0",
"@inquirer/input": "^0.0.27-alpha.0",
"chalk": "^5.0.1"
"chalk": "^5.1.0"
},
"scripts": {
"tsc": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@inquirer/type": "^0.0.3-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"chalk": "^5.1.0",
"cli-spinners": "^2.7.0",
"cli-width": "^4.0.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"devDependencies": {
"chai": "^4.3.6",
"chalk-pipe": "^5.1.1",
"chalk-pipe": "^5.1.2",
"cmdify": "^0.0.4",
"mocha": "^10.0.0",
"mockery": "^2.1.0",
"nyc": "^15.0.0",
"sinon": "^14.0.0",
"sinon": "^14.0.1",
"terminal-link": "^3.0.0"
},
"scripts": {
Expand All @@ -81,7 +81,7 @@
"mute-stream": "0.0.8",
"ora": "^6.1.2",
"run-async": "^2.4.0",
"rxjs": "^7.5.6",
"rxjs": "^7.5.7",
"string-width": "^5.1.2",
"strip-ansi": "^7.0.1",
"through": "^2.3.6",
Expand Down

0 comments on commit d698e34

Please sign in to comment.