Skip to content

Commit

Permalink
fix(deps): Update dependency react-icons to v5 (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 0d9ccd7 commit d377469
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"rimraf": "^4.4.1",
"sanity": "^3.25.0",
"sanity-plugin-asset-source-unsplash": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"motion": "^10.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"sanity-plugin-mux-input": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"sanity-plugin-mux-input": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"sanity-plugin-mux-input": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"next-sanity": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"sanity-plugin-mux-input": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"next-sanity": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"sanity-plugin-mux-input": "^2.2.1",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d377469

Please sign in to comment.