Skip to content

Commit

Permalink
fix react dependency in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Sep 18, 2023
1 parent 6024660 commit 2a7791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/swr/tests/swr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ${sharedModel}
{
provider: 'postgresql',
pushDb: false,
extraDependencies: [`${origDir}/dist`, 'react', '@types/react', 'swr'],
extraDependencies: [`${origDir}/dist`, 'react@18.2.0', '@types/react@18.2.0', 'swr@^2'],
compile: true,
}
);
Expand Down

0 comments on commit 2a7791e

Please sign in to comment.