Commit 2ad2a97 1 parent e10cd96 commit 2ad2a97 Copy full SHA for 2ad2a97
File tree 3 files changed +2543
-1049
lines changed
3 files changed +2543
-1049
lines changed Original file line number Diff line number Diff line change 36
36
"test" : " pnpm lint"
37
37
},
38
38
"dependencies" : {
39
- "@nuxt/kit" : " ^3.0.0 " ,
40
- "defu" : " ^6.1.1 " ,
41
- "pathe" : " ^1.0 .0" ,
42
- "ufo" : " ^1.0.0 " ,
43
- "web-vitals" : " ^3.1 .0"
39
+ "@nuxt/kit" : " 3.2.3 " ,
40
+ "defu" : " ^6.1.2 " ,
41
+ "pathe" : " ^1.1 .0" ,
42
+ "ufo" : " ^1.1.1 " ,
43
+ "web-vitals" : " ^3.3 .0"
44
44
},
45
45
"devDependencies" : {
46
46
"@nuxt/module-builder" : " ^0.2.1" ,
47
47
"@nuxtjs/eslint-config-typescript" : " ^12.0.0" ,
48
- "eslint" : " ^8.28 .0" ,
49
- "nuxt" : " ^3.0.0 " ,
48
+ "eslint" : " ^8.36 .0" ,
49
+ "nuxt" : " ^3.3.1 " ,
50
50
"standard-version" : " ^9.5.0" ,
51
- "typescript" : " ^4.9.3 "
51
+ "typescript" : " ^5.0.2 "
52
52
}
53
53
}
Original file line number Diff line number Diff line change 1
- import { defineNuxtConfig } from 'nuxt/config'
2
-
3
1
export default defineNuxtConfig ( {
4
2
modules : [
5
3
'../src/module'
You can’t perform that action at this time.
0 commit comments