Skip to content

Commit 0a1ed14

Browse files
committed
update docusaurus
1 parent f4521ce commit 0a1ed14

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

website/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react": "18.3.1",
2727
"react-animate-height": "3.2.3",
2828
"react-dom": "18.3.1",
29-
"react-parallax-tilt": "1.7.240"
29+
"react-parallax-tilt": "1.7.242"
3030
},
3131
"devDependencies": {
3232
"@docusaurus/module-type-aliases": "3.5.2",
@@ -45,7 +45,7 @@
4545
"postcss": "8.4.47",
4646
"prettier": "3.3.3",
4747
"prettier-plugin-tailwindcss": "0.6.6",
48-
"tailwindcss": "3.4.12",
48+
"tailwindcss": "3.4.13",
4949
"typescript": "5.6.2"
5050
},
5151
"browserslist": {

website/src/pages/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ export const Foo = ({ name, score }: FooProps) => {...
10941094
- Data fetching is only allowed in container components.
10951095
- Use of server-state library is encouraged ([react-query](https://github.com/tanstack/query), [apollo client](https://github.com/apollographql/apollo-client)...).
10961096
- Use of client-state library for global state is discouraged.
1097-
Reconsider if something should be truly global across application, e.g. `themeMode`, `Permissions` or even that can be put in server-state (e.g. user settings - `/me` endpoint). If still global state is truly needed use [Zustand](https://github.com/pmndrs/zustand) or Context.
1097+
Reconsider if something should be truly global across application, e.g. `themeMode`, `Permissions` or even that can be put in server-state (e.g. user settings - `/me` endpoint). If still global state is truly needed use [Zustand](https://github.com/pmndrs/zustand) or [Context](https://react.dev/reference/react/createContext).
10981098
10991099
## Appendix - Tests
11001100

0 commit comments

Comments
 (0)