From 672f042b6008d70e8226317625824817d61350e5 Mon Sep 17 00:00:00 2001 From: david raistrick <1108844+keen99@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:29:09 -0400 Subject: [PATCH] chore: alphabetize package.json deps after install/uninstall churn trivial reorder, no version changes --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index da9aea7..c67ab0a 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", + "autoprefixer": "^10.4.19", "firebase": "^10.12.2", "lucide-react": "^0.395.0", + "postcss": "^8.4.38", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4", - "autoprefixer": "^10.4.19", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.3", + "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", @@ -48,4 +48,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}