Skip to content

Commit 0488182

Browse files
committed
Update dependencies of website
1 parent f0ed79e commit 0488182

File tree

3 files changed

+3216
-3765
lines changed

3 files changed

+3216
-3765
lines changed

website/docs/introduction/getting-started.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,11 @@ In addition to skipping unnecessary recalculations, `memoizedSelectCompletedTodo
170170
is typically the entire Redux store state.
171171
- <InternalLinks.InputSelectors text={<b>Input Selectors</b>} />
172172
: Basic selector functions used as building blocks for creating a memoized
173-
selector. They are passed as the first argument(s) to <InternalLinks.CreateSelector />
173+
selector. They are passed as the first argument(s) to
174+
<InternalLinks.CreateSelector />
174175
, and are called with all selector arguments. They are responsible for
175-
extracting and providing necessary values to the <InternalLinks.ResultFunction />
176-
.
176+
extracting and providing necessary values to the
177+
<InternalLinks.ResultFunction />.
177178
- <InternalLinks.OutputSelector text={<b>Output Selector</b>} />
178179
: The actual memoized selectors created by <InternalLinks.CreateSelector />.
179180
- <InternalLinks.ResultFunction text={<b>Result Function</b>} />

website/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"typecheck": "tsc"
1919
},
2020
"dependencies": {
21-
"@docusaurus/core": "3.0.0",
22-
"@docusaurus/preset-classic": "3.0.0",
23-
"@docusaurus/theme-classic": "^3.5.2",
24-
"@mdx-js/react": "^3.0.0",
25-
"clsx": "^1.2.1",
26-
"docusaurus-plugin-image-zoom": "^2.0.0",
27-
"prism-react-renderer": "^2.1.0",
28-
"react": "^18.2.0",
29-
"react-dom": "^18.2.0"
21+
"@docusaurus/core": "^3.7.0",
22+
"@docusaurus/preset-classic": "^3.7.0",
23+
"@docusaurus/theme-classic": "^3.7.0",
24+
"@mdx-js/react": "^3.1.0",
25+
"clsx": "^2.1.1",
26+
"docusaurus-plugin-image-zoom": "^3.0.1",
27+
"prism-react-renderer": "^2.4.1",
28+
"react": "^19.0.0",
29+
"react-dom": "^19.0.0"
3030
},
3131
"devDependencies": {
32-
"@docusaurus/module-type-aliases": "3.0.0",
33-
"@docusaurus/tsconfig": "3.0.0",
34-
"@docusaurus/types": "3.0.0",
35-
"@types/node": "^22.7.2",
36-
"@types/react": "^18.3.9",
32+
"@docusaurus/module-type-aliases": "^3.7.0",
33+
"@docusaurus/tsconfig": "^3.7.0",
34+
"@docusaurus/types": "^3.7.0",
35+
"@types/node": "^22.13.5",
36+
"@types/react": "^19.0.10",
3737
"netlify-plugin-cache": "^1.0.3",
38-
"prettier": "^3.1.0",
39-
"rimraf": "^5.0.5",
40-
"ts-node": "^10.9.1",
41-
"typescript": "~5.2.2"
38+
"prettier": "^3.5.2",
39+
"rimraf": "^6.0.1",
40+
"ts-node": "^10.9.2",
41+
"typescript": "^5.7.3"
4242
},
4343
"browserslist": {
4444
"production": [

0 commit comments

Comments
 (0)