Skip to content

Commit 35eb783

Browse files
committed
fix(deps): update dependency react-paginate to v8
1 parent 71a3736 commit 35eb783

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.0.0",
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
@@ -9339,10 +9339,10 @@ react-overlays@^5.1.1:
93399339
uncontrollable "^7.2.1"
93409340
warning "^4.0.3"
93419341

9342-
react-paginate@^6.5.0:
9343-
version "6.5.0"
9344-
resolved "https://registry.yarnpkg.com/react-paginate/-/react-paginate-6.5.0.tgz#b9baf53627b115cfd688afa048776aa45bffda19"
9345-
integrity sha512-H7xSi9jyiJzgfaj+2nNhQcjZfwzJ/Mxb64V2RiyDctjZyCWojwsaGwMqhLBpQ58iAuMVtBMRQ7ECqMcUKG9QSQ==
9342+
react-paginate@^8.0.0:
9343+
version "8.0.0"
9344+
resolved "https://registry.yarnpkg.com/react-paginate/-/react-paginate-8.0.0.tgz#b03b4ec221bffd8ecb16dd4c1295c33f8c6fd3df"
9345+
integrity sha512-l5uNYWqVIhFBljQoyLuMnZ8ykCdoTz6aYfg9+fUdtWy/H9rELBgVBPEA99jVpTsBxqAxXKBZ/sdDrdN4b0hsvg==
93469346
dependencies:
93479347
prop-types "^15.6.1"
93489348

0 commit comments

Comments
 (0)