diff --git a/template/e2e/package.json b/template/e2e/package.json index 2fec49b..32d9617 100644 --- a/template/e2e/package.json +++ b/template/e2e/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@playwright/test": "1.63.0", - "allure-playwright": "3.12.1" + "allure-playwright": "3.12.2" } } diff --git a/template/package.json b/template/package.json index 1b48b57..949e610 100644 --- a/template/package.json +++ b/template/package.json @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "7.1.1", "eslint-plugin-react-refresh": "0.5.7", "eslint-plugin-unicorn": "71.1.0", - "prettier": "3.9.6", + "prettier": "3.9.7", "prettier-plugin-organize-imports": "4.3.0", "prettier-plugin-tailwindcss": "0.8.1", "tailwindcss": "4.3.3",