Skip to content

Commit a1ff635

Browse files
committed
feat: update dependencies
1 parent bd048b7 commit a1ff635

3 files changed

Lines changed: 812 additions & 90 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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",
@@ -38,11 +38,11 @@
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",

src/views/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Grid from "@/grid";
2-
import { hydrate as p } from 'preact';
2+
import { render as p } from 'preact';
33
import { Root as RootProvider } from '@/views/root';
44
import { useLayoutEffect, useState } from "preact/hooks";
55
import GridRoot from '@/views/grid';

0 commit comments

Comments
 (0)