Skip to content

Commit

Permalink
update rc-pagination to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed Mar 13, 2024
1 parent d86dac4 commit aa9af3c
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 844 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^4.5.5"
},
"engines": {
"node": "^16.14.1",
"node": ">=18",
"yarn": "^1.2.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-search-ui-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@elastic/search-ui": "1.20.2",
"downshift": "^3.2.10",
"rc-pagination": "^1.20.1",
"rc-pagination": "^4.0.4",
"react-select": "^5.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../../../../../../node_modules/rc-pagination/dist/rc-pagination.min";
@import "../../../../../../../node_modules/rc-pagination/assets/index";
@include block("paging") {
> li {
border: none;
Expand Down
Loading

0 comments on commit aa9af3c

Please sign in to comment.