Skip to content

Commit

Permalink
Merge pull request 'fix: version in package.json to 1.0.3' (#10) from…
Browse files Browse the repository at this point in the history
… feature/fix-version into master

Reviewed-on: https://gogs.shadoware.org/ShadowareOrg/woodstock-backup/pulls/10
  • Loading branch information
phoenix741 committed Sep 19, 2020
2 parents 85e96ae + abca6e1 commit fbf1d84
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion client/package-lock.json

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

22 changes: 11 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.0",
"version": "1.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,7 +10,7 @@
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@mdi/font": "^5.5.55",
"@mdi/font": "^5.6.55",
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"date-fns": "^2.16.1",
Expand All @@ -21,7 +21,7 @@
"vue": "^2.6.12",
"vue-apollo": "^3.0.4",
"vue-chartjs": "^3.5.1",
"vue-class-component": "^7.2.5",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.3",
"vuetify": "^2.3.10"
Expand All @@ -33,11 +33,11 @@
"@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/jest": "^26.0.14",
"@types/node": "^14.11.1",
"@types/numeral": "^0.0.28",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-plugin-eslint": "~4.5.6",
"@vue/cli-plugin-router": "~4.5.6",
Expand All @@ -51,11 +51,11 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"graphql-tag": "^2.11.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"sass": "^1.26.10",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"typescript": "~4.0.2",
"typescript": "~4.0.3",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.12",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

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

22 changes: 11 additions & 11 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodstock-backup",
"version": "1.0.0",
"version": "1.0.2",
"description": "Backup software",
"author": "Ulrich Vandenhekke",
"private": true,
Expand Down Expand Up @@ -55,13 +55,13 @@
"class-validator": "^0.12.2",
"commander": "^6.1.0",
"cron-parser": "^2.16.3",
"file-type": "^15.0.0",
"file-type": "^15.0.1",
"graphql": "^15.3.0",
"graphql-tools": "^6.2.2",
"graphql-tools": "^6.2.3",
"js-yaml": "^3.14.0",
"logform": "^2.2.0",
"mkdirp": "^1.0.4",
"nestjs-console": "^3.1.1",
"nestjs-console": "^3.1.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rsync": "^0.6.1",
Expand All @@ -81,31 +81,31 @@
"@types/bull": "^3.14.2",
"@types/bull-board": "^0.6.0",
"@types/express": "^4.17.8",
"@types/jest": "26.0.13",
"@types/jest": "26.0.14",
"@types/js-yaml": "^3.12.5",
"@types/logform": "^1.10.1",
"@types/mkdirp": "^1.0.1",
"@types/mock-fs": "^4.10.0",
"@types/node": "^14.10.1",
"@types/node": "^14.11.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",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.4.2",
"mock-fs": "^4.13.0",
"node-deb": "^0.10.7",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"supertest": "^4.0.2",
"ts-jest": "26.3.0",
"ts-loader": "^8.0.3",
"ts-loader": "^8.0.4",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ footer: MIT Licensed | Copyright © 2020

## Last version

The lastest version is [1.0.0](https://gogs.shadoware.org/ShadowareOrg/woodstock-backup/releases/tag/1.0.0), released on August 08, 2020.
The lastest version is [1.0.2](https://gogs.shadoware.org/ShadowareOrg/woodstock-backup/releases/tag/1.0.2), released on August 08, 2020.

## Features

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.0",
"version": "1.0.2",
"description": "Woodstock backup documentation",
"scripts": {
"dev": "vuepress dev",
Expand Down

0 comments on commit fbf1d84

Please sign in to comment.