Skip to content

Commit da6c44e

Browse files
committed
Remove unused dependecies
1 parent 5c26f0f commit da6c44e

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"http-server": "~0.12.3",
7676
"husky": "~4.2.5",
7777
"jest": "~26.0.1",
78-
"jsonc": "~2.0.0",
7978
"lint-staged": "~10.2.4",
8079
"prettier": "~2.0.5",
8180
"rimraf": "~3.0.2",

yarn.lock

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,11 +2902,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
29022902
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
29032903
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
29042904

2905-
fast-safe-stringify@^2.0.6:
2906-
version "2.0.7"
2907-
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743"
2908-
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
2909-
29102905
fb-watchman@^2.0.0:
29112906
version "2.0.1"
29122907
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -3176,7 +3171,7 @@ globals@^12.1.0:
31763171
dependencies:
31773172
type-fest "^0.8.1"
31783173

3179-
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.2.4:
3174+
graceful-fs@^4.1.11, graceful-fs@^4.2.4:
31803175
version "4.2.4"
31813176
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
31823177
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
@@ -4224,18 +4219,6 @@ json5@^2.1.2:
42244219
dependencies:
42254220
minimist "^1.2.5"
42264221

4227-
jsonc@~2.0.0:
4228-
version "2.0.0"
4229-
resolved "https://registry.yarnpkg.com/jsonc/-/jsonc-2.0.0.tgz#9e2a25100d164a9bb864c57517563717fa882551"
4230-
integrity sha512-B281bLCT2TRMQa+AQUQY5AGcqSOXBOKaYGP4wDzoA/+QswUfN8sODektbPEs9Baq7LGKun5jQbNFpzwGuVYKhw==
4231-
dependencies:
4232-
fast-safe-stringify "^2.0.6"
4233-
graceful-fs "^4.1.15"
4234-
mkdirp "^0.5.1"
4235-
parse-json "^4.0.0"
4236-
strip-bom "^4.0.0"
4237-
strip-json-comments "^3.0.1"
4238-
42394222
jsprim@^1.2.2:
42404223
version "1.4.1"
42414224
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -5989,11 +5972,6 @@ strip-json-comments@^2.0.0:
59895972
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
59905973
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
59915974

5992-
strip-json-comments@^3.0.1:
5993-
version "3.0.1"
5994-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
5995-
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
5996-
59975975
strip-json-comments@^3.1.0:
59985976
version "3.1.0"
59995977
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"

0 commit comments

Comments
 (0)