Skip to content

Commit

Permalink
Merge pull request #246 from Sebclem/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
⬆️ Update all non-major dependencies
  • Loading branch information
Sebclem authored Aug 14, 2024
2 parents ab2d61e + 92c0cc7 commit 7332c43
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 206 deletions.
2 changes: 1 addition & 1 deletion nextcloud_backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20

FROM node:20 AS frontend-builder

Expand Down
2 changes: 1 addition & 1 deletion nextcloud_backup/frontend/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ActionComponent: typeof import('./src/components/statusBar/ActionComponent.vue')['default']
Expand Down
10 changes: 5 additions & 5 deletions nextcloud_backup/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"roboto-fontface": "^0.10.0",
"uuid": "^9.0.1",
"vue": "^3.4.37",
"vuetify": "3.5.16"
"vuetify": "3.6.14"
},
"devDependencies": {
"@babel/types": "^7.25.2",
Expand All @@ -38,12 +38,12 @@
"pinia": "^2.2.1",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.17.8",
"unplugin-auto-import": "^0.18.0",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.4.0",
"vite-plugin-vue-layouts": "^0.10.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.26"
Expand Down
114 changes: 47 additions & 67 deletions nextcloud_backup/frontend/pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions nextcloud_backup/frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-app>
<navbar-component></navbar-component>
<message-bar></message-bar>
<webdav-config-menu @saved="cloudList?.refreshBackup"></webdav-config-menu>
<backup-config-menu></backup-config-menu>
<alert-manager></alert-manager>
Expand All @@ -24,7 +23,6 @@ import { ref } from "vue";
import AlertManager from "./components/AlertManager.vue";
import CloudList from "./components/cloud/CloudList.vue";
import HaList from "./components/homeAssistant/HaList.vue";
import MessageBar from "./components/MessageBar.vue";
import NavbarComponent from "./components/NavbarComponent.vue";
import BackupConfigMenu from "./components/settings/BackupConfigMenu.vue";
import WebdavConfigMenu from "./components/settings/WebdavConfigMenu.vue";
Expand All @@ -39,3 +37,4 @@ function refreshLists() {
</script>

<style scoped></style>

Loading

0 comments on commit 7332c43

Please sign in to comment.