Skip to content

Commit 088a691

Browse files
committed
fix(typescript-estree): remove now unneeded dep on chokidar
1 parent ed5564d commit 088a691

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

packages/typescript-estree/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"typecheck": "tsc -p tsconfig.json --noEmit"
4040
},
4141
"dependencies": {
42-
"chokidar": "^3.0.2",
4342
"debug": "^4.1.1",
4443
"glob": "^7.1.4",
4544
"is-glob": "^4.0.1",

yarn.lock

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,14 +1655,6 @@ anymatch@^2.0.0:
16551655
micromatch "^3.1.4"
16561656
normalize-path "^2.1.1"
16571657

1658-
anymatch@^3.0.1:
1659-
version "3.1.0"
1660-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
1661-
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
1662-
dependencies:
1663-
normalize-path "^3.0.0"
1664-
picomatch "^2.0.4"
1665-
16661658
aproba@^1.0.3, aproba@^1.1.1:
16671659
version "1.2.0"
16681660
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1919,11 +1911,6 @@ before-after-hook@^2.0.0:
19191911
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
19201912
integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==
19211913

1922-
binary-extensions@^2.0.0:
1923-
version "2.0.0"
1924-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
1925-
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
1926-
19271914
bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
19281915
version "3.7.0"
19291916
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf"
@@ -1953,7 +1940,7 @@ braces@^2.3.1:
19531940
split-string "^3.0.2"
19541941
to-regex "^3.0.1"
19551942

1956-
braces@^3.0.1, braces@^3.0.2:
1943+
braces@^3.0.1:
19571944
version "3.0.2"
19581945
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
19591946
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -2155,21 +2142,6 @@ chardet@^0.7.0:
21552142
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
21562143
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
21572144

2158-
chokidar@^3.0.2:
2159-
version "3.0.2"
2160-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
2161-
integrity sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==
2162-
dependencies:
2163-
anymatch "^3.0.1"
2164-
braces "^3.0.2"
2165-
glob-parent "^5.0.0"
2166-
is-binary-path "^2.1.0"
2167-
is-glob "^4.0.1"
2168-
normalize-path "^3.0.0"
2169-
readdirp "^3.1.1"
2170-
optionalDependencies:
2171-
fsevents "^2.0.6"
2172-
21732145
chownr@^1.1.1, chownr@^1.1.2:
21742146
version "1.1.3"
21752147
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
@@ -3515,11 +3487,6 @@ fsevents@^1.2.7:
35153487
nan "^2.12.1"
35163488
node-pre-gyp "^0.12.0"
35173489

3518-
fsevents@^2.0.6:
3519-
version "2.0.7"
3520-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
3521-
integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
3522-
35233490
function-bind@^1.1.1:
35243491
version "1.1.1"
35253492
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -4126,13 +4093,6 @@ is-arrayish@^0.2.1:
41264093
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
41274094
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
41284095

4129-
is-binary-path@^2.1.0:
4130-
version "2.1.0"
4131-
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
4132-
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
4133-
dependencies:
4134-
binary-extensions "^2.0.0"
4135-
41364096
is-buffer@^1.1.5:
41374097
version "1.1.6"
41384098
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -6284,7 +6244,7 @@ performance-now@^2.1.0:
62846244
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
62856245
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
62866246

6287-
picomatch@^2.0.4, picomatch@^2.0.5:
6247+
picomatch@^2.0.5:
62886248
version "2.0.7"
62896249
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
62906250
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
@@ -6642,13 +6602,6 @@ readdir-scoped-modules@^1.0.0:
66426602
graceful-fs "^4.1.2"
66436603
once "^1.3.0"
66446604

6645-
readdirp@^3.1.1:
6646-
version "3.1.2"
6647-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.2.tgz#fa85d2d14d4289920e4671dead96431add2ee78a"
6648-
integrity sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==
6649-
dependencies:
6650-
picomatch "^2.0.4"
6651-
66526605
realpath-native@^1.1.0:
66536606
version "1.1.0"
66546607
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy