File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 },
2828 "homepage" : " https://github.com/visualjs/grid#readme" ,
2929 "devDependencies" : {
30- "@preact/preset-vite" : " ^2.1.0 " ,
30+ "@preact/preset-vite" : " ^2.10.2 " ,
3131 "@types/jest" : " ^27.0.1" ,
3232 "@types/normalize-wheel" : " ^1.0.0" ,
3333 "autoprefixer" : " ^10.3.4" ,
3838 "jest" : " ^27.1.0" ,
3939 "normalize-wheel" : " ^1.0.1" ,
4040 "postcss-flexbugs-fixes" : " ^5.0.2" ,
41- "preact" : " ^10.5.14 " ,
41+ "preact" : " ^10.27.0 " ,
4242 "ts-jest" : " ^27.0.5" ,
4343 "tsc-alias" : " ^1.3.9" ,
44- "typescript" : " ^4.3.5 " ,
45- "vite" : " ^2.5.0 "
44+ "typescript" : " ^5.9.2 " ,
45+ "vite" : " ^7.0.6 "
4646 },
4747 "files" : [
4848 " dist/**/*.css" ,
Original file line number Diff line number Diff line change 11import Grid from "@/grid" ;
2- import { hydrate as p } from 'preact' ;
2+ import { render as p } from 'preact' ;
33import { Root as RootProvider } from '@/views/root' ;
44import { useLayoutEffect , useState } from "preact/hooks" ;
55import GridRoot from '@/views/grid' ;
You can’t perform that action at this time.
0 commit comments