mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
chore(v2): migrate hapi/joi to joi (#3638)
This commit is contained in:
parent
a64a34f077
commit
69bf68ae57
28 changed files with 58 additions and 79 deletions
|
@ -5,7 +5,7 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
const Joi = require('@hapi/joi');
|
||||
const Joi = require('joi');
|
||||
const path = require('path');
|
||||
|
||||
const DEFAULT_OPTIONS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue