mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
chore: prepare v2.0.0-beta.7 release (#5713)
* chore: prepare v2.0.0-beta.7 release * v2.0.0-beta.7
This commit is contained in:
parent
1361a5a38e
commit
877373e108
103 changed files with 13646 additions and 134 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/utils",
|
||||
"version": "2.0.0-beta.6",
|
||||
"version": "2.0.0-beta.7",
|
||||
"description": "Node utility functions for Docusaurus packages.",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docusaurus/types": "2.0.0-beta.6",
|
||||
"@docusaurus/types": "2.0.0-beta.7",
|
||||
"@mdx-js/runtime": "^1.6.22",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"chalk": "^4.1.2",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"gray-matter": "^4.0.3",
|
||||
"lodash": "^4.17.20",
|
||||
"micromatch": "^4.0.4",
|
||||
"remark-mdx-remove-imports": "^1.6.22",
|
||||
"remark-mdx-remove-exports": "^1.6.22",
|
||||
"remark-mdx-remove-imports": "^1.6.22",
|
||||
"resolve-pathname": "^3.0.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue