Skip to content

Commit c53318d

Browse files
Update reactrouter monorepo to v6.0.0-alpha.3 (#17)
1 parent f70c38d commit c53318d

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

shared-routing/dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@material-ui/icons": "^4.9.1",
2525
"react": "^16.13.0",
2626
"react-dom": "^16.13.0",
27-
"react-router": "6.0.0-alpha.2",
28-
"react-router-dom": "6.0.0-alpha.2",
27+
"react-router": "6.0.0-alpha.3",
28+
"react-router-dom": "6.0.0-alpha.3",
2929
"recharts": "^1.8.5"
3030
}
3131
}

shared-routing/profile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@material-ui/icons": "^4.9.1",
2626
"react": "^16.13.0",
2727
"react-dom": "^16.13.0",
28-
"react-router": "6.0.0-alpha.2",
29-
"react-router-dom": "6.0.0-alpha.2",
28+
"react-router": "6.0.0-alpha.3",
29+
"react-router-dom": "6.0.0-alpha.3",
3030
"recharts": "^1.8.5"
3131
}
3232
}

shared-routing/sales/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@material-ui/icons": "^4.9.1",
2525
"react": "^16.13.0",
2626
"react-dom": "^16.13.0",
27-
"react-router": "6.0.0-alpha.2",
28-
"react-router-dom": "6.0.0-alpha.2",
27+
"react-router": "6.0.0-alpha.3",
28+
"react-router-dom": "6.0.0-alpha.3",
2929
"recharts": "^1.8.5"
3030
}
3131
}

shared-routing/shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@material-ui/icons": "^4.9.1",
2525
"react": "^16.13.0",
2626
"react-dom": "^16.13.0",
27-
"react-router": "6.0.0-alpha.2",
28-
"react-router-dom": "6.0.0-alpha.2"
27+
"react-router": "6.0.0-alpha.3",
28+
"react-router-dom": "6.0.0-alpha.3"
2929
}
3030
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10314,10 +10314,10 @@ react-resize-detector@^2.3.0:
1031410314
prop-types "^15.6.0"
1031510315
resize-observer-polyfill "^1.5.0"
1031610316

10317-
react-router-dom@6.0.0-alpha.2:
10318-
version "6.0.0-alpha.2"
10319-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.2.tgz#fd79fa09cad791ff2f55fab9246fae49bec912a4"
10320-
integrity sha512-c0lRIHtxVGj83jDy/HtBhNwJMfNiiDVdIgZ/Y8nUbyLMpl84Lrtfl3s8WQ0S2IVt6yHtbX6THlYUKYru7wQsuQ==
10317+
react-router-dom@6.0.0-alpha.3:
10318+
version "6.0.0-alpha.3"
10319+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.3.tgz#295aa7691de913b81f481b7cb14418e3b2f08edf"
10320+
integrity sha512-3Fu9Az+ofgv58WxtaPokADdNXJmxE6td5na2HFIN0cgRBYo2TPJ83KlIt4XCNvq1Y473pr8hOkD621CmauztEw==
1032110321
dependencies:
1032210322
history "5.0.0-beta.4"
1032310323
prop-types "^15.7.2"
@@ -10351,10 +10351,10 @@ react-router@5.1.2, react-router@^5.1.2:
1035110351
tiny-invariant "^1.0.2"
1035210352
tiny-warning "^1.0.0"
1035310353

10354-
react-router@6.0.0-alpha.2:
10355-
version "6.0.0-alpha.2"
10356-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.2.tgz#cfed9b59e88109f124f6164108b95d4fc8851a77"
10357-
integrity sha512-pQyM4qQfkB2PYzf5O43RKi6nMrdFrUyHfkFRpY3Y/RjgzLljQ8CKy+ePoBSAL94t7WKDew0ArSTUOv1C1uiDVg==
10354+
react-router@6.0.0-alpha.3:
10355+
version "6.0.0-alpha.3"
10356+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.3.tgz#c031a5262801315571f8b609620ae9c1b083dee3"
10357+
integrity sha512-Evp8ua5c7rFDIuF0KK/tkzbh7aPIWWyjWKr3yOLNine1liiphHZidDL/5jLTBjE9HN0/vdCZPuV2VWjZ82TShA==
1035810358
dependencies:
1035910359
history "5.0.0-beta.4"
1036010360
prop-types "^15.7.2"

0 commit comments

Comments
 (0)