pgadmin4/web/pgadmin/static/js/sqleditor/history
Aditya Toshniwal 1317e4254b Updated the JS dependencies to the latest
1) Migrate from webpack 4 to webpack 5. This had a lot of breaking changes,
   so updated multiple webpack plugins and changed the config accordingly.
2) Replaced iconfont-webpack-plugin with a more maintained webfonts-loader.
3) Replaced deprecated babel-eslint with @babel/eslint-parser.
4) Replaced optimize-css-assets-webpack-plugin with a more maintained css-minimizer-webpack-plugin.
5) Updated all other JS packages and made the required code changes.

Fixes 
2021-02-10 12:47:52 +05:30
..
history_collection.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
query_history.js Added and fixed gettext usage for better translation coverage. Fixes 2020-03-24 11:14:05 +05:30
query_history_details.js Some more gettext() usage fixes: 2020-04-20 11:19:09 +05:30
query_history_entries.js Ensure that query history should be listed by date/time in descending order. Fixes 2020-10-23 15:06:56 +05:30
query_sources.js Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30