Skip to content

Commit

Permalink
- Update release notes.
Browse files Browse the repository at this point in the history
- Update more JS packages.
  • Loading branch information
adityatoshniwal committed Jun 11, 2024
1 parent fff192e commit bdf4f39
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 97 deletions.
2 changes: 2 additions & 0 deletions docs/en_US/release_notes_8_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ Bug fixes
*********

| `Issue #6357 <https://github.com/pgadmin-org/pgadmin4/issues/6357>`_ - Disable the query tool editor input if any SQL is being loaded to prevent users from typing.
| `Issue #7306 <https://github.com/pgadmin-org/pgadmin4/issues/7306>`_ - Ensure that a user can connect to a server using SSL certificates and identity files from a shared storage.
| `Issue #7481 <https://github.com/pgadmin-org/pgadmin4/issues/7481>`_ - Fixed an issue where dark theme shows white background when all tabs are closed.
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"256": "assets/pgAdmin4.png"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"bootstrap": "^4.5.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions runtime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
"axios@npm:^1.7.2":
version: 1.7.2
resolution: "axios@npm:1.7.2"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: bf007fa4b207d102459300698620b3b0873503c6d47bf5a8f6e43c0c64c90035a4f698b55027ca1958f61ab43723df2781c38a99711848d232cad7accbcdfcdd
checksum: e457e2b0ab748504621f6fa6609074ac08c824bf0881592209dfa15098ece7e88495300e02cd22ba50b3468fd712fe687e629dcb03d6a3f6a51989727405aedf
languageName: node
linkType: hard

Expand Down Expand Up @@ -1425,7 +1425,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "pgadmin4@workspace:."
dependencies:
axios: ^1.6.8
axios: ^1.7.2
bootstrap: ^4.5.3
eslint: ^9.4.0
nw: 0.77.0
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^7.12.0",
"autoprefixer": "^10.2.4",
"axios-mock-adapter": "^1.17.0",
"babel-loader": "^8.1.0",
"babel-loader": "^9.1.3",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"webfonts-loader": "^8.0.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.5.0",
"webpack-cli": "^5.1.4",
"yarn-audit-html": "4.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit bdf4f39

Please sign in to comment.