Skip to content

Commit

Permalink
Merge pull request #647 from lukso-network/update-docusaurus2.4.3
Browse files Browse the repository at this point in the history
Update docusaurus to 2.4.3
  • Loading branch information
Hugoo authored Sep 26, 2023
2 parents 7fec27d + 50f14a0 commit 2255a33
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 200 deletions.
2 changes: 1 addition & 1 deletion docs/tools/lsp-smart-contracts/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ import {
} from '@lukso/lsp-smart-contracts/constants.js';
```

You can find the [interface IDs](../../contracts/interface-ids.md) of the smart contracts in or more information in the [`README.md`](https://github.com/lukso-network/lsp-smart-contracts/blob/develop/README.md).
You can find the [interface IDs](../../contracts/interface-ids) of the smart contracts in or more information in the [`README.md`](https://github.com/lukso-network/lsp-smart-contracts/blob/develop/README.md).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"prettier": "prettier \"src/**/*.js\" \"docs/**/*.md\" --check"
},
"dependencies": {
"@docusaurus/core": "^2.4.0",
"@docusaurus/plugin-client-redirects": "^2.4.0",
"@docusaurus/plugin-google-gtag": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/core": "^2.4.3",
"@docusaurus/plugin-client-redirects": "^2.4.3",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit 2255a33

Please sign in to comment.