mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
fix(v2): Export Joi from validation-utils package (#4459)
This commit is contained in:
parent
03f4a92035
commit
60d189a91c
27 changed files with 26 additions and 27 deletions
|
@ -34,7 +34,6 @@
|
|||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.2",
|
||||
"import-fresh": "^3.2.2",
|
||||
"joi": "^17.4.0",
|
||||
"loader-utils": "^1.2.3",
|
||||
"lodash": "^4.17.20",
|
||||
"remark-admonitions": "^1.2.1",
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import * as Joi from 'joi';
|
||||
import {PluginOptions} from './types';
|
||||
import {
|
||||
Joi,
|
||||
RemarkPluginsSchema,
|
||||
RehypePluginsSchema,
|
||||
AdmonitionsSchema,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue