Skip to content

Commit

Permalink
chore: vendor MDX deps for Jest and the MDX 2 upgrade (#8515)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jan 6, 2023
1 parent 773529a commit 5a59378
Show file tree
Hide file tree
Showing 10 changed files with 58,495 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"*.xyz",
"*.docx",
"versioned_docs",
"*.min.*"
"*.min.*",
"jest/vendor"
],
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"]
}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build
coverage
jest.config.js
jest.transform.js
jest/vendor
examples/

packages/lqip-loader/lib/
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_modules
build
coverage
.docusaurus

jest/vendor

packages/lqip-loader/lib/
packages/docusaurus/lib/
packages/docusaurus-*/lib/*
Expand Down
Loading

0 comments on commit 5a59378

Please sign in to comment.