From 2bcce0e96158cb68c35f436be1d211580e359fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:37:26 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.12 to 2.0.16 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.12 to 2.0.16. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.12...v2.0.16) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1176fc3..7122621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.3", - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.16", "@radix-ui/react-dialog": "^1.0.2", "@remix-run/express": "^1.7.3", "@remix-run/node": "^1.7.3", @@ -50,6 +50,7 @@ }, "functions": { "name": "cashlog", + "version": "0.0.1", "dependencies": { "@headlessui/react": "^1.7.3", "@heroicons/react": "^2.0.12", @@ -2811,9 +2812,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "peerDependencies": { "react": ">= 16" } @@ -19523,9 +19524,9 @@ "requires": {} }, "@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index c48d1ef..5741b27 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.3", - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.16", "@radix-ui/react-dialog": "^1.0.2", "@remix-run/express": "^1.7.3", "@remix-run/node": "^1.7.3",