Skip to content

Commit 40264eb

Browse files
committed
Undid unnecessary react-icons removal
1 parent c91531f commit 40264eb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/query/react/pagination/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"msw": "^0.40.2",
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",
19+
"react-icons": "^5.0.1",
1920
"react-redux": "^8.0.2",
2021
"react-scripts": "5.0.1"
2122
},

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5444,6 +5444,7 @@ __metadata:
54445444
msw: "npm:^0.40.2"
54455445
react: "npm:^18.1.0"
54465446
react-dom: "npm:^18.1.0"
5447+
react-icons: "npm:^5.0.1"
54475448
react-redux: "npm:^8.0.2"
54485449
react-scripts: "npm:5.0.1"
54495450
typescript: "npm:~4.9"
@@ -24199,6 +24200,15 @@ __metadata:
2419924200
languageName: node
2420024201
linkType: hard
2420124202

24203+
"react-icons@npm:^5.0.1":
24204+
version: 5.0.1
24205+
resolution: "react-icons@npm:5.0.1"
24206+
peerDependencies:
24207+
react: "*"
24208+
checksum: 10/c4458c643ae32a793ddebc5fa1235c7ec051be1b131205510e8199d15a4c89221a501f95a71fa21c2da93e8dd225290e2e24bb80abd3fb85801e43009e692098
24209+
languageName: node
24210+
linkType: hard
24211+
2420224212
"react-is@npm:^16.13.1, react-is@npm:^16.6.0, react-is@npm:^16.7.0":
2420324213
version: 16.13.1
2420424214
resolution: "react-is@npm:16.13.1"

0 commit comments

Comments
 (0)