File tree 3 files changed +687
-864
lines changed
3 files changed +687
-864
lines changed Original file line number Diff line number Diff line change 25
25
"release" : " yarn lint && standard-version && git push --follow-tags"
26
26
},
27
27
"dependencies" : {
28
- "@nuxt/kit" : " ^3.0.0-rc.9 " ,
28
+ "@nuxt/kit" : " ^3.0.0-rc.10 " ,
29
29
"@supabase/supabase-js" : " ^1.35.6" ,
30
- "defu" : " ^6.0 .0" ,
31
- "pathe" : " ^0.3.4 "
30
+ "defu" : " ^6.1 .0" ,
31
+ "pathe" : " ^0.3.7 "
32
32
},
33
33
"devDependencies" : {
34
34
"@nuxt/module-builder" : " ^0.1.7" ,
35
- "@nuxtjs/eslint-config-typescript" : " ^10 .0.0" ,
36
- "eslint" : " ^8.22.0 " ,
37
- "nuxt" : " ^3.0.0-rc.9 " ,
35
+ "@nuxtjs/eslint-config-typescript" : " ^11 .0.0" ,
36
+ "eslint" : " ^8.23.1 " ,
37
+ "nuxt" : " ^3.0.0-rc.10 " ,
38
38
"standard-version" : " ^9.5.0"
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
- import { defineNuxtConfig } from 'nuxt'
2
1
import SupabaseModule from '..'
3
2
4
3
export default defineNuxtConfig ( {
You can’t perform that action at this time.
0 commit comments