Skip to content

Commit 7832112

Browse files
committed
vite
1 parent 0b6d25c commit 7832112

File tree

3 files changed

+390
-98
lines changed

3 files changed

+390
-98
lines changed

.ncurc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
if (dependencyName.startsWith("@mantine/")) return "minor";
44
if (dependencyName === "eslint") return "minor";
55
if (dependencyName === "@tabler/icons-react") return "minor";
6+
if (dependencyName === "vite-plugin-comlink") return "minor";
67
if (major === "0") return "minor";
78
return "latest";
89
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"ts-morph": "^21.0.1",
4949
"tsx": "^4.7.1",
5050
"typescript": "^5.4.2",
51-
"vite": "^5.1.5",
52-
"vite-plugin-comlink": "^4.0.2",
53-
"vite-plugin-inspect": "^0.8.3",
54-
"vite-plugin-node-polyfills": "^0.21.0",
55-
"vite-plugin-static-copy": "^1.0.1"
51+
"vite": "^5.4.10",
52+
"vite-plugin-comlink": "^4.1.0",
53+
"vite-plugin-inspect": "^0.8.7",
54+
"vite-plugin-node-polyfills": "^0.22.0",
55+
"vite-plugin-static-copy": "^2.0.0"
5656
},
5757
"pnpm": {
5858
"updateConfig": {

0 commit comments

Comments
 (0)