Skip to content

Commit d698e34

Browse files
committed
Bump dependencies
1 parent 58223c9 commit d698e34

File tree

6 files changed

+981
-871
lines changed

6 files changed

+981
-871
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"private": true,
33
"type": "module",
44
"devDependencies": {
5-
"@jest/globals": "^29.0.3",
5+
"@jest/globals": "^29.1.2",
66
"@sindresorhus/tsconfig": "^3.0.1",
7-
"@types/jest": "^29.0.3",
7+
"@types/jest": "^29.1.2",
88
"@types/mute-stream": "^0.0.1",
9-
"@types/node": "^18.7.18",
9+
"@types/node": "^18.8.2",
1010
"@types/wrap-ansi": "^8.0.1",
11-
"@typescript-eslint/eslint-plugin": "^5.37.0",
12-
"@typescript-eslint/parser": "^5.37.0",
13-
"eslint": "^8.23.1",
11+
"@typescript-eslint/eslint-plugin": "^5.39.0",
12+
"@typescript-eslint/parser": "^5.39.0",
13+
"eslint": "^8.24.0",
1414
"eslint-config-prettier": "^8.5.0",
1515
"eslint-config-xo": "^0.42.0",
1616
"eslint-plugin-node": "^11.1.0",
1717
"eslint-plugin-prettier": "^4.2.1",
18-
"eslint-plugin-unicorn": "^43.0.2",
18+
"eslint-plugin-unicorn": "^44.0.1",
1919
"husky": "^8.0.1",
20-
"jest": "^29.0.3",
21-
"lerna": "^5.5.1",
20+
"jest": "^29.1.2",
21+
"lerna": "^5.6.1",
2222
"lint-staged": "^13.0.3",
2323
"prettier": "^2.7.1",
24-
"ts-jest": "^29.0.1",
24+
"ts-jest": "^29.0.3",
2525
"ts-node": "^10.9.1",
26-
"typescript": "^4.8.3"
26+
"typescript": "^4.8.4"
2727
},
2828
"workspaces": [
2929
"packages/*"

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@inquirer/core": "^0.0.26-alpha.0",
5757
"ansi-escapes": "^5.0.0",
58-
"chalk": "^5.0.1",
58+
"chalk": "^5.1.0",
5959
"figures": "^5.0.0"
6060
},
6161
"scripts": {

packages/confirm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@inquirer/core": "^0.0.26-alpha.0",
5757
"@inquirer/input": "^0.0.27-alpha.0",
58-
"chalk": "^5.0.1"
58+
"chalk": "^5.1.0"
5959
},
6060
"scripts": {
6161
"tsc": "tsc"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@inquirer/type": "^0.0.3-alpha.0",
5757
"ansi-escapes": "^5.0.0",
58-
"chalk": "^5.0.1",
58+
"chalk": "^5.1.0",
5959
"cli-spinners": "^2.7.0",
6060
"cli-width": "^4.0.0",
6161
"lodash": "^4.17.21",

packages/inquirer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
},
5555
"devDependencies": {
5656
"chai": "^4.3.6",
57-
"chalk-pipe": "^5.1.1",
57+
"chalk-pipe": "^5.1.2",
5858
"cmdify": "^0.0.4",
5959
"mocha": "^10.0.0",
6060
"mockery": "^2.1.0",
6161
"nyc": "^15.0.0",
62-
"sinon": "^14.0.0",
62+
"sinon": "^14.0.1",
6363
"terminal-link": "^3.0.0"
6464
},
6565
"scripts": {
@@ -81,7 +81,7 @@
8181
"mute-stream": "0.0.8",
8282
"ora": "^6.1.2",
8383
"run-async": "^2.4.0",
84-
"rxjs": "^7.5.6",
84+
"rxjs": "^7.5.7",
8585
"string-width": "^5.1.2",
8686
"strip-ansi": "^7.0.1",
8787
"through": "^2.3.6",

0 commit comments

Comments
 (0)