Skip to content

Commit a2c7745

Browse files
Update dependency react-icons to ^4.4.0
1 parent 075b947 commit a2c7745

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/swag-squad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "^17.0.2",
3131
"react-dom": "^17.0.2",
3232
"react-hook-form": "^7.22.2",
33-
"react-icons": "^4.3.1",
33+
"react-icons": "^4.4.0",
3434
"tailwindcss": "^2.2.19"
3535
},
3636
"babel": {

packages/swag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@headlessui/react": "^1.4.2",
4949
"@popperjs/core": "^2.10.2",
5050
"framer-motion": "^4.1.17",
51-
"react-icons": "^4.3.1",
51+
"react-icons": "^4.4.0",
5252
"react-popper": "^2.2.5"
5353
},
5454
"peerDependencies": {
@@ -66,7 +66,7 @@
6666
"next": "^12.0.7",
6767
"react": "^17.0.2",
6868
"react-dom": "^17.0.2",
69-
"react-icons": "^4.3.1",
69+
"react-icons": "^4.4.0",
7070
"react-popper": "^2.2.5"
7171
},
7272
"babel": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5397,10 +5397,10 @@ react-hook-form@^7.22.2:
53975397
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.22.2.tgz#aa66fd75cad858049739770341079d9787683c6b"
53985398
integrity sha512-gdz5dhdOPfd04uj00a+Fw8JHA4m6evn3RQeVEQSZCOrmRC+LqaTwsR97cQfj5vu3yCXhSETrUtiDoXJojW/KGg==
53995399

5400-
react-icons@^4.3.1:
5401-
version "4.3.1"
5402-
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
5403-
integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
5400+
react-icons@^4.4.0:
5401+
version "4.4.0"
5402+
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.4.0.tgz#a13a8a20c254854e1ec9aecef28a95cdf24ef703"
5403+
integrity sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==
54045404

54055405
54065406
version "17.0.2"

0 commit comments

Comments
 (0)