Skip to content

Commit

Permalink
fix: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix741 committed Sep 13, 2020
1 parent a3ffe6a commit f5df7e3
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 62 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

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

63 changes: 31 additions & 32 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,56 +10,55 @@
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@mdi/font": "^5.4.55",
"axios": "^0.19.2",
"@mdi/font": "^5.5.55",
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"date-fns": "^2.15.0",
"date-fns": "^2.16.1",
"filesize.js": "^2.0.0",
"numeral": "^2.0.6",
"roboto-fontface": "*",
"rxjs": "^6.6.2",
"vue": "^2.6.11",
"rxjs": "^6.6.3",
"vue": "^2.6.12",
"vue-apollo": "^3.0.4",
"vue-chartjs": "^3.5.0",
"vue-chartjs": "^3.5.1",
"vue-class-component": "^7.2.5",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.2",
"vuetify": "^2.3.8"
"vue-router": "^3.4.3",
"vuetify": "^2.3.10"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.7",
"@graphql-codegen/introspection": "^1.17.7",
"@graphql-codegen/typescript": "^1.17.7",
"@graphql-codegen/typescript-graphql-files-modules": "^1.17.7",
"@graphql-codegen/typescript-operations": "^1.17.7",
"@types/chart.js": "^2.9.23",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@graphql-codegen/cli": "^1.17.8",
"@graphql-codegen/introspection": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.9",
"@graphql-codegen/typescript-graphql-files-modules": "^1.17.8",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/chart.js": "^2.9.24",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"@types/numeral": "^0.0.28",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-router": "~4.4.6",
"@vue/cli-plugin-typescript": "~4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "~4.4.6",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-plugin-eslint": "~4.5.6",
"@vue/cli-plugin-router": "~4.5.6",
"@vue/cli-plugin-typescript": "~4.5.6",
"@vue/cli-plugin-unit-jest": "^4.5.6",
"@vue/cli-service": "~4.5.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"eslint": "^7.6.0",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.1.0",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"graphql-tag": "^2.11.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"typescript": "~3.9.7",
"sass-loader": "^10.0.2",
"typescript": "~4.0.2",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
},
"gitHooks": {
Expand Down
4 changes: 1 addition & 3 deletions client/src/components/QueueInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

<v-divider></v-divider>
<v-card-text>
<v-icon class="mr-2" small>
mdi-clock-outline
</v-icon>
<v-icon class="mr-2" small> mdi-clock-outline </v-icon>
<span class="caption grey--text font-weight-light"><slot></slot></span>
</v-card-text>
</v-card>
Expand Down
4 changes: 1 addition & 3 deletions client/src/components/SpaceUsageCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

<v-divider></v-divider>
<v-card-text>
<v-icon class="mr-2" small>
mdi-folder-outline
</v-icon>
<v-icon class="mr-2" small> mdi-folder-outline </v-icon>
<span class="caption grey--text font-weight-light"> Shared space: {{ shared | filesize }}</span>
</v-card-text>
</v-card>
Expand Down
12 changes: 3 additions & 9 deletions client/src/views/Backups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
<v-btn-toggle borderless multiple>
<v-menu offset-y>
<template v-slot:activator="{ on }">
<v-btn text v-on="on">
Show Log
</v-btn>
<v-btn text v-on="on"> Show Log </v-btn>
</template>
<v-list>
<v-list-item :to="`/backups/${hostname}/${item.number}/logs/backup.log`">
Expand All @@ -81,17 +79,13 @@
<template v-for="(job, key) in jobCreated">
<v-snackbar v-model="jobCreated[key]" color="info" :timeout="5000" :key="key">
Launch a backup with job id {{ key }}.
<v-btn color="secondary" text @click="jobCreated[key] = false">
Close
</v-btn>
<v-btn color="secondary" text @click="jobCreated[key] = false"> Close </v-btn>
</v-snackbar>
</template>
<template v-for="(job, key) in jobRemoved">
<v-snackbar v-model="jobRemoved[key]" color="error" :timeout="5000" :key="key">
Remove the backup with job id {{ key }}.
<v-btn color="primary" text @click="jobRemoved[key] = false">
Close
</v-btn>
<v-btn color="primary" text @click="jobRemoved[key] = false"> Close </v-btn>
</v-snackbar>
</template>
</v-container>
Expand Down
5 changes: 0 additions & 5 deletions client/src/views/QueueTasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ import runningTasksSub from './QueueTasksSubscription.graphql';
import { QueueTasksQuery, QueueTasksJobUpdatedSubscription } from '../generated/graphql';
import { QueueComponent } from '../components/QueueComponent';
type QueueQuery = QueueTasksQuery['queue'];
type RunningTaskQueue = {
[key in string]: QueueQuery;
};
@Component({
components: { Task },
})
Expand Down
1 change: 1 addition & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

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

8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nestjs/serve-static": "^2.1.3",
"@nestjs/swagger": "^4.6.0",
"apollo-server-express": "^2.17.0",
"archiver": "^5.0.1",
"archiver": "^5.0.2",
"bull": "^3.18.0",
"bull-board": "^0.9.0",
"class-transformer": "^0.3.1",
Expand All @@ -57,7 +57,7 @@
"cron-parser": "^2.16.3",
"file-type": "^15.0.0",
"graphql": "^15.3.0",
"graphql-tools": "^6.2.1",
"graphql-tools": "^6.2.2",
"js-yaml": "^3.14.0",
"logform": "^2.2.0",
"mkdirp": "^1.0.4",
Expand Down Expand Up @@ -86,14 +86,14 @@
"@types/logform": "^1.10.1",
"@types/mkdirp": "^1.0.1",
"@types/mock-fs": "^4.10.0",
"@types/node": "^14.10.0",
"@types/node": "^14.10.1",
"@types/rsync": "^0.4.30",
"@types/shelljs": "^0.8.8",
"@types/supertest": "^2.0.10",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.4.2",
Expand Down
4 changes: 2 additions & 2 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"markdown-it-imsize": "^2.0.1",
"vuepress": "^1.5.3"
"vuepress": "^1.5.4"
}
}

0 comments on commit f5df7e3

Please sign in to comment.