various filemanager fixes

This commit is contained in:
Johannes Zellner
2023-06-22 15:20:43 +02:00
parent 6259849958
commit b7fbffcb42
2 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
"@fontsource/noto-sans": "^5.0.3",
"combokeys": "^3.0.1",
"filesize": "^10.0.7",
"pankow": "^0.2.8",
"pankow": "^0.3.0",
"primeicons": "^6.0.1",
"primevue": "^3.29.2",
"superagent": "^8.0.9",
@@ -873,9 +873,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.38.0.tgz",
"integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A=="
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.39.0.tgz",
"integrity": "sha512-zhbZ2Nx93tLR8aJmL2zI1mhJpsl87HMebNBM6R8z4pLfs8pj604pIVIVwyF1TivcfNtIPpMXL+nb3DsBmE/x6Q=="
},
"node_modules/ms": {
"version": "2.1.2",
@@ -916,13 +916,13 @@
}
},
"node_modules/pankow": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.2.8.tgz",
"integrity": "sha512-gjpmc15/VCfvvbS01O6UAOWCkAxBokTb/TmdlYf/bXziKyy+tKEhSXRfKtIjIzq1clksIdIHGSBiIK5Og2bUjg==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.3.0.tgz",
"integrity": "sha512-LGbNEbt5dN0BpYa0ydLYEMQxjUcT1LRaViQhQ75OR6dd0wFkjW8iNCsx+9qp2Cs0DKA+FPg3pkxYWNAQmz3uAQ==",
"dependencies": {
"filesize": "^10.0.7",
"monaco-editor": "^0.38.0",
"primevue": "^3.29.1",
"monaco-editor": "^0.39.0",
"primevue": "^3.29.2",
"superagent": "^8.0.9"
}
},