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 Apr 3, 2018
1 parent d7175e3 commit 4f94b70
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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.7",
"version": "1.0.8",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"electron": "1.8.4",
"electron-builder": "20.7.1"
"electron-builder": "20.8.1"
},
"homepage": "https://github.com/acristoffers/Lachesis",
"productName": "lachesis",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.7",
"version": "1.0.8",
"description": "Builds Lachesis for desktop and mobile devices",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -28,16 +28,16 @@
},
"dependencies": {
"fs-extra": "^5.0.0",
"html-minifier": "^3.5.12",
"html-minifier": "^3.5.13",
"lodash": "^4.17.5",
"ncp": "^2.0.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.7",
"sass": "^1.0.0-rc.1",
"uglify-js": "^3.3.16"
"rxjs": "^5.5.8",
"sass": "^1.1.1",
"uglify-js": "^3.3.18"
},
"devDependencies": {
"node-sass": "^4.7.2",
"node-sass": "^4.8.3",
"tslint": "^5.9.1"
}
}
10 changes: 5 additions & 5 deletions src/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.7",
"version": "1.0.8",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -13,15 +13,15 @@
"url": "git://github.com/acristoffers/Lachesis.git"
},
"devDependencies": {
"@types/node": "9.6.0",
"@types/node": "9.6.1",
"electron": "1.8.4",
"typescript": "2.7.2"
"typescript": "2.8.1"
},
"dependencies": {
"ace-builds": "1.3.2",
"ace-builds": "1.3.3",
"canvasjs": "1.8.1",
"electron-log": "2.2.14",
"electron-settings": "3.1.4",
"electron-updater": "2.21.3"
"electron-updater": "2.21.4"
}
}
16 changes: 8 additions & 8 deletions src/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.0.7",
"version": "1.0.8",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -34,26 +34,26 @@
"lodash": ">=4.17.5",
"ng2-ace-editor": ">=0.3.4",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=5.5.7",
"zone.js": ">=0.8.20"
"rxjs": ">=5.5.8",
"zone.js": ">=0.8.24"
},
"devDependencies": {
"@ngtools/webpack": "^1.10.2",
"@ngtools/webpack": "^6.0.0-rc.0",
"@types/canvasjs": ">=1.9.2",
"@types/electron-settings": ">=3.1.1",
"@types/jquery": ">=3.3.1",
"@types/lodash": ">=4.14.106",
"@types/node": ">=9.6.0",
"@types/node": ">=9.6.1",
"css-loader": ">=0.28.11",
"file-loader": ">=1.1.11",
"html-loader": ">=0.5.5",
"html-webpack-plugin": ">=3.1.0",
"html-webpack-plugin": ">=3.2.0",
"postcss-loader": ">=2.1.3",
"style-loader": ">=0.20.3",
"to-string-loader": ">=1.1.5",
"ts-loader": ">=4.1.0",
"typescript": ">=2.7.2",
"webpack": ">=4.2.0",
"typescript": ">=2.8.1",
"webpack": ">=4.4.1",
"webpack-cli": "^2.0.13",
"webpack-closure-compiler": ">=2.1.6"
}
Expand Down

0 comments on commit 4f94b70

Please sign in to comment.