Skip to content

Commit ccd9977

Browse files
committed
Update vite
1 parent 109c3da commit ccd9977

File tree

3 files changed

+514
-711
lines changed

3 files changed

+514
-711
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>esbuild playground</title>
7-
<script src="coi-serviceworker.min.js"></script>
7+
<script src="coi-serviceworker.min.js" vite-ignore></script>
88
<script>
99
if (window.location.host !== "jakebailey.dev") {
1010
window.goatcounter = { no_onload: true };
1111
}
1212
</script>
13-
<script data-goatcounter="https://stats.jakebailey.dev/count" async src="/count.js"></script>
13+
<script data-goatcounter="https://stats.jakebailey.dev/count" async src="/count.js" vite-ignore></script>
1414
</head>
1515
<body>
1616
<div id="root"></div>

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"dependencies": {
1313
"@codemirror/lang-javascript": "^6.2.2",
14-
"@emotion/react": "^11.13.3",
14+
"@emotion/react": "^11.13.5",
1515
"@esbuild/wasi-preview1": "0.24.0",
1616
"@mantine/core": "^6.0.22",
1717
"@mantine/ds": "^6.0.22",
1818
"@mantine/form": "^6.0.22",
1919
"@mantine/hooks": "^6.0.22",
20-
"@sinclair/typebox": "^0.33.17",
20+
"@sinclair/typebox": "^0.34.9",
2121
"@tabler/icons-react": "^2.47.0",
2222
"@uiw/react-codemirror": "^4.23.6",
2323
"coi-serviceworker": "^0.1.7",
24-
"comlink": "^4.4.1",
24+
"comlink": "^4.4.2",
2525
"js-base64": "^3.7.7",
2626
"jsonc-parser": "^3.3.1",
2727
"lz-string": "^1.5.0",
@@ -30,27 +30,27 @@
3030
"wasi-js": "^1.7.3"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^22.8.1",
33+
"@types/node": "^22.10.0",
3434
"@types/react": "^18.3.12",
3535
"@types/react-dom": "^18.3.1",
3636
"@types/tmp": "^0.2.6",
37-
"@typescript-eslint/eslint-plugin": "^8.11.0",
38-
"@typescript-eslint/parser": "^8.11.0",
39-
"@vitejs/plugin-react": "^4.3.3",
40-
"dprint": "^0.47.4",
37+
"@typescript-eslint/eslint-plugin": "^8.16.0",
38+
"@typescript-eslint/parser": "^8.16.0",
39+
"@vitejs/plugin-react": "^4.3.4",
40+
"dprint": "^0.47.5",
4141
"esbuild": "0.24.0",
4242
"eslint": "^8.57.1",
4343
"eslint-plugin-simple-import-sort": "^12.1.1",
44-
"eslint-plugin-unicorn": "^56.0.0",
45-
"execa": "^9.4.1",
44+
"eslint-plugin-unicorn": "^56.0.1",
45+
"execa": "^9.5.1",
4646
"node-fetch": "^3.3.2",
4747
"tmp": "^0.2.3",
4848
"ts-morph": "^24.0.0",
49-
"tsx": "^4.19.1",
50-
"typescript": "^5.6.3",
51-
"vite": "^5.4.10",
49+
"tsx": "^4.19.2",
50+
"typescript": "^5.7.2",
51+
"vite": "^6.0.1",
5252
"vite-plugin-node-polyfills": "^0.22.0",
53-
"vite-plugin-static-copy": "^2.0.0"
53+
"vite-plugin-static-copy": "^2.1.0"
5454
},
5555
"pnpm": {
5656
"updateConfig": {
@@ -66,5 +66,5 @@
6666
"[email protected]": "^0.30.5"
6767
}
6868
},
69-
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
69+
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
7070
}

0 commit comments

Comments
 (0)