From e712d68655de0939ea41dc1d17607ca7f01ff228 Mon Sep 17 00:00:00 2001 From: Griffin Baxter Date: Fri, 26 Apr 2024 10:04:03 +1200 Subject: [PATCH] Upgrade @react-icons/all-files This had to be updated using the GitHub download becuase of https://github.com/react-icons/react-icons/issues/593 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 235886e..1cfa939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "zod": "^3.23.4" }, "devDependencies": { - "@react-icons/all-files": "^4.1.0", + "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.1.0/react-icons-all-files-5.1.0.tgz", "@types/node": "^20.12.7", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", @@ -490,9 +490,9 @@ } }, "node_modules/@react-icons/all-files": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@react-icons/all-files/-/all-files-4.1.0.tgz", - "integrity": "sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ==", + "version": "5.1.0", + "resolved": "https://github.com/react-icons/react-icons/releases/download/v5.1.0/react-icons-all-files-5.1.0.tgz", + "integrity": "sha512-3j4huS9AiY+/vyMASRpEVQwXSgs1D6RVgWutC1gtGv4bVQu4M53aMnc4lptZO7hL5ZPrcpgll+eHGR558ArJtQ==", "dev": true, "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index c2d7679..f5e0e89 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "zod": "^3.23.4" }, "devDependencies": { - "@react-icons/all-files": "^4.1.0", + "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.1.0/react-icons-all-files-5.1.0.tgz", "@types/node": "^20.12.7", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25",