From 203648a446578cc3e9f8f137caff14d35561d32a Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 10 Oct 2023 14:32:58 -0400 Subject: [PATCH] bump dependencies --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46c4ed4..aac8aff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "humanize-duration": "^3.28.0" }, "devDependencies": { - "cypress": "^13.0.0", - "prettier": "^3.0.0", + "cypress": "^13.3.0", + "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "semantic-release": "^22.0.0", diff --git a/package.json b/package.json index 57aaf29..62cae2a 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "humanize-duration": "^3.28.0" }, "devDependencies": { - "cypress": "^13.0.0", - "prettier": "^3.0.0", + "cypress": "^13.3.0", + "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "semantic-release": "^22.0.0",