forked from pool/pgadmin4
- update to 8.8:
* supported database servers
- postgresql: 12, 13, 14, 15, and 16
- edb advanced server: 12, 13, 14, 15, and 16
* bundled postgresql utilities
- psql, pg_dump, pg_dumpall, pg_restore: 16.3
* Bug fixes
- Fix an issue where user authentication fails with special
characters in password.
- Fixed an issue where canceling a query without privilege does
not display any message on query tool.
- Fix the issue where docker with SSL v8.7 fails to start.
- Fixed an issue where the size displayed as 'NaN B' for all
databases in the statistics tab.
- Fixed an issue where backup and restore operations failed
with the error 'This build does not support compression with
gzip'.
- update to 8.7:
* supported database servers
- postgresql: 12, 13, 14, 15, and 16
- edb advanced server: 12, 13, 14, 15, and 16
* bundled postgresql utilities
- psql, pg_dump, pg_dumpall, pg_restore: 16.3
* New features
- Added support for the 'Add to macros' feature and fixed
various usability issues.
- Added support for executing the query at the cursor position
in the query tool.
- Changes in Query Tool, Debugger, and ERD Tool shortcuts to
remove the use of Accesskey which will allow them to be
OBS-URL: https://build.opensuse.org/request/show/1181284
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=73
23 lines
890 B
Diff
23 lines
890 B
Diff
Index: pgadmin4-8.2/web/package.json
|
|
===================================================================
|
|
--- pgadmin4-8.2.orig/web/package.json
|
|
+++ pgadmin4-8.2/web/package.json
|
|
@@ -79,7 +79,7 @@
|
|
"@date-io/core": "^3.0.0",
|
|
"@date-io/date-fns": "3.x",
|
|
"@emotion/sheet": "^1.0.1",
|
|
- "@fortawesome/fontawesome-free": "latest",
|
|
+ "@fortawesome/fontawesome-free": "6.5.1",
|
|
"@mui/icons-material": "^5.15.10",
|
|
"@mui/lab": "^5.0.0-alpha.165",
|
|
"@mui/material": "^5.15.10",
|
|
@@ -133,7 +133,7 @@
|
|
"react-arborist": "^3.2.0",
|
|
"react-aspen": "^1.2.0",
|
|
"react-checkbox-tree": "^1.7.2",
|
|
- "react-data-grid": "git+https://git@github.com/pgadmin-org/react-data-grid.git#200d2f5e02de694e3e9ffbe177c279bc40240fb8",
|
|
+ "react-data-grid": "7.0.0-beta.14",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^17.0.1",
|