Skip to content

Commit 109c3da

Browse files
committed
Eliminate comlink plugin, inspect
1 parent 216430b commit 109c3da

File tree

7 files changed

+18
-188
lines changed

7 files changed

+18
-188
lines changed

.ncurc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ 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";
76
if (major === "0") return "minor";
87
return "latest";
98
},

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
"tsx": "^4.19.1",
5050
"typescript": "^5.6.3",
5151
"vite": "^5.4.10",
52-
"vite-plugin-comlink": "^4.1.0",
53-
"vite-plugin-inspect": "^0.8.7",
5452
"vite-plugin-node-polyfills": "^0.22.0",
5553
"vite-plugin-static-copy": "^2.0.0"
5654
},

0 commit comments

Comments
 (0)