diff --git a/bun.lockb b/bun.lockb index 061574b..7e32c33 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 01bab82..d83cb15 100644 --- a/package.json +++ b/package.json @@ -10,28 +10,28 @@ "tsconfig" ], "devDependencies": { - "eslint": "^8.54.0", - "prettier": "^3.1.0", - "semantic-release": "^22.0.8", - "typescript": "^5.3.2" + "eslint": "^8.57.0", + "prettier": "^3.2.5", + "semantic-release": "^23.0.5", + "typescript": "^5.4.3" }, "peerDependencies": { - "eslint": "^8.54.0", - "prettier": "^3.1.0", - "semantic-release": "^22.0.8", - "typescript": "^5.3.2" + "eslint": "^8.57.0", + "prettier": "^3.2.5", + "semantic-release": "^23.0.5", + "typescript": "^5.4.3" }, "dependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", - "eslint-config-prettier": "^9.0.0", - "eslint-define-config": "^2.0.0", + "@typescript-eslint/eslint-plugin": "^7.3.1", + "@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.0", - "eslint-plugin-react": "^7.33.2", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-unicorn": "^49.0.0" + "eslint-plugin-unicorn": "^51.0.1" } }