Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency lucide-react to ^0.436.0 - autoclosed #138

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash.countby": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lucide-react": "^0.343.0",
"lucide-react": "^0.436.0",
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8613,7 +8613,7 @@ __metadata:
lodash.countby: "npm:^4.6.0"
lodash.flatten: "npm:^4.4.0"
lodash.groupby: "npm:^4.6.0"
lucide-react: "npm:^0.343.0"
lucide-react: "npm:^0.436.0"
miragejs: "npm:^0.1.48"
nock: "npm:^13.5.3"
nyc: "npm:15.1.0"
Expand Down Expand Up @@ -10265,12 +10265,12 @@ __metadata:
languageName: node
linkType: hard

"lucide-react@npm:^0.343.0":
version: 0.343.0
resolution: "lucide-react@npm:0.343.0"
"lucide-react@npm:^0.436.0":
version: 0.436.0
resolution: "lucide-react@npm:0.436.0"
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0
checksum: 10/326933472ba804d9b4b8d15170919386d211128090d6e633378b638e01bb40f556aafba5b64dac305e409224bf3b7af0ec67f834dcdf5bb52aad9abd6de4e4b8
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc
checksum: 10/33ece64ea067a02d9d4eaf4b18f9334323db3e0b91746c5332c29b0aa2afd44858db9b48300a78a3406adcd99ffc15c14f94345b7a18a02070216741710c5751
languageName: node
linkType: hard

Expand Down
Loading