Skip to content

Commit

Permalink
Merge pull request #220 from cuaklabs/chore/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
notaphplover authored Jul 16, 2023
2 parents 78fc0cd + e1b8f84 commit f54fdd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @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 lightCodeTheme = require("prism-react-renderer").github;
const darkCodeTheme = require("prism-react-renderer").dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "1.6.22",
"@types/react": "17.0.47",
"clsx": "1.2.1",
"prism-react-renderer": "1.3.5",
"clsx": "2.0.0",
"prism-react-renderer": "2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand All @@ -34,7 +34,7 @@
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/plugin-content-docs": "2.4.1",
"@docusaurus/types": "2.4.1",
"@tsconfig/docusaurus": "1.0.7",
"@tsconfig/docusaurus": "2.0.0",
"@types/node": "18.16.19",
"husky": "8.0.3",
"ts-node": "10.9.1",
Expand Down

0 comments on commit f54fdd5

Please sign in to comment.