mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Update CodeMirror to 5.43.0 to resolve issues with auto-indent. Fixes #3583
This commit is contained in:
parent
e5598038fa
commit
bacb57086c
@ -21,6 +21,7 @@ Bug fixes
|
||||
|
||||
| `Bug #3096 <https://redmine.postgresql.org/issues/3096>`_ - Ensure size stats are prettified on the statistics tab when the UI language is not English.
|
||||
| `Bug #3544 <https://redmine.postgresql.org/issues/3544>`_ - Make the Query Tool tab titles more concise and useful.
|
||||
| `Bug #3583 <https://redmine.postgresql.org/issues/3583>`_ - Update CodeMirror to 5.43.0 to resolve issues with auto-indent.
|
||||
| `Bug #3673 <https://redmine.postgresql.org/issues/3673>`_ - Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used.
|
||||
| `Bug #3873 <https://redmine.postgresql.org/issues/3873>`_ - Fix context sub-menu alignment on Safari.
|
||||
| `Bug #3906 <https://redmine.postgresql.org/issues/3906>`_ - Fix alignment of Close and Maximize button of Grant Wizard.
|
||||
|
@ -329,7 +329,7 @@ co 4.6.0
|
||||
co 3.0.6 MIT https://github.com/visionmedia/co.git
|
||||
coa 1.0.4 MIT git://github.com/veged/coa.git
|
||||
code-point-at 1.1.0 MIT https://github.com/sindresorhus/code-point-at.git
|
||||
codemirror 5.37.0 MIT https://github.com/codemirror/CodeMirror.git
|
||||
codemirror 5.43.0 MIT https://github.com/codemirror/CodeMirror.git
|
||||
collection-visit 1.0.0 MIT https://github.com/jonschlinkert/collection-visit.git
|
||||
color 0.11.4 MIT https://github.com/Qix-/color.git
|
||||
color-convert 1.9.1 MIT https://github.com/Qix-/color-convert.git
|
||||
|
@ -61,7 +61,7 @@
|
||||
"bootstrap-datepicker": "^1.7.0",
|
||||
"bowser": "1.6.1",
|
||||
"browserify": "~14.1.0",
|
||||
"codemirror": "^5.29.0",
|
||||
"codemirror": "^5.43.0",
|
||||
"css-loader": "0.14.0",
|
||||
"cssnano": "^3.10.0",
|
||||
"dropzone": "^5.1.1",
|
||||
|
@ -2426,10 +2426,10 @@ code-point-at@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
||||
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
|
||||
|
||||
codemirror@^5.29.0:
|
||||
version "5.37.0"
|
||||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.37.0.tgz#c349b584e158f590277f26d37c2469a6bc538036"
|
||||
integrity sha512-dQaayDJCLU4UJcwg2RM44oFrs0dMNndTp6qxQJF6XI71l1xN3RB4IqiKES0b0rccbARbrD/UBB4t8DNknfaOTw==
|
||||
codemirror@^5.43.0:
|
||||
version "5.43.0"
|
||||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.43.0.tgz#2454b5e0f7005dc9945ab7b0d9594ccf233da040"
|
||||
integrity sha512-mljwQWUaWIf85I7QwTBryF2ASaIvmYAL4s5UCanCJFfKeXOKhrqdHWdHiZWAMNT+hjLTCnVx2S/SYTORIgxsgA==
|
||||
|
||||
collection-visit@^1.0.0:
|
||||
version "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user