diff --git a/bun.lock b/bun.lock index aabc2e1..eead5c1 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "tailwindcss": "^4.1.3", }, "devDependencies": { - "@types/bun": "^1.2.8", + "@types/bun": "^1.2.9", "eslint": "^9.24.0", "eslint-config-greasemonkey": "^1.0.1", "eslint-config-prettier": "^10.1.1", @@ -196,7 +196,7 @@ "eslint-config-greasemonkey": ["eslint-config-greasemonkey@1.0.1", "", {}, "sha512-WBkAOdKNzofYQZtQU9K/ML5VxloKkmKo26+rv8hfTF2OkIzFriq87eBlVDkVdcepVEWbvDlEo6Tn+gQe+eKjGw=="], - "eslint-config-prettier": ["eslint-config-prettier@10.1.1", "", { "peerDependencies": { "eslint": ">=7.0.0" }, "bin": { "eslint-config-prettier": "bin/cli.js" } }, "sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw=="], + "eslint-config-prettier": ["eslint-config-prettier@10.1.2", "", { "peerDependencies": { "eslint": ">=7.0.0" }, "bin": { "eslint-config-prettier": "bin/cli.js" } }, "sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA=="], "eslint-scope": ["eslint-scope@8.3.0", "", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ=="], diff --git a/package.json b/package.json index 898e976..8504b5e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/bun": "^1.2.9", "eslint": "^9.24.0", "eslint-config-greasemonkey": "^1.0.1", - "eslint-config-prettier": "^10.1.1", + "eslint-config-prettier": "^10.1.2", "prettier": "^4.0.0-alpha.12", "prettier-plugin-svelte": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.11"