File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " coldbox-vite-plugin" ,
3- "version" : " 2 .0.1 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " ColdBox plugin for Vite." ,
55 "keywords" : [
66 " coldbox" ,
4242 "test" : " vitest run"
4343 },
4444 "devDependencies" : {
45- "@types/node" : " ^18.11.9 " ,
46- "@typescript-eslint/eslint-plugin" : " ^5.21 .0" ,
47- "@typescript-eslint/parser" : " ^5.21 .0" ,
48- "esbuild" : " 0.16.10 " ,
49- "eslint" : " ^8.14 .0" ,
50- "typescript" : " ^4.6.4 " ,
51- "vite" : " ^4.0.0 " ,
52- "vitest" : " ^0.25.2 "
45+ "@types/node" : " ^22.13.10 " ,
46+ "@typescript-eslint/eslint-plugin" : " ^8.27 .0" ,
47+ "@typescript-eslint/parser" : " ^8.27 .0" ,
48+ "esbuild" : " 0.25.1 " ,
49+ "eslint" : " ^9.22 .0" ,
50+ "typescript" : " ^5.8.2 " ,
51+ "vite" : " ^6.2.2 " ,
52+ "vitest" : " ^3.0.9 "
5353 },
5454 "peerDependencies" : {
55- "vite" : " ^3.0.0 || ^4.0.0 || ^5.0.0"
55+ "vite" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 "
5656 },
5757 "engines" : {
58- "node" : " >=14 "
58+ "node" : " >=18 "
5959 },
6060 "dependencies" : {
61- "picocolors" : " ^1.0.0 " ,
62- "vite-plugin-full-reload" : " ^1.0.5 "
61+ "picocolors" : " ^1.1.1 " ,
62+ "vite-plugin-full-reload" : " ^1.2.0 "
6363 }
6464}
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ describe("inertia-helpers", () => {
418418 it ( "pass globEager value to resolvePageComponent" , async ( ) => {
419419 const file = await resolvePageComponent < { default : string } > (
420420 path ,
421- import . meta. globEager ( "./__data__/*.ts" )
421+ import . meta. glob ( "./__data__/*.ts" , { eager : true } )
422422 ) ;
423423 expect ( file . default ) . toBe ( "Dummy File" ) ;
424424 } ) ;
You can’t perform that action at this time.
0 commit comments