Browse Source

fix: make nc-gui node v16 compatible

re #800

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/925/head
Pranav C 3 years ago
parent
commit
2a8c0c3c6a
  1. 2
      packages/nc-gui/components/ProjectTreeView.vue
  2. 22424
      packages/nc-gui/package-lock.json
  3. 2
      packages/nc-gui/package.json

2
packages/nc-gui/components/ProjectTreeView.vue

@ -6,8 +6,6 @@
v-model="navigation.shown"
permanent
mini-variant-width="50"
:mini-variant.sync="mini"
mini
class="pl-2 nc-nav-drawer"
style="min-width: 100%; height: 100%"
>

22424
packages/nc-gui/package-lock.json generated

File diff suppressed because it is too large Load Diff

2
packages/nc-gui/package.json

@ -40,7 +40,7 @@
"uuid": "^8.3.2",
"v-clipboard": "^2.2.3",
"vee-validate": "^3.3.9",
"vue-github-buttons": "git+https://github.com/xgenecloud/vue-github-buttons.git",
"vue-github-buttons": "^3.1.0",
"vue-i18n": "^8.20.0",
"vue-kanban": "^1.8.0",
"vue-odometer": "^1.0.2",

Loading…
Cancel
Save