Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Álan Crístoffer committed Mar 9, 2018
1 parent 268bf04 commit 026d815
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"electron": "1.8.3",
"electron-builder": "^20.3.1"
"electron-builder": "^20.4.1"
},
"homepage": "https://github.com/acristoffers/Lachesis",
"productName": "lachesis",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Builds Lachesis for desktop and mobile devices",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -13,7 +13,7 @@
"url": "git://github.com/acristoffers/Lachesis.git"
},
"devDependencies": {
"@types/node": "^9.4.6",
"@types/node": "^9.4.7",
"electron": "^1.8.3",
"typescript": "^2.7.2"
},
Expand Down
38 changes: 19 additions & 19 deletions src/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -13,19 +13,19 @@
"url": "git://github.com/acristoffers/Lachesis.git"
},
"dependencies": {
"@angular/animations": ">=5.2.7",
"@angular/cdk": ">=5.2.3",
"@angular/common": ">=5.2.7",
"@angular/compiler": ">=5.2.7",
"@angular/compiler-cli": ">=5.2.7",
"@angular/core": ">=5.2.7",
"@angular/forms": ">=5.2.7",
"@angular/http": ">=5.2.7",
"@angular/material": ">=5.2.3",
"@angular/platform-browser": ">=5.2.7",
"@angular/platform-browser-dynamic": ">=5.2.7",
"@angular/platform-server": ">=5.2.7",
"@angular/router": ">=5.2.7",
"@angular/animations": ">=5.2.8",
"@angular/cdk": ">=5.2.4",
"@angular/common": ">=5.2.8",
"@angular/compiler": ">=5.2.8",
"@angular/compiler-cli": ">=5.2.8",
"@angular/core": ">=5.2.8",
"@angular/forms": ">=5.2.8",
"@angular/http": ">=5.2.8",
"@angular/material": ">=5.2.4",
"@angular/platform-browser": ">=5.2.8",
"@angular/platform-browser-dynamic": ">=5.2.8",
"@angular/platform-server": ">=5.2.8",
"@angular/router": ">=5.2.8",
"canvasjs": ">=1.8.1",
"electron": "^1.8.3",
"electron-settings": ">=3.1.4",
Expand All @@ -38,22 +38,22 @@
"zone.js": ">=0.8.20"
},
"devDependencies": {
"@ngtools/webpack": "^1.10.1",
"@ngtools/webpack": "^1.10.2",
"@types/canvasjs": ">=1.9.2",
"@types/electron-settings": ">=3.1.1",
"@types/jquery": ">=3.3.0",
"@types/jquery": ">=3.3.1",
"@types/lodash": ">=4.14.104",
"@types/node": ">=9.4.6",
"@types/node": ">=9.4.7",
"css-loader": ">=0.28.10",
"file-loader": ">=1.1.11",
"html-loader": ">=0.5.5",
"html-webpack-plugin": ">=3.0.6",
"postcss-loader": ">=2.1.1",
"style-loader": ">=0.20.2",
"style-loader": ">=0.20.3",
"to-string-loader": ">=1.1.5",
"ts-loader": ">=4.0.1",
"typescript": ">=2.7.2",
"webpack": ">=4.1.0",
"webpack": ">=4.1.1",
"webpack-cli": "^2.0.10",
"webpack-closure-compiler": ">=2.1.6"
}
Expand Down

0 comments on commit 026d815

Please sign in to comment.