mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
chore: release Docusaurus 3.1.1 examples (#9797)
This commit is contained in:
parent
3c08441eab
commit
e5f9388b94
3 changed files with 490 additions and 489 deletions
|
@ -28,7 +28,7 @@ tags: [greetings]
|
||||||
|
|
||||||
Congratulations, you have made your first post!
|
Congratulations, you have made your first post!
|
||||||
|
|
||||||
Feel free to play around and edit this post as much you like.
|
Feel free to play around and edit this post as much as you like.
|
||||||
```
|
```
|
||||||
|
|
||||||
A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
|
A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
"dev": "docusaurus start"
|
"dev": "docusaurus start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.1.0",
|
"@docusaurus/core": "3.1.1",
|
||||||
"@docusaurus/preset-classic": "3.1.0",
|
"@docusaurus/preset-classic": "3.1.1",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.3.0",
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"react-dom": "^18.0.0"
|
"react-dom": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "3.1.0",
|
"@docusaurus/module-type-aliases": "3.1.1",
|
||||||
"@docusaurus/types": "3.1.0"
|
"@docusaurus/types": "3.1.1"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue