mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix(deps): update dependency lucide-react to ^0.516.0 (#4612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
28f39db925
commit
8d61bfb16f
4 changed files with 12 additions and 12 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.0",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"lucide-react": "^0.513.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"next": "^15.2.5",
|
||||
"next-themes": "^0.4.6",
|
||||
"p-map": "^7.0.3",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"embla-carousel-autoplay": "^8.6.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^12.15.0",
|
||||
"lucide-react": "^0.513.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"next": "^15.2.5",
|
||||
"next-themes": "^0.4.6",
|
||||
"posthog-js": "^1.248.1",
|
||||
|
|
|
|||
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
|
|
@ -165,8 +165,8 @@ importers:
|
|||
specifier: ^3.1.0
|
||||
version: 3.1.0
|
||||
lucide-react:
|
||||
specifier: ^0.513.0
|
||||
version: 0.513.0(react@18.3.1)
|
||||
specifier: ^0.516.0
|
||||
version: 0.516.0(react@18.3.1)
|
||||
next:
|
||||
specifier: ^15.2.5
|
||||
version: 15.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
|
@ -268,8 +268,8 @@ importers:
|
|||
specifier: ^12.15.0
|
||||
version: 12.16.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
lucide-react:
|
||||
specifier: ^0.513.0
|
||||
version: 0.513.0(react@18.3.1)
|
||||
specifier: ^0.516.0
|
||||
version: 0.516.0(react@18.3.1)
|
||||
next:
|
||||
specifier: ^15.2.5
|
||||
version: 15.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
|
@ -956,8 +956,8 @@ importers:
|
|||
specifier: ^11.1.0
|
||||
version: 11.1.0
|
||||
lucide-react:
|
||||
specifier: ^0.513.0
|
||||
version: 0.513.0(react@18.3.1)
|
||||
specifier: ^0.516.0
|
||||
version: 0.516.0(react@18.3.1)
|
||||
mermaid:
|
||||
specifier: ^11.4.1
|
||||
version: 11.6.0
|
||||
|
|
@ -7143,8 +7143,8 @@ packages:
|
|||
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
lucide-react@0.513.0:
|
||||
resolution: {integrity: sha512-CJZKq2g8Y8yN4Aq002GahSXbG2JpFv9kXwyiOAMvUBv7pxeOFHUWKB0mO7MiY4ZVFCV4aNjv2BJFq/z3DgKPQg==}
|
||||
lucide-react@0.516.0:
|
||||
resolution: {integrity: sha512-aybBJzLHcw1CIn3rUcRkztB37dsJATtpffLNX+0/w+ws2p21nYIlOwX/B5fqxq8F/BjqVemnJX8chKwRidvROg==}
|
||||
peerDependencies:
|
||||
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
|
|
@ -16697,7 +16697,7 @@ snapshots:
|
|||
|
||||
lru-cache@7.18.3: {}
|
||||
|
||||
lucide-react@0.513.0(react@18.3.1):
|
||||
lucide-react@0.516.0(react@18.3.1):
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"i18next-http-backend": "^3.0.2",
|
||||
"knuth-shuffle-seeded": "^1.0.6",
|
||||
"lru-cache": "^11.1.0",
|
||||
"lucide-react": "^0.513.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"mermaid": "^11.4.1",
|
||||
"posthog-js": "^1.227.2",
|
||||
"pretty-bytes": "^6.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue