react-router-dom-v5-compat 6.21.0 → 6.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# `react-router-dom-v5-compat`
|
|
2
2
|
|
|
3
|
+
## 6.21.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `react-router@6.21.1`
|
|
9
|
+
- `react-router-dom@6.21.1`
|
|
10
|
+
|
|
3
11
|
## 6.21.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -108,7 +116,7 @@
|
|
|
108
116
|
<BrowserRouter>
|
|
109
117
|
<Routes>
|
|
110
118
|
<Route path="dashboard">
|
|
111
|
-
<Route path="*" element={<Dashboard />} />
|
|
119
|
+
<Route index path="*" element={<Dashboard />} />
|
|
112
120
|
</Route>
|
|
113
121
|
</Routes>
|
|
114
122
|
</BrowserRouter>
|
package/dist/index.js
CHANGED
package/dist/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-dom-v5-compat",
|
|
3
|
-
"version": "6.21.
|
|
3
|
+
"version": "6.21.1",
|
|
4
4
|
"description": "Migration path to React Router v6 from v4/5",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"history": "^5.3.0",
|
|
27
|
-
"react-router": "6.21.
|
|
27
|
+
"react-router": "6.21.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": ">=16.8",
|