Skip to content

Commit da39fd1

Browse files
author
James Fox
committed
update yarn.lock and add lint npm script
1 parent 96b2092 commit da39fd1

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"scripts": {
2121
"tsc": "rm -rf lib/ && tsc",
2222
"build": "rm -rf dist/ && node ./scripts/build.js",
23+
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
2324
"test": "jest --silent",
2425
"prepublishOnly": "npm run test && npm run build"
2526
},

yarn.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ error-ex@^1.2.0:
12971297
dependencies:
12981298
is-arrayish "^0.2.1"
12991299

1300-
es-abstract@^1.10.0, es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.5.0, es-abstract@^1.5.1:
1300+
es-abstract@^1.10.0, es-abstract@^1.13.0, es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.5.0, es-abstract@^1.5.1:
13011301
version "1.17.4"
13021302
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
13031303
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
@@ -1314,7 +1314,7 @@ es-abstract@^1.10.0, es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.13
13141314
string.prototype.trimleft "^2.1.1"
13151315
string.prototype.trimright "^2.1.1"
13161316

1317-
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
1317+
es-to-primitive@^1.2.1:
13181318
version "1.2.1"
13191319
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
13201320
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
@@ -1612,11 +1612,6 @@ extsprintf@^1.2.0:
16121612
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
16131613
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
16141614

1615-
fast-deep-equal@^2.0.1:
1616-
version "2.0.1"
1617-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
1618-
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
1619-
16201615
fast-deep-equal@^3.1.1:
16211616
version "3.1.1"
16221617
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
@@ -1632,7 +1627,7 @@ fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
16321627
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
16331628
integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
16341629

1635-
fast-levenshtein@~2.0.4, fast-levenshtein@~2.0.6:
1630+
fast-levenshtein@~2.0.6:
16361631
version "2.0.6"
16371632
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
16381633
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
@@ -1986,7 +1981,7 @@ has-values@^1.0.0:
19861981
is-number "^3.0.0"
19871982
kind-of "^4.0.0"
19881983

1989-
has@^1.0.1, has@^1.0.3:
1984+
has@^1.0.3:
19901985
version "1.0.3"
19911986
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
19921987
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -5054,11 +5049,6 @@ wordwrap@~0.0.2:
50545049
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
50555050
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
50565051

5057-
wordwrap@~1.0.0:
5058-
version "1.0.0"
5059-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
5060-
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
5061-
50625052
wrap-ansi@^2.0.0:
50635053
version "2.1.0"
50645054
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)