Skip to content

Commit cae215f

Browse files
committed
chore:修改案例react-router版本
1 parent 8b61f26 commit cae215f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"react": "~17.0.2",
3434
"react-dom": "~17.0.2",
3535
"react-redux": "~7.2.6",
36-
"react-router": "^6.2.1",
37-
"react-router-dom": "^6.2.1",
36+
"react-router": "~6.2.1",
37+
"react-router-dom": "~6.2.1",
3838
"swr": "^1.3.0",
3939
"uiw": "^4.21.13"
4040
},
@@ -78,4 +78,4 @@
7878
"last 1 safari version"
7979
]
8080
}
81-
}
81+
}

examples/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@uiw/reset.css": "1.0.5",
3838
"react": "~17.0.2",
3939
"react-dom": "~17.0.2",
40-
"react-router": "^6.2.1",
41-
"react-router-dom": "^6.2.1",
40+
"react-router": "~6.2.1",
41+
"react-router-dom": "~6.2.1",
4242
"react-test-renderer": "17.0.2",
4343
"uiw": "^4.21.13",
4444
"uiw-admin": "5.3.20"
@@ -65,4 +65,4 @@
6565
"last 1 safari version"
6666
]
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)