Skip to content

Commit

Permalink
chore: update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Jan 16, 2024
1 parent bc063d5 commit 21b678c
Show file tree
Hide file tree
Showing 4 changed files with 3,706 additions and 3,286 deletions.
2 changes: 1 addition & 1 deletion docs/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sidebar_position: 10

## 0.0.7 - 2022/01/17

- Fix: Datepicker use import {default} :(
- Fix: Datepicker use import default :(
- Fix: Datepicker hiding when adding a time

## 0.0.6 - 2022/01/17
Expand Down
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Visual Editor",
tagline: "Edit your page block by block",
url: "https://boxraiser.github.io/visual-editor",
url: "https://boxraiser.github.io",
baseUrl: "/visual-editor/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"dev": "docusaurus start --port 3002",
Expand All @@ -9,13 +9,13 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^18.0",
"react-dom": "^18.0"
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 21b678c

Please sign in to comment.