Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Aug 7, 2024
1 parent 97b7c92 commit 5a871a4
Show file tree
Hide file tree
Showing 4 changed files with 7,407 additions and 4,321 deletions.
4 changes: 2 additions & 2 deletions www/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').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;

const generateSourceLinkTemplate = (gitRevision) =>
`https://github.com/starknet-io/starknet.js/blob/${
Expand Down
Loading

0 comments on commit 5a871a4

Please sign in to comment.