diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:29:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:29:32 -0700 |
| commit | 4f8f9a25fc25275e81b56c350888a4d73c57b578 (patch) | |
| tree | 938f551bd00b75e76b280c871df4bfcfcad55013 /package.json | |
| parent | fix: Badge style (diff) | |
| download | site-4f8f9a25fc25275e81b56c350888a4d73c57b578.tar.xz site-4f8f9a25fc25275e81b56c350888a4d73c57b578.zip | |
docs: Add dev-env setup instructions
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 253dfed..e52d303 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "2.0.0-alpha.72", - "@docusaurus/plugin-ideal-image": "^2.0.0-alpha.72", - "@docusaurus/preset-classic": "2.0.0-alpha.72", - "@docusaurus/theme-live-codeblock": "^2.0.0-alpha.72", + "@docusaurus/core": "^2.0.0-alpha.74", + "@docusaurus/plugin-ideal-image": "^2.0.0-alpha.74", + "@docusaurus/preset-classic": "^2.0.0-alpha.74", + "@docusaurus/theme-live-codeblock": "^2.0.0-alpha.74", "@mdx-js/react": "^1.6.21", "clsx": "^1.1.1", "dotenv": "^8.2.0", |