Updated JavaScript dependencies.

pull/9521/head
Akshay Joshi 2026-01-14 12:44:30 +05:30
parent 90be555ec8
commit e0ba1dd68e
3 changed files with 576 additions and 560 deletions

View File

@ -36,6 +36,7 @@ Bug fixes
*********
| `Issue #8987 <https://github.com/pgadmin-org/pgadmin4/issues/8987>`_ - Fix Query Tool state restoration for new connections and queries.
| `Issue #9074 <https://github.com/pgadmin-org/pgadmin4/issues/9074>`_ - Fix pg_restore logs to distinguish UI sync issues from actual failures.
| `Issue #9110 <https://github.com/pgadmin-org/pgadmin4/issues/9110>`_ - Optimize checkbox selection logic in backup dialog objects tree.
| `Issue #9196 <https://github.com/pgadmin-org/pgadmin4/issues/9196>`_ - Fixed an issue where double click to open a file in the file manager is not working.
| `Issue #9223 <https://github.com/pgadmin-org/pgadmin4/issues/9223>`_ - Upgrade ID column in the database table to BigInteger to support large OID values.

View File

@ -58,7 +58,7 @@
"svgo-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.50.0",
"typescript-eslint": "^8.52.0",
"url-loader": "^4.1.1",
"webfonts-loader": "^8.0.1",
"webpack": "^5.103.0",
@ -80,8 +80,8 @@
"@fluentui/keyboard-key": "^0.4.23",
"@fortawesome/fontawesome-free": "latest",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.4",
"@mui/x-date-pickers": "^8.22.1",
"@mui/material": "^7.3.7",
"@mui/x-date-pickers": "^8.24.0",
"@nozbe/microfuzz": "^1.0.0",
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
@ -90,7 +90,7 @@
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.13.13",
"@types/classnames": "^2.3.4",
"@types/react": "^19.2.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.0.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
@ -109,7 +109,7 @@
"convert-units": "^2.3.4",
"date-fns": "^4.1.0",
"diff-arrays-of-objects": "^1.1.8",
"hotkeys-js": "^3.13.15",
"hotkeys-js": "^4.0.0",
"html-to-image": "1.11.11",
"immutability-helper": "^3.0.0",
"insert-if": "^1.1.0",

File diff suppressed because it is too large Load Diff