Skip to content

Commit 78c9b5d

Browse files
committed
Remove @types/inquirer from resolutions as it appears to be unused
1 parent ae26c4b commit 78c9b5d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"esbuild": "0.19.7",
5656
"jest-snapshot": "29.3.1",
5757
"react-redux": "npm:9.1.0",
58-
"@types/inquirer": "npm:8.2.1",
5958
"website/react": "npm:17.0.2",
6059
"website/react-dom": "npm:17.0.2",
6160
"website/@types/react-dom": "npm:17.0.11",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8644,13 +8644,13 @@ __metadata:
86448644
languageName: node
86458645
linkType: hard
86468646

8647-
"@types/inquirer@npm:8.2.1":
8648-
version: 8.2.1
8649-
resolution: "@types/inquirer@npm:8.2.1"
8647+
"@types/inquirer@npm:^7.3.1":
8648+
version: 7.3.3
8649+
resolution: "@types/inquirer@npm:7.3.3"
86508650
dependencies:
86518651
"@types/through": "npm:*"
8652-
rxjs: "npm:^7.2.0"
8653-
checksum: 10/7cee20a39c41b85412b05390216b941b0034b250bd0ff0b2a403f23f5c82406836e020210a6619c81098cb92db7dae1c43e0e3d38bd3086010a9db0fcc7a2ed6
8652+
rxjs: "npm:^6.4.0"
8653+
checksum: 10/1d273d569942086a44613969df4dceb0701bfe373f6bbddc2a625f16017e214dd49787ae292f74b604e57a706d5fe21923f9c8948b5fe406c8337ba8f78b7db1
86548654
languageName: node
86558655
linkType: hard
86568656

@@ -25825,7 +25825,7 @@ __metadata:
2582525825
languageName: node
2582625826
linkType: hard
2582725827

25828-
"rxjs@npm:^6.3.3, rxjs@npm:^6.6.0, rxjs@npm:^6.6.2, rxjs@npm:^6.6.3":
25828+
"rxjs@npm:^6.3.3, rxjs@npm:^6.4.0, rxjs@npm:^6.6.0, rxjs@npm:^6.6.2, rxjs@npm:^6.6.3":
2582925829
version: 6.6.7
2583025830
resolution: "rxjs@npm:6.6.7"
2583125831
dependencies:

0 commit comments

Comments
 (0)