From 02c244cb51aacca372108cd1909e80edf2c0dd87 Mon Sep 17 00:00:00 2001 From: bsourisse Date: Fri, 7 Jul 2023 20:48:54 +0200 Subject: [PATCH] update tabler/icons to latest --- package-lock.json | 20 ++++---------------- package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2739a40..903a252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "1.0", "dependencies": { - "@tabler/icons": "^1.96.0", + "@tabler/icons": "^2.24.0", "bcryptjs": "^2.4.3", "chart.js": "^3.9.1", "next": "^13.4.9", @@ -586,24 +586,12 @@ } }, "node_modules/@tabler/icons": { - "version": "1.119.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.119.0.tgz", - "integrity": "sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.24.0.tgz", + "integrity": "sha512-Otv6zrVF3HU54G6FK7OPODcQmKR9KgM6Ppi+ib3gHHB1LZEs2HIdQJYTHP5dGE+yOQWtXS9ZnGmSZDkSFLbkkg==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" - }, - "peerDependencies": { - "react": "^16.x || 17.x || 18.x", - "react-dom": "^16.x || 17.x || 18.x" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } } }, "node_modules/@types/json5": { diff --git a/package.json b/package.json index cc87a1c..30c069a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons": "^1.96.0", + "@tabler/icons": "^2.24.0", "bcryptjs": "^2.4.3", "chart.js": "^3.9.1", "next": "^13.4.9",