Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 9b1986f

Browse files
fix(deps): update dependency react-number-format to v5
1 parent 324181c commit 9b1986f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react": "18.2.0",
6262
"react-dom": "18.2.0",
6363
"react-markdown": "8.0.7",
64-
"react-number-format": "4.9.4",
64+
"react-number-format": "5.1.4",
6565
"react-redux": "8.0.5",
6666
"react-toastify": "9.1.2",
6767
"react-tsparticles": "2.9.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7658,10 +7658,10 @@ react-markdown@8.0.7:
76587658
unist-util-visit "^4.0.0"
76597659
vfile "^5.0.0"
76607660

7661-
react-number-format@4.9.4:
7662-
version "4.9.4"
7663-
resolved "https://registry.yarnpkg.com/react-number-format/-/react-number-format-4.9.4.tgz#013ae526000e676e491763ce14da66fb330a9bd8"
7664-
integrity sha512-Gq20Z3ugqPLFgeaidnx5on9cNpbQZntPN3QgNAL/WJrNNlQnNznY0LCx7g8xtssmRBw0/hw+SCqw6zAcajooiA==
7661+
react-number-format@5.1.4:
7662+
version "5.1.4"
7663+
resolved "https://registry.yarnpkg.com/react-number-format/-/react-number-format-5.1.4.tgz#23057d94a4f1b08e12ee41328e86be929b60a791"
7664+
integrity sha512-QV7QHzHrk9ZS9V0bWkIwu6ywiXJt0www4/cXWEVEgwaNqthmOZl/Cf5O0ukEPlGZJJr06Jh3+CM4rZsvXn8cOg==
76657665
dependencies:
76667666
prop-types "^15.7.2"
76677667

0 commit comments

Comments
 (0)