Skip to content

Commit

Permalink
website: downgrade docusaurus and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 4, 2024
1 parent 7b84d59 commit ba3e971
Show file tree
Hide file tree
Showing 3 changed files with 1,348 additions and 1,951 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.js",
"dependencies": {},
"peerDependencies": {
"prettier": "^3.2.5",
"prettier": "^2.8.8",
"typescript": "^5.3.3"
},
"license": "MIT"
Expand Down
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-live-codeblock": "^3.2.1",
"@mdx-js/react": "^3.0.1",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-live-codeblock": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^5.4.5"
},
"browserslist": {
Expand Down
Loading

0 comments on commit ba3e971

Please sign in to comment.