From 35abe3bd1b0a62db1ccf7fcd8e97646164159eac Mon Sep 17 00:00:00 2001 From: Renovater Date: Thu, 21 Aug 2025 21:33:50 +0000 Subject: [PATCH] Pin dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index faf5bdc..9eec45e 100644 --- a/package.json +++ b/package.json @@ -20,15 +20,15 @@ "vite-plugin-svgr": "^4.3.0" }, "devDependencies": { - "@eslint/js": "^9.33.0", + "@eslint/js": "9.33.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.0.4", - "@vitejs/plugin-react": "^5.0.0", - "eslint": "^9.33.0", - "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.12", - "globals": "^16.2.0", - "vite": "^7.1.2" + "@vitejs/plugin-react": "5.0.1", + "eslint": "9.33.0", + "eslint-plugin-react": "7.37.5", + "eslint-plugin-react-hooks": "5.2.0", + "eslint-plugin-react-refresh": "0.4.20", + "globals": "16.3.0", + "vite": "7.1.3" } }