mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-05 19:07:48 +02:00
chore: clean up dev dependency declarations (#6055)
* chore: clean up dev dependency declarations * Fix prettier version
This commit is contained in:
parent
58720c93e8
commit
fb6393fdce
16 changed files with 78 additions and 70 deletions
10
packages/docusaurus-migrate/src/deps.d.ts
vendored
Normal file
10
packages/docusaurus-migrate/src/deps.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
declare module '@mapbox/hast-util-to-jsx';
|
||||
|
||||
declare module 'hast-util-to-string';
|
Loading…
Add table
Add a link
Reference in a new issue