1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

react-router v6.0.1 (#758)

This commit is contained in:
nobody
2021-11-06 08:21:11 +01:00
parent d825ab1789
commit 555f21fb23
6 changed files with 22 additions and 0 deletions

View File

@@ -529,6 +529,8 @@ targets.setLastVersion = function (type, version) {
return '7.2.6';
} else if (type.startsWith('/react-router/5.')) {
return '5.2.1';
} else if (type.startsWith('/react-router/6.')) {
return '6.0.1';
} else if (type.startsWith('/react-side-effect/')) {
return '2.1.1';
} else if (type.startsWith('/react-lifecycles-compat/')) {