Skip to content

Commit

Permalink
PIMS-2246: Update typescript-eslint, @mui/x-data-grid, @mui/x-date-pi…
Browse files Browse the repository at this point in the history
…ckers to the latest versions (#2875)

Co-authored-by: dbarkowsky <[email protected]>
  • Loading branch information
Sharala-Perumal and dbarkowsky authored Dec 5, 2024
1 parent 5412bb2 commit b90be6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@mui/icons-material": "6.1.0",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "6.1.2",
"@mui/x-data-grid": "7.22.1",
"@mui/x-date-pickers": "7.22.1",
"@mui/x-data-grid": "7.23.0",
"@mui/x-date-pickers": "7.23.0",
"@turf/turf": "7.1.0",
"dayjs": "1.11.10",
"react": "18.3.1",
Expand All @@ -36,7 +36,6 @@
"react-plugin": "3.0.0-alpha.4",
"react-router-dom": "6.28.0",
"supercluster": "8.0.1",
"typescript-eslint": "8.15.0",
"use-supercluster": "1.2.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "3.23.8"
Expand All @@ -52,17 +51,18 @@
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.0",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.0",
"prettier": "3.4.1",
"react-test-renderer": "18.3.1",
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "5.4.6",
"vite-tsconfig-paths": "5.1.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DisposalPropertiesTable = (props: IDisposalPropertiesTable) => {
valueGetter: (value, row) =>
row.PropertyTypeId === PropertyTypes.BUILDING && row.Address1
? row.Address1
: pidFormatter(row.PID) ?? row.PIN,
: (pidFormatter(row.PID) ?? row.PIN),
renderCell: (params: GridCellParams) => {
const urlType = params.row.PropertyTypeId === 0 ? 'parcel' : 'building';
return (
Expand Down

0 comments on commit b90be6d

Please sign in to comment.