File tree 10 files changed +1154
-948
lines changed
10 files changed +1154
-948
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "eslint.experimental.useFlatConfig" : true
3
+ }
Original file line number Diff line number Diff line change
1
+ import antfu from '@antfu/eslint-config'
2
+
3
+ export default antfu ( )
Original file line number Diff line number Diff line change 26
26
"import" : " ./dist/index.js" ,
27
27
"require" : " ./dist/index.cjs"
28
28
},
29
+ "./astro" : {
30
+ "types" : " ./dist/astro.d.ts" ,
31
+ "import" : " ./dist/astro.js" ,
32
+ "require" : " ./dist/astro.cjs"
33
+ },
34
+ "./rspack" : {
35
+ "types" : " ./dist/rspack.d.ts" ,
36
+ "import" : " ./dist/rspack.js" ,
37
+ "require" : " ./dist/rspack.cjs"
38
+ },
29
39
"./vite" : {
30
40
"types" : " ./dist/vite.d.ts" ,
31
41
"import" : " ./dist/vite.js" ,
112
122
}
113
123
},
114
124
"dependencies" : {
115
- "unplugin" : " ^1.4.0 "
125
+ "unplugin" : " ^1.5.1 "
116
126
},
117
127
"devDependencies" : {
118
- "@antfu/eslint-config" : " ^0.40 .2" ,
119
- "@nuxt/kit" : " ^3.6.5 " ,
120
- "@nuxt/schema" : " ^3.6.5 " ,
121
- "@types/node" : " ^20.5.2 " ,
128
+ "@antfu/eslint-config" : " ^2.2 .2" ,
129
+ "@nuxt/kit" : " ^3.8.2 " ,
130
+ "@nuxt/schema" : " ^3.8.2 " ,
131
+ "@types/node" : " ^20.10.3 " ,
122
132
"bumpp" : " ^9.2.0" ,
123
133
"chalk" : " ^5.3.0" ,
124
- "eslint" : " ^8.47 .0" ,
125
- "esno" : " ^0.17 .0" ,
126
- "fast-glob" : " ^3.3.1 " ,
127
- "nodemon" : " ^3.0.1 " ,
128
- "rimraf" : " ^5.0.1 " ,
129
- "rollup" : " ^3.28 .1" ,
130
- "tsup" : " ^7.2.0 " ,
131
- "typescript" : " ^5.1.6 " ,
132
- "vite" : " ^4.4.9 " ,
133
- "vitest" : " ^0.34.2 " ,
134
- "webpack" : " ^5.88.2 "
134
+ "eslint" : " ^8.55 .0" ,
135
+ "esno" : " ^4.0 .0" ,
136
+ "fast-glob" : " ^3.3.2 " ,
137
+ "nodemon" : " ^3.0.2 " ,
138
+ "rimraf" : " ^5.0.5 " ,
139
+ "rollup" : " ^4.6 .1" ,
140
+ "tsup" : " ^8.0.1 " ,
141
+ "typescript" : " ^5.3.2 " ,
142
+ "vite" : " ^5.0.4 " ,
143
+ "vitest" : " ^0.34.6 " ,
144
+ "webpack" : " ^5.89.0 "
135
145
}
136
146
}
Original file line number Diff line number Diff line change 4
4
"dev" : " nodemon -w '../src/**/*.ts' -e .ts -x vite"
5
5
},
6
6
"devDependencies" : {
7
- "vite" : " ^4.4.9 " ,
8
- "vite-plugin-inspect" : " ^0.7.38 "
7
+ "vite" : " ^5.0.4 " ,
8
+ "vite-plugin-inspect" : " ^0.8.1 "
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments