diff --git a/bun.lockb b/bun.lockb index 94a4c96..4e7110e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a78c262..0f5cafd 100644 --- a/package.json +++ b/package.json @@ -11,28 +11,28 @@ ], "devDependencies": { "eslint": "^8.57.0", - "prettier": "^3.2.5", - "semantic-release": "^23.0.5", - "typescript": "^5.4.3" + "prettier": "^3.3.3", + "semantic-release": "^24.0.0", + "typescript": "^5.5.4" }, "peerDependencies": { "eslint": "^8.57.0", - "prettier": "^3.2.5", - "semantic-release": "^23.0.5", - "typescript": "^5.4.3" + "prettier": "^3.3.3", + "semantic-release": "^24.0.0", + "typescript": "^5.5.4" }, "dependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@typescript-eslint/eslint-plugin": "^7.3.1", + "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.3.1", "eslint-config-prettier": "^9.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-template-curly-in-string-fix": "^1.0.4", - "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-unicorn": "^51.0.1" + "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-unicorn": "^55.0.0" } }