Skip to content

Commit 7b90e75

Browse files
fix(deps): update dependency react-icons to v5 (#1604)
* fix(deps): update dependency react-icons to v5 * Update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 8f3b306 commit 7b90e75

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lodash": "^4.17.21",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0",
41-
"react-icons": "^4.12.0",
41+
"react-icons": "^5.0.1",
4242
"react-is": "^18.2.0",
4343
"react-json-tree": "^0.18.0",
4444
"react-redux": "^8.1.3",

packages/react-dock/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-bootstrap": "^2.9.2",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
17-
"react-icons": "^4.12.0",
17+
"react-icons": "^5.0.1",
1818
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.11"
2020
},

packages/redux-devtools-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"jsondiffpatch": "^0.5.0",
5858
"localforage": "^1.10.0",
5959
"lodash": "^4.17.21",
60-
"react-icons": "^4.12.0",
60+
"react-icons": "^5.0.1",
6161
"react-is": "^18.2.0",
6262
"react-redux": "^8.1.3",
6363
"redux": "^4.2.1",

packages/redux-devtools-inspector-monitor-test-tab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"javascript-stringify": "^2.1.0",
5050
"jsan": "^3.1.14",
5151
"object-path": "^0.11.8",
52-
"react-icons": "^4.12.0",
52+
"react-icons": "^5.0.1",
5353
"simple-diff": "^1.7.2"
5454
},
5555
"devDependencies": {

packages/redux-devtools-rtk-query-monitor/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"msw": "^2.0.12",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
26-
"react-icons": "^4.12.0",
26+
"react-icons": "^5.0.1",
2727
"react-is": "^18.2.0",
2828
"react-redux": "^8.1.3",
2929
"react-router-dom": "^6.21.1",

packages/redux-devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"base16": "^1.0.0",
5353
"codemirror": "^5.65.16",
5454
"color": "^4.2.3",
55-
"react-icons": "^4.12.0",
55+
"react-icons": "^5.0.1",
5656
"react-select": "^5.8.0",
5757
"redux-devtools-themes": "^1.0.0",
5858
"simple-element-resize-detector": "^1.3.0"

packages/redux-devtools-ui/test/__snapshots__/Notification.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ exports[`Notification renders with props 1`] = `
5151
fill="none"
5252
/>
5353
<path
54-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
54+
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
5555
/>
5656
</svg>
5757
</button>

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)