Skip to content

Commit 2621eb6

Browse files
committed
Tune deps and yarn fix
1 parent 74f69ed commit 2621eb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rules:
2020
import-sources-order: case-insensitive
2121
module-source-path: full
2222
named-imports-order: case-insensitive
23-
import-blacklist: [true, "lodash"]
23+
import-blacklist: [true, 'lodash']
2424
prettier: true
2525
no-namespace: false
2626
variable-name:

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ es-set-tostringtag@^2.0.1:
16381638
has "^1.0.3"
16391639
has-tostringtag "^1.0.0"
16401640

1641-
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
1641+
es-to-primitive@^1.2.1:
16421642
version "1.2.1"
16431643
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
16441644
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
@@ -2113,7 +2113,7 @@ has-proto@^1.0.1:
21132113
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
21142114
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
21152115

2116-
has-symbols@^1.0.0, has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
2116+
has-symbols@^1.0.0, has-symbols@^1.0.2, has-symbols@^1.0.3:
21172117
version "1.0.3"
21182118
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
21192119
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
@@ -2125,7 +2125,7 @@ has-tostringtag@^1.0.0:
21252125
dependencies:
21262126
has-symbols "^1.0.2"
21272127

2128-
has@^1.0.1, has@^1.0.3:
2128+
has@^1.0.3:
21292129
version "1.0.3"
21302130
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
21312131
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -3188,7 +3188,7 @@ object-is@^1.0.1:
31883188
call-bind "^1.0.2"
31893189
define-properties "^1.1.3"
31903190

3191-
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3191+
object-keys@^1.0.11, object-keys@^1.1.1:
31923192
version "1.1.1"
31933193
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
31943194
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==

0 commit comments

Comments
 (0)