mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
chore: upgrade dependencies (#8534)
* chore: upgrade dependencies * FIxes * Bump again
This commit is contained in:
parent
64c6b5c100
commit
e8a07633ba
51 changed files with 3126 additions and 3144 deletions
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"npm-to-yarn": "^1.0.1",
|
||||
"tslib": "^2.4.0",
|
||||
"npm-to-yarn": "^1.2.1",
|
||||
"tslib": "^2.4.1",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
import visit from 'unist-util-visit';
|
||||
// @ts-expect-error: this package provides CJS
|
||||
import npmToYarn from 'npm-to-yarn';
|
||||
import type {Code, Content, Literal} from 'mdast';
|
||||
import type {Plugin} from 'unified';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue