Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance(bcd): Remove use of @mdn/bcd-utils-api in testing #10186

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove @mdn/bcd-utils-api altogether
  • Loading branch information
queengooborg committed Dec 14, 2023
commit 282cfc150a7bbaf0b05cc21ecb63437686ab0ba0
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@codemirror/state": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@fast-csv/parse": "^4.3.6",
"@mdn/bcd-utils-api": "^0.0.5",
"@mdn/browser-compat-data": "^5.4.5",
"@mozilla/glean": "2.0.5",
"@sentry/integrations": "^7.87.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,11 +2214,6 @@
dependencies:
call-bind "^1.0.2"

"@mdn/bcd-utils-api@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@mdn/bcd-utils-api/-/bcd-utils-api-0.0.5.tgz#9587c6b592e87f8a5ccab80ccdd8b5184f867922"
integrity sha512-+8zfCGZzBoAoLK6jYnOm9Xa2LcdNRDVrUXatuBNuGJHyt7tpR+k/+de2LSGHiU34TYrfAXk7g9x8/IpXR+4zhw==

"@mdn/browser-compat-data@^5.4.5":
version "5.4.5"
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.4.5.tgz#9ac6b967ef372098a802dd8efa4766cf25c525d9"
Expand Down
Loading