Skip to content

Commit

Permalink
Merge pull request #58 from PastVu/docusaurus352
Browse files Browse the repository at this point in the history
Update docusaurus to 3.5.2
  • Loading branch information
kabalin authored Oct 5, 2024
2 parents b01a9e4 + 7be2ec4 commit 592b3a5
Show file tree
Hide file tree
Showing 2 changed files with 2,778 additions and 1,931 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastvudocs",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -17,10 +17,10 @@
"lint:spelling": "cspell \"**\" --no-progress"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/plugin-client-redirects": "3.0.0",
"@docusaurus/plugin-google-gtag": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-client-redirects": "3.5.2",
"@docusaurus/plugin-google-gtag": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.5",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@cspell/dict-ru_ru": "^2.0.5",
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/tsconfig": "^3.0.0",
"cspell": "^6.29.0",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 592b3a5

Please sign in to comment.