Skip to content

Commit e0ba1dd

Browse files
committed
Updated JavaScript dependencies.
1 parent 90be555 commit e0ba1dd

File tree

3 files changed

+577
-561
lines changed

3 files changed

+577
-561
lines changed

docs/en_US/release_notes_9_12.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Bug fixes
3636
*********
3737

3838
| `Issue #8987 <https://github.com/pgadmin-org/pgadmin4/issues/8987>`_ - Fix Query Tool state restoration for new connections and queries.
39+
| `Issue #9074 <https://github.com/pgadmin-org/pgadmin4/issues/9074>`_ - Fix pg_restore logs to distinguish UI sync issues from actual failures.
3940
| `Issue #9110 <https://github.com/pgadmin-org/pgadmin4/issues/9110>`_ - Optimize checkbox selection logic in backup dialog objects tree.
4041
| `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.
4142
| `Issue #9223 <https://github.com/pgadmin-org/pgadmin4/issues/9223>`_ - Upgrade ID column in the database table to BigInteger to support large OID values.

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"svgo-loader": "^4.0.0",
5959
"terser-webpack-plugin": "^5.3.12",
6060
"typescript": "^5.9.2",
61-
"typescript-eslint": "^8.50.0",
61+
"typescript-eslint": "^8.52.0",
6262
"url-loader": "^4.1.1",
6363
"webfonts-loader": "^8.0.1",
6464
"webpack": "^5.103.0",
@@ -80,8 +80,8 @@
8080
"@fluentui/keyboard-key": "^0.4.23",
8181
"@fortawesome/fontawesome-free": "latest",
8282
"@mui/icons-material": "^7.3.6",
83-
"@mui/material": "^7.3.4",
84-
"@mui/x-date-pickers": "^8.22.1",
83+
"@mui/material": "^7.3.7",
84+
"@mui/x-date-pickers": "^8.24.0",
8585
"@nozbe/microfuzz": "^1.0.0",
8686
"@projectstorm/react-diagrams": "^7.0.4",
8787
"@simonwep/pickr": "^1.5.1",
@@ -90,7 +90,7 @@
9090
"@tanstack/react-table": "^8.16.0",
9191
"@tanstack/react-virtual": "^3.13.13",
9292
"@types/classnames": "^2.3.4",
93-
"@types/react": "^19.2.7",
93+
"@types/react": "^19.2.8",
9494
"@types/react-dom": "^19.0.0",
9595
"@xterm/addon-fit": "^0.11.0",
9696
"@xterm/addon-search": "^0.16.0",
@@ -109,7 +109,7 @@
109109
"convert-units": "^2.3.4",
110110
"date-fns": "^4.1.0",
111111
"diff-arrays-of-objects": "^1.1.8",
112-
"hotkeys-js": "^3.13.15",
112+
"hotkeys-js": "^4.0.0",
113113
"html-to-image": "1.11.11",
114114
"immutability-helper": "^3.0.0",
115115
"insert-if": "^1.1.0",

0 commit comments

Comments
 (0)