Skip to content

Commit

Permalink
update dependencies and hide dev from index page
Browse files Browse the repository at this point in the history
  • Loading branch information
HegeKen committed Aug 25, 2024
1 parent cef47d7 commit c1f4839
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 81 deletions.
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/i18n": "^8.5.0",
"nuxt": "^3.12.4",
"@nuxtjs/i18n": "^8.5.1",
"nuxt": "^3.13.0",
"sass": "^1.77.8"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

</div>
</div>
<div class="mdui-panel-item mdui-panel-item-open">
<!-- <div class="mdui-panel-item mdui-panel-item-open">
<div class="mdui-panel-item-header">
<div class="mdui-panel-item-title">{{ $t('devupdates') }}</div>
</div>
Expand All @@ -50,7 +50,7 @@
</span>
</div>
</div>
</div>
</div> -->
<div class="mdui-panel-item mdui-panel-item-open" v-show="home.stable.length > 0">
<div class="mdui-panel-item-header">
<div class="mdui-panel-item-title">{{ $t('stableupdates') }}</div>
Expand Down

0 comments on commit c1f4839

Please sign in to comment.