Skip to content

Commit 3479557

Browse files
committed
Use latest tag for 7.x deps
1 parent 90b7135 commit 3479557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/react-navigation-versions.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ const query = async (name, tag) => {
2929
return pkg;
3030
};
3131

32-
export default function friendsPlugin(context, options) {
32+
export default function reactNavigationVersionsPlugin(context, options) {
3333
return {
3434
name: 'react-navigation-versions',
3535
async contentLoaded({ content, actions }) {
3636
const queries = {
3737
'7.x': {
38-
tag: 'next',
38+
tag: 'latest',
3939
packages: [
4040
'@react-navigation/bottom-tabs',
4141
'@react-navigation/core',

0 commit comments

Comments
 (0)