Skip to content

Commit

Permalink
Merge branch 'chore/upgrade-next' into 'dev'
Browse files Browse the repository at this point in the history
chore: upgrade all apps next version to 14

See merge request ergo/rosen-bridge/ui!114
  • Loading branch information
vorujack committed Nov 18, 2023
2 parents 53c2175 + e6259aa commit d84faef
Show file tree
Hide file tree
Showing 5 changed files with 3,213 additions and 2,797 deletions.
6 changes: 3 additions & 3 deletions apps/guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@rosen-ui/swr-helpers": "^0.0.1",
"@rosen-ui/utils": "^0.0.1",
"moment": "^2.29.4",
"next": "13.4.4",
"react": "18.2.0",
"next": "14.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"swr": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/rosen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"buffer": "^6.0.3",
"ergo-lib-wasm-nodejs": "^0.24.0",
"lodash-es": "^4.17.21",
"next": "^14.0.0",
"next": "14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
Expand Down
3 changes: 2 additions & 1 deletion apps/watcher/app/revenues/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
EnhancedTable,
Grid,
useTableDataPagination,
TablePaginationProps,
} from '@rosen-bridge/ui-kit';

import { MobileRow, TabletRow, mobileHeader, tabletHeader } from './TableRow';
Expand Down Expand Up @@ -69,7 +70,7 @@ const Revenues = () => {
[renderMobileRow, renderTabletRow],
);

const paginationProps = useMemo(
const paginationProps = useMemo<TablePaginationProps>(
() => ({
rowsPerPageOptions: [5, 10, 25],
component: 'div',
Expand Down
6 changes: 3 additions & 3 deletions apps/watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@rosen-ui/swr-mock": "^0.0.1",
"@rosen-ui/utils": "^0.0.1",
"moment": "^2.29.4",
"next": "13.4.4",
"react": "18.2.0",
"next": "14.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.0",
"swr": "^2.1.5"
},
Expand Down
Loading

0 comments on commit d84faef

Please sign in to comment.