Skip to content

Commit

Permalink
ci(website): fix Prettier conflict (#2383)
Browse files Browse the repository at this point in the history
* chore(website): update dependencies manually

* ci(website): fix Prettier conflict
  • Loading branch information
wellwelwel committed Jan 18, 2024
1 parent 5c1b356 commit ba8fafb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -24,7 +24,7 @@
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
"docusaurus-plugin-sass": "^0.2.5",
"lucide-react": "^0.311.0",
"lucide-react": "^0.312.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions website/tsconfig.json
Expand Up @@ -8,7 +8,7 @@
"strict": true,
"alwaysStrict": true,
"strictFunctionTypes": true,
"noUnusedLocals": true
"noUnusedLocals": true,
},
"exclude": ["static", "build", ".docusaurus"]
"exclude": ["static", "build", ".docusaurus"],
}

0 comments on commit ba8fafb

Please sign in to comment.