mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
fix(website): remove skipLibCheck (#7147)
This commit is contained in:
parent
7a61eed3dd
commit
25ba91fd4d
3 changed files with 9 additions and 8 deletions
|
@ -57,7 +57,7 @@
|
|||
"raw-loader": "^4.0.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-medium-image-zoom": "^4.3.6",
|
||||
"react-medium-image-zoom": "^4.3.7",
|
||||
"react-popper": "^2.2.5",
|
||||
"rehype-katex": "^6.0.2",
|
||||
"remark-math": "^3.0.1",
|
||||
|
|
|
@ -6,9 +6,10 @@
|
|||
"baseUrl": ".",
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
// Work around a type error in react-medium-image-zoom.
|
||||
// https://github.com/rpearce/image-zoom/pull/303
|
||||
"skipLibCheck": true,
|
||||
// This is important. We run `yarn tsc` in website so we can catch issues
|
||||
// with our declaration files (mostly name that are forgotten to be
|
||||
// imported). Removing this would make things harder to catch.
|
||||
"skipLibCheck": false,
|
||||
"types": ["@types/jest"]
|
||||
},
|
||||
"exclude": ["src/sw.js"]
|
||||
|
|
|
@ -15559,10 +15559,10 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.10.3"
|
||||
|
||||
react-medium-image-zoom@^4.3.6:
|
||||
version "4.3.6"
|
||||
resolved "https://registry.yarnpkg.com/react-medium-image-zoom/-/react-medium-image-zoom-4.3.6.tgz#75c874fa219ba1f29e23ae75f9a5affe74e9bc61"
|
||||
integrity sha512-fIetmbdwshFahTX3WICIDZdJ+loxp/RGfax7z8ov2qdBzbBEqPveQn8U18oj+e1mQdnV2UjmY3YY035k2XPFZA==
|
||||
react-medium-image-zoom@^4.3.7:
|
||||
version "4.3.7"
|
||||
resolved "https://registry.npmmirror.com/react-medium-image-zoom/-/react-medium-image-zoom-4.3.7.tgz#06c0771401c6de312a85843d1feebd15641a969b"
|
||||
integrity sha512-Vg1M8CIX1EfhfSsmNc2tHP+8KjPDo9e5/zEDaSsfeTBHI82wjEvW3Lgb4k3jdWILPZVOWhM+7QHyDaAzghlvaQ==
|
||||
dependencies:
|
||||
focus-options-polyfill "1.2.0"
|
||||
react-use "^17.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue