diff --git a/bun.lockb b/bun.lockb index 7283bbe..352c2f5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 15393dd..fcacee1 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,7 @@ "d3-path": "^3.1.0", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0", - "d3-shape": "^3.2.0", - "rollup-plugin-delete": "^2.0.0" + "d3-shape": "^3.2.0" }, "devDependencies": { "@anymud/bun-plugin-dts": "^1.0.2", @@ -54,9 +53,10 @@ "@types/d3-scale": "^4.0.8", "@types/d3-selection": "^3.0.10", "@types/d3-shape": "^3.1.6", - "@typescript-eslint/parser": "^7.7.0", + "@typescript-eslint/parser": "^7.7.1", "prettier": "^3.2.5", - "rollup": "^4.15.0", + "rollup": "^4.16.2", + "rollup-plugin-delete": "^2.0.0", "typescript": "^5.4.5" } }