Skip to content

Commit 76552ed

Browse files
committed
docs(react-router): updating dependencies, reverting phrasing change
1 parent d0f6f2f commit 76552ed

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/react/add-to-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ setupIonicReact();
6464

6565
:::info
6666

67-
While `core.css` is required, `normalize.css`, `structure.css`, and `typography.css` are recommended but not required. They normalize cross-browser differences, handle scrolling behavior, and provide consistent typography and form styling. Without them, you may need to handle these concerns yourself. For more details, refer to [Global Stylesheets](/docs/layout/global-stylesheets.md).
67+
While `core.css` is required, `normalize.css`, `structure.css`, and `typography.css` are recommended but not required. They normalize cross-browser differences, ensure proper scrolling behavior, and provide consistent typography and form styling. Without them, you may need to handle these concerns yourself. For more details, refer to [Global Stylesheets](/docs/layout/global-stylesheets.md).
6868

6969
:::
7070

static/code/stackblitz/v9/react/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
"@types/node": "^24.0.0",
99
"@types/react": "^19.0.0",
1010
"@types/react-dom": "^19.0.0",
11-
"@types/react-router": "^5.1.11",
12-
"@types/react-router-dom": "^5.1.7",
1311
"@vitejs/plugin-react": "^5.0.0",
1412
"clsx": "^2.0.0",
1513
"react": "^19.0.0",
1614
"react-dom": "^19.0.0",
17-
"react-router": "^5.2.0",
18-
"react-router-dom": "^5.2.0",
15+
"react-router": "^6.0.0",
16+
"react-router-dom": "^6.0.0",
1917
"typescript": "~5.9.0",
2018
"vite": "^7.0.0",
2119
"web-vitals": "^5.0.0"

0 commit comments

Comments
 (0)