Merge pull request #515 from nunocoracao/dependabot/npm_and_yarn/dev/heroicons/react-2.0.15

This commit is contained in:
Nuno Coração 2023-02-09 07:45:26 +00:00 committed by GitHub
commit 736335dfb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.14",
"@heroicons/react": "^2.0.15",
"@tailwindcss/forms": "^0.5.3",
"commander": "^10.0.0"
},
@ -55,9 +55,9 @@
}
},
"node_modules/@heroicons/react": {
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.14.tgz",
"integrity": "sha512-eFL4if6L7woL1fUvk/jjXx4z9NxVESHHrQnEd2qKVelTFTIr/3VLGWdPb0biia9ZVe26P0JSs/xmOlRNur3SrQ==",
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz",
"integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==",
"peerDependencies": {
"react": ">= 16"
}
@ -1906,9 +1906,9 @@
}
},
"@heroicons/react": {
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.14.tgz",
"integrity": "sha512-eFL4if6L7woL1fUvk/jjXx4z9NxVESHHrQnEd2qKVelTFTIr/3VLGWdPb0biia9ZVe26P0JSs/xmOlRNur3SrQ==",
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz",
"integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==",
"requires": {}
},
"@kurkle/color": {

View file

@ -99,7 +99,7 @@
],
"dependencies": {
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.14",
"@heroicons/react": "^2.0.15",
"@tailwindcss/forms": "^0.5.3",
"commander": "^10.0.0"
}