Skip to content

Commit 9bd4db1

Browse files
committed
fix(deps): update dependency react-paginate to v8
1 parent 8dc7396 commit 9bd4db1

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
@@ -34,7 +34,7 @@
3434
"react": "17.0.2",
3535
"react-bootstrap": "1.6.4",
3636
"react-dom": "17.0.2",
37-
"react-paginate": "^6.5.0",
37+
"react-paginate": "^8.1.2",
3838
"react-popper": "1.3.11",
3939
"react-redux": "7.2.6",
4040
"react-router-dom": "5.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9361,10 +9361,10 @@ react-overlays@^5.1.1:
93619361
uncontrollable "^7.2.1"
93629362
warning "^4.0.3"
93639363

9364-
react-paginate@^6.5.0:
9365-
version "6.5.0"
9366-
resolved "https://registry.yarnpkg.com/react-paginate/-/react-paginate-6.5.0.tgz#b9baf53627b115cfd688afa048776aa45bffda19"
9367-
integrity sha512-H7xSi9jyiJzgfaj+2nNhQcjZfwzJ/Mxb64V2RiyDctjZyCWojwsaGwMqhLBpQ58iAuMVtBMRQ7ECqMcUKG9QSQ==
9364+
react-paginate@^8.1.2:
9365+
version "8.1.2"
9366+
resolved "https://registry.yarnpkg.com/react-paginate/-/react-paginate-8.1.2.tgz#08d90945d0d021f1da78f2848c0f60e6c25e2391"
9367+
integrity sha512-buBkBiN9J8gvZYwYNixlTGRmWOC5C6+tH2XHTN8B5qGkRPOSYFkAqxhWUnxSVAeLKxpVZGPya/gOL2eJQNZGvg==
93689368
dependencies:
93699369
prop-types "^15.6.1"
93709370

0 commit comments

Comments
 (0)