File tree Expand file tree Collapse file tree 10 files changed +1154
-948
lines changed
Expand file tree Collapse file tree 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 2626 "import" : " ./dist/index.js" ,
2727 "require" : " ./dist/index.cjs"
2828 },
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+ },
2939 "./vite" : {
3040 "types" : " ./dist/vite.d.ts" ,
3141 "import" : " ./dist/vite.js" ,
112122 }
113123 },
114124 "dependencies" : {
115- "unplugin" : " ^1.4.0 "
125+ "unplugin" : " ^1.5.1 "
116126 },
117127 "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 " ,
122132 "bumpp" : " ^9.2.0" ,
123133 "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 "
135145 }
136146}
Original file line number Diff line number Diff line change 44 "dev" : " nodemon -w '../src/**/*.ts' -e .ts -x vite"
55 },
66 "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 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments