Skip to content

Commit f31c9fd

Browse files
author
harish-sethuraman
authored
Remove unwanted dependency (#4083)
1 parent e206d8c commit f31c9fd

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

beta/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,13 @@
2323
"@docsearch/css": "3.0.0-alpha.41",
2424
"@docsearch/react": "3.0.0-alpha.41",
2525
"@headlessui/react": "^1.3.0",
26-
"@mdx-js/mdx": "^1.6.16",
2726
"@mdx-js/react": "^1.6.16",
28-
"@mdx-js/tag": "^0.20.3",
2927
"@next/plugin-google-analytics": "^10.0.6",
30-
"add": "^2.0.6",
3128
"body-scroll-lock": "^3.1.3",
3229
"classnames": "^2.2.6",
33-
"copy-to-clipboard": "^3.3.1",
3430
"date-fns": "^2.16.1",
3531
"debounce": "^1.2.1",
3632
"github-slugger": "^1.3.0",
37-
"hex2rgba": "^0.0.1",
3833
"next": "^12.0.3-canary.2",
3934
"parse-numeric-range": "^1.2.0",
4035
"react": "18.0.0-alpha-930c9e7ee-20211015",

beta/yarn.lock

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"@mdx-js/react" "1.6.22"
702702
loader-utils "2.0.0"
703703

704-
"@mdx-js/mdx@1.6.22", "@mdx-js/mdx@^1.6.16":
704+
"@mdx-js/mdx@1.6.22":
705705
version "1.6.22"
706706
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
707707
integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==
@@ -731,11 +731,6 @@
731731
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
732732
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
733733

734-
"@mdx-js/tag@^0.20.3":
735-
version "0.20.3"
736-
resolved "https://registry.yarnpkg.com/@mdx-js/tag/-/tag-0.20.3.tgz#9e2306040b6469248c45a5f5baf44d0014db0493"
737-
integrity sha512-Co3gUFmNDv9z2LjuvLTpTj2NaOSHFxuoZjohcG0YK/KfECO+Ns9idzThMYjfEDe1vAf4c824rqlBYseedJdFNw==
738-
739734
"@mdx-js/util@1.6.22":
740735
version "1.6.22"
741736
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -1064,11 +1059,6 @@ acorn@^7.0.0, acorn@^7.1.1:
10641059
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
10651060
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
10661061

1067-
add@^2.0.6:
1068-
version "2.0.6"
1069-
resolved "https://registry.yarnpkg.com/add/-/add-2.0.6.tgz#248f0a9f6e5a528ef2295dbeec30532130ae2235"
1070-
integrity sha1-JI8Kn25aUo7yKV2+7DBTITCuIjU=
1071-
10721062
ajv@^6.10.0, ajv@^6.10.2:
10731063
version "6.12.6"
10741064
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1760,13 +1750,6 @@ convert-source-map@^1.7.0:
17601750
dependencies:
17611751
safe-buffer "~5.1.1"
17621752

1763-
copy-to-clipboard@^3.3.1:
1764-
version "3.3.1"
1765-
resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz#115aa1a9998ffab6196f93076ad6da3b913662ae"
1766-
integrity sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==
1767-
dependencies:
1768-
toggle-selection "^1.0.6"
1769-
17701753
core-js-pure@^3.19.0:
17711754
version "3.19.1"
17721755
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.19.1.tgz#edffc1fc7634000a55ba05e95b3f0fe9587a5aa4"
@@ -2859,11 +2842,6 @@ hex-color-regex@^1.1.0:
28592842
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
28602843
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
28612844

2862-
hex2rgba@^0.0.1:
2863-
version "0.0.1"
2864-
resolved "https://registry.yarnpkg.com/hex2rgba/-/hex2rgba-0.0.1.tgz#8701ba1c6ec02c204504158407c1c4b47a9336ed"
2865-
integrity sha1-hwG6HG7ALCBFBBWEB8HEtHqTNu0=
2866-
28672845
hmac-drbg@^1.0.1:
28682846
version "1.0.1"
28692847
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5611,11 +5589,6 @@ to-regex-range@^5.0.1:
56115589
dependencies:
56125590
is-number "^7.0.0"
56135591

5614-
toggle-selection@^1.0.6:
5615-
version "1.0.6"
5616-
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
5617-
integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI=
5618-
56195592
toidentifier@1.0.0:
56205593
version "1.0.0"
56215594
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"

0 commit comments

Comments
 (0)