Skip to content

Commit

Permalink
chore: indicate compatibility with new v4 major`
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 14, 2024
1 parent 90f4765 commit 937ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineNuxtModule<NuxtApolloConfig<any>>({
version,
configKey: 'apollo',
compatibility: {
nuxt: '^3.0.0-rc.9'
nuxt: '>=3.0.0-rc.9'
}
},
defaults: {
Expand Down

0 comments on commit 937ffba

Please sign in to comment.