Skip to content

docs: bump Docusaurus to 2.4.0 #952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
},
"packageManager": "yarn@3.4.1",
"resolutions": {
"body-parser/qs": "^6.7.3",
"npm/chalk": "^4.1.2"
},
"jest": {
Expand Down
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
prism: {
theme: require('prism-react-renderer/themes/vsDark'),
darkTheme: require('prism-react-renderer/themes/vsDark'),
lightTheme: require('prism-react-renderer/themes/vsLight'),
},
navbar: {
title: 'Async Storage',
Expand Down
15 changes: 10 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"private": true,
"name": "async-storage-website",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"deploy": "docusaurus deploy"
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"start": "docusaurus start"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-0",
"@docusaurus/preset-classic": "^2.0.0-0",
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"classnames": "^2.2.6",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"resolutions": {
"recursive-readdir/minimatch": "^3.0.5",
"serve-handler/minimatch": "^3.0.5"
},
"browserslist": {
"production": [
">0.2%",
Expand Down
Loading