Skip to content

Commit

Permalink
chore: release Docusaurus 3.1.1 examples (#9797)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jan 26, 2024
1 parent 3c08441 commit e5f9388
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 511 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial-basics/create-a-blog-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tags: [greetings]

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).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"dev": "docusaurus start"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/types": "3.1.0"
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit e5f9388

Please sign in to comment.