Skip to content

Commit

Permalink
fix(deps): update react-icons requirement from ^5.2.1 to ^5.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [react-icons](https://github.com/react-icons/react-icons) to permit the latest version.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.2.1...v5.3.0)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent f370390 commit 72ef1e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down

0 comments on commit 72ef1e2

Please sign in to comment.