Skip to content

Commit 3f7cc89

Browse files
committed
update vite
1 parent 5fbc1b6 commit 3f7cc89

File tree

4 files changed

+297
-625
lines changed

4 files changed

+297
-625
lines changed

demo/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@types/react-dom": "^18.2.14",
3232
"@types/uuid": "^9.0.6",
3333
"@types/wicg-file-system-access": "^2020.9.8",
34-
"@vitejs/plugin-react": "^4.1.0",
34+
"@vitejs/plugin-react": "^4.2.1",
3535
"autoprefixer": "^10.4.16",
3636
"postcss": "^8.4.31",
3737
"postcss-preset-mantine": "^1.9.0",
3838
"typescript": "^5.2.2",
39-
"vite": "^4.5.0",
39+
"vite": "^5.0.11",
4040
"wrangler": "^3.14.0"
4141
}
4242
}

examples/guestbook-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/uuid": "^9.0.6",
2222
"@vitejs/plugin-react": "^4.2.1",
2323
"typescript": "^5.2.2",
24-
"vite": "^5.0.8"
24+
"vite": "^5.0.11"
2525
}
2626
}

examples/guestbook-solid-js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@orbitinghail/sqlsync-solid-js": "workspace:*",
1313
"@orbitinghail/sqlsync-worker": "workspace:*",
14-
"uuid": "^9.0.1",
15-
"solid-js": "^1.8.7"
14+
"solid-js": "^1.8.7",
15+
"uuid": "^9.0.1"
1616
},
1717
"devDependencies": {
1818
"@types/uuid": "^9.0.6",
19-
"vite-plugin-solid": "^2.7.0",
2019
"typescript": "^5.2.2",
21-
"vite": "^4.5.0",
22-
"vitest": "^0.34.6"
20+
"vite": "^5.0.11",
21+
"vite-plugin-solid": "^2.8.0",
22+
"vitest": "^1.1.3"
2323
}
2424
}

0 commit comments

Comments
 (0)