mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(deps): update dependency lucide-react to ^0.510.0 (#3402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d75536741
commit
dd9ccfedc5
4 changed files with 12 additions and 11 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.0",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"lucide-react": "^0.479.0",
|
||||
"lucide-react": "^0.510.0",
|
||||
"next": "15.2.2",
|
||||
"next-themes": "^0.4.6",
|
||||
"p-map": "^7.0.3",
|
||||
|
|
|
|||
11
evals/pnpm-lock.yaml
generated
11
evals/pnpm-lock.yaml
generated
|
|
@ -142,8 +142,8 @@ importers:
|
|||
specifier: ^3.1.0
|
||||
version: 3.1.0
|
||||
lucide-react:
|
||||
specifier: ^0.479.0
|
||||
version: 0.479.0(react@19.0.0)
|
||||
specifier: ^0.510.0
|
||||
version: 0.510.0(react@19.0.0)
|
||||
next:
|
||||
specifier: 15.2.2
|
||||
version: 15.2.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
|
|
@ -3370,6 +3370,7 @@ packages:
|
|||
|
||||
libsql@0.5.8:
|
||||
resolution: {integrity: sha512-+OopMI1wM/NvAJTHf3O3+beHd1YfKLnSVsOGBl3/7UBDZ4ydVadkbBk5Hjjs9d3ALC5rBaftMY59AvwyC8MzPw==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lightningcss-darwin-arm64@1.29.2:
|
||||
|
|
@ -3506,8 +3507,8 @@ packages:
|
|||
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
lucide-react@0.479.0:
|
||||
resolution: {integrity: sha512-aBhNnveRhorBOK7uA4gDjgaf+YlHMdMhQ/3cupk6exM10hWlEU+2QtWYOfhXhjAsmdb6LeKR+NZnow4UxRRiTQ==}
|
||||
lucide-react@0.510.0:
|
||||
resolution: {integrity: sha512-p8SQRAMVh7NhsAIETokSqDrc5CHnDLbV29mMnzaXx+Vc/hnqQzwI2r0FMWCcoTXnbw2KEjy48xwpGdEL+ck06Q==}
|
||||
peerDependencies:
|
||||
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
|
|
@ -7739,7 +7740,7 @@ snapshots:
|
|||
dependencies:
|
||||
yallist: 4.0.0
|
||||
|
||||
lucide-react@0.479.0(react@19.0.0):
|
||||
lucide-react@0.510.0(react@19.0.0):
|
||||
dependencies:
|
||||
react: 19.0.0
|
||||
|
||||
|
|
|
|||
8
webview-ui/package-lock.json
generated
8
webview-ui/package-lock.json
generated
|
|
@ -34,7 +34,7 @@
|
|||
"i18next": "^24.2.2",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"knuth-shuffle-seeded": "^1.0.6",
|
||||
"lucide-react": "^0.475.0",
|
||||
"lucide-react": "^0.510.0",
|
||||
"mermaid": "^11.4.1",
|
||||
"posthog-js": "^1.227.2",
|
||||
"react": "^18.3.1",
|
||||
|
|
@ -15297,9 +15297,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lucide-react": {
|
||||
"version": "0.475.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.475.0.tgz",
|
||||
"integrity": "sha512-NJzvVu1HwFVeZ+Gwq2q00KygM1aBhy/ZrhY9FsAgJtpB+E4R7uxRk9M2iKvHa6/vNxZydIB59htha4c2vvwvVg==",
|
||||
"version": "0.510.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.510.0.tgz",
|
||||
"integrity": "sha512-p8SQRAMVh7NhsAIETokSqDrc5CHnDLbV29mMnzaXx+Vc/hnqQzwI2r0FMWCcoTXnbw2KEjy48xwpGdEL+ck06Q==",
|
||||
"license": "ISC",
|
||||
"peerDependencies": {
|
||||
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"i18next": "^24.2.2",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"knuth-shuffle-seeded": "^1.0.6",
|
||||
"lucide-react": "^0.475.0",
|
||||
"lucide-react": "^0.510.0",
|
||||
"mermaid": "^11.4.1",
|
||||
"posthog-js": "^1.227.2",
|
||||
"react": "^18.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue