chore: update dependencies
This commit is contained in:
Родитель
5ab3c162d3
Коммит
d07e5e8ece
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -47,7 +47,6 @@
|
|||
"dotenv-expand": "9.0.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"eslint-loader": "3.0.2",
|
||||
"eslint-plugin-flowtype": "8.0.3",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
|
@ -66,7 +65,6 @@
|
|||
"jest-watch-typeahead": "2.2.1",
|
||||
"jquery": "^3.6.1",
|
||||
"mini-css-extract-plugin": "2.7.0",
|
||||
"optimize-css-assets-webpack-plugin": "6.0.1",
|
||||
"pnp-webpack-plugin": "1.7.0",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"postcss-loader": "7.0.1",
|
||||
|
|
|
@ -177,7 +177,10 @@ export class VirtualizedPage extends React.Component<any, any> {
|
|||
<GridPDFExport
|
||||
ref={(element) => { this._pdfExport = element; }}
|
||||
margin="1cm" >
|
||||
{<Grid data={process(orders, this.state.dataState)} >
|
||||
{<Grid data={process(orders, {
|
||||
skip: this.state.dataState.skip,
|
||||
take: this.state.dataState.take,
|
||||
})} >
|
||||
<GridColumn field="customerID" width="200px" />
|
||||
<GridColumn field="orderDate" filter="date" format="{0:D}" width="300px" />
|
||||
<GridColumn field="shipName" width="280px" />
|
||||
|
|
|
@ -15,6 +15,6 @@ main {
|
|||
display: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a,a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче