Skip to content

Commit 1bf9c98

Browse files
committed
fix: remove p-timeout. Whoops...not sure how that got there
1 parent e2beebc commit 1bf9c98

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@
109109
},
110110
"dependencies": {
111111
"@babel/traverse": "^7.4.5",
112-
"jscodeshift-find-imports": "^2.0.2",
113-
"p-timeout": "^3.2.0"
112+
"jscodeshift-find-imports": "^2.0.2"
114113
},
115114
"peerDependencies": {
116115
"jscodeshift": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0"

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6817,13 +6817,6 @@ p-retry@^4.0.0:
68176817
"@types/retry" "^0.12.0"
68186818
retry "^0.12.0"
68196819

6820-
p-timeout@^3.2.0:
6821-
version "3.2.0"
6822-
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
6823-
integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
6824-
dependencies:
6825-
p-finally "^1.0.0"
6826-
68276820
p-try@^1.0.0:
68286821
version "1.0.0"
68296822
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"

0 commit comments

Comments
 (0)